Shades of Dark Cerulean #0E406D
Tints of Dark Cerulean #0E406D
RGB
CMYK
RGB Variations
Color information
#0E406D (or 0x0E406D) is known color: Dark Cerulean. HEX triplet: 0E, 40 and 6D. RGB value is (14,64,109). Sum of RGB (Red+Green+Blue) = 14+64+109=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #0E406D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E406D is #F1BF92. Grayscale: #353535. Windows color (decimal): -15843219 or 7159822. OLE color: 7159822.
HSL color Cylindrical-coordinate representation of color #0E406D: hue angle of 208.42º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E406D is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 64 | 109 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.57 |
| HSL | 208.42º | 0.77% | 0.24% | - |
| HSV(B) | 208.42º | 0.87% | 0.43% | - |
| XYZ | 4.77 | 4.86 | 15.16 | - |
| YUV | 54.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 109 | 0.87 | 0.41 | 0 | 0.57 | 208.42 | 0.77 | 0.24 |
| Hex | E | 40 | 6D | 57 | 29 | 0 | 39 | D0 | 4D | 18 |
| Octal | 16 | 100 | 155 | 127 | 51 | 0 | 71 | 320 | 115 | 30 |
| Binary | 1110 | 1000000 | 1101101 | 1010111 | 101001 | 0 | 111001 | 11010000 | 1001101 | 11000 |
Color Harmonies of #0E406D
Complementary color
Monochromatic Colors of #0E406D
Black with #0E406D
Text Example
Text Example
White with #0E406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E406D; }
p { color: rgb(14,64,109); }
H1.HeaderClassName
{
color: #0E406D;
}
.AnyTagClassName
{
color: #0E406D;
}
</style>
background-color css
<style>
a { background-color: #0E406D; }
a { background-color: rgb(14,64,109); }
div.DivClassName
{
background-color: #0E406D;
}
.BgClassName
{
background-color: #0E406D;
}
</style>
border-color css
<style>
span { border-color: #0E406D; }
span { border-color: rgb(14,64,109); }
td.TdClassName
{
border-color: #0E406D;
}
.TagClassName
{
border-color: #0E406D;
}
</style>