Shades of Dark Cerulean #0E446E
Tints of Dark Cerulean #0E446E
RGB
CMYK
RGB Variations
Color information
#0E446E (or 0x0E446E) is known color: Dark Cerulean. HEX triplet: 0E, 44 and 6E. RGB value is (14,68,110). Sum of RGB (Red+Green+Blue) = 14+68+110=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #0E446E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E446E is #F1BB91. Grayscale: #383838. Windows color (decimal): -15842194 or 7226382. OLE color: 7226382.
HSL color Cylindrical-coordinate representation of color #0E446E: hue angle of 206.25º 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 #0E446E is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 68 | 110 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.57 |
| HSL | 206.25º | 0.77% | 0.24% | - |
| HSV(B) | 206.25º | 0.87% | 0.43% | - |
| XYZ | 5.06 | 5.35 | 15.52 | - |
| YUV | 56.64 | 158.11 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 68 | 110 | 0.87 | 0.38 | 0 | 0.57 | 206.25 | 0.77 | 0.24 |
| Hex | E | 44 | 6E | 57 | 26 | 0 | 39 | CE | 4D | 18 |
| Octal | 16 | 104 | 156 | 127 | 46 | 0 | 71 | 316 | 115 | 30 |
| Binary | 1110 | 1000100 | 1101110 | 1010111 | 100110 | 0 | 111001 | 11001110 | 1001101 | 11000 |
Color Harmonies of #0E446E
Complementary color
Monochromatic Colors of #0E446E
Black with #0E446E
Text Example
Text Example
White with #0E446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E446E; }
p { color: rgb(14,68,110); }
H1.HeaderClassName
{
color: #0E446E;
}
.AnyTagClassName
{
color: #0E446E;
}
</style>
background-color css
<style>
a { background-color: #0E446E; }
a { background-color: rgb(14,68,110); }
div.DivClassName
{
background-color: #0E446E;
}
.BgClassName
{
background-color: #0E446E;
}
</style>
border-color css
<style>
span { border-color: #0E446E; }
span { border-color: rgb(14,68,110); }
td.TdClassName
{
border-color: #0E446E;
}
.TagClassName
{
border-color: #0E446E;
}
</style>