Shades of Dark Cerulean #0E4574
Tints of Dark Cerulean #0E4574
RGB
CMYK
RGB Variations
Color information
#0E4574 (or 0x0E4574) is known color: Dark Cerulean. HEX triplet: 0E, 45 and 74. RGB value is (14,69,116). Sum of RGB (Red+Green+Blue) = 14+69+116=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #0E4574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4574 is #F1BA8B. Grayscale: #393939. Windows color (decimal): -15841932 or 7619854. OLE color: 7619854.
HSL color Cylindrical-coordinate representation of color #0E4574: hue angle of 207.65º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E4574 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 69 | 116 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.55 |
| HSL | 207.65º | 0.78% | 0.25% | - |
| HSV(B) | 207.65º | 0.88% | 0.45% | - |
| XYZ | 5.46 | 5.61 | 17.32 | - |
| YUV | 57.91 | 160.78 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 69 | 116 | 0.88 | 0.41 | 0 | 0.55 | 207.65 | 0.78 | 0.25 |
| Hex | E | 45 | 74 | 58 | 29 | 0 | 37 | D0 | 4E | 19 |
| Octal | 16 | 105 | 164 | 130 | 51 | 0 | 67 | 320 | 116 | 31 |
| Binary | 1110 | 1000101 | 1110100 | 1011000 | 101001 | 0 | 110111 | 11010000 | 1001110 | 11001 |
Color Harmonies of #0E4574
Complementary color
Monochromatic Colors of #0E4574
Black with #0E4574
Text Example
Text Example
White with #0E4574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4574; }
p { color: rgb(14,69,116); }
H1.HeaderClassName
{
color: #0E4574;
}
.AnyTagClassName
{
color: #0E4574;
}
</style>
background-color css
<style>
a { background-color: #0E4574; }
a { background-color: rgb(14,69,116); }
div.DivClassName
{
background-color: #0E4574;
}
.BgClassName
{
background-color: #0E4574;
}
</style>
border-color css
<style>
span { border-color: #0E4574; }
span { border-color: rgb(14,69,116); }
td.TdClassName
{
border-color: #0E4574;
}
.TagClassName
{
border-color: #0E4574;
}
</style>