RGB | 0 | 56 | 101 | |
HSL | 0.57 | 1 | 0.2 | |
HSV | 207° | 100° | 40° | |
CYMK | 1 | 0.4455 | 0 | 154 |
XYZ | 3.7631 | 3.7679 | 12.8409 |
This color is called Midnight Blue. It has 0 red, 56 green, and 101 blue. This color is not particularly light nor dark.
.text-003865 { color: #003865 }
This is some text in the color #003865
.bg-003865 { background-color: #003865 }
.border-003865 { border: 3px solid #003865; }
This is some text in a box with a border of the color #003865
.text-shadow-003865 { text-shadow: 4px 4px 2px #003865; }
This is some text with text shadow color #003865
.box-shadow-003865 { -moz-box-shadow: 1px 1px 3px 2px #003865; -webkit-box-shadow: 1px 1px 3px 2px #003865; box-shadow: 1px 1px 3px 2px #003865; }
This is some text in a box with a box shadow of the color #003865