Shades of Dark Cerulean #0E4588
Tints of Dark Cerulean #0E4588
RGB
CMYK
RGB Variations
Color information
#0E4588 (or 0x0E4588) is known color: Dark Cerulean. HEX triplet: 0E, 45 and 88. RGB value is (14,69,136). Sum of RGB (Red+Green+Blue) = 14+69+136=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #0E4588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4588 is #F1BA77. Grayscale: #3B3B3B. Windows color (decimal): -15841912 or 8930574. OLE color: 8930574.
HSL color Cylindrical-coordinate representation of color #0E4588: hue angle of 212.95º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E4588 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 14 | 69 | 136 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.47 |
| HSL | 212.95º | 0.81% | 0.29% | - |
| HSV(B) | 212.95º | 0.9% | 0.53% | - |
| XYZ | 6.75 | 6.13 | 24.12 | - |
| YUV | 60.19 | 170.78 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 69 | 136 | 0.90 | 0.49 | 0 | 0.47 | 212.95 | 0.81 | 0.29 |
| Hex | E | 45 | 88 | 5A | 31 | 0 | 2F | D5 | 51 | 1D |
| Octal | 16 | 105 | 210 | 132 | 61 | 0 | 57 | 325 | 121 | 35 |
| Binary | 1110 | 1000101 | 10001000 | 1011010 | 110001 | 0 | 101111 | 11010101 | 1010001 | 11101 |
Color Harmonies of #0E4588
Complementary color
Monochromatic Colors of #0E4588
Black with #0E4588
Text Example
Text Example
White with #0E4588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4588; }
p { color: rgb(14,69,136); }
H1.HeaderClassName
{
color: #0E4588;
}
.AnyTagClassName
{
color: #0E4588;
}
</style>
background-color css
<style>
a { background-color: #0E4588; }
a { background-color: rgb(14,69,136); }
div.DivClassName
{
background-color: #0E4588;
}
.BgClassName
{
background-color: #0E4588;
}
</style>
border-color css
<style>
span { border-color: #0E4588; }
span { border-color: rgb(14,69,136); }
td.TdClassName
{
border-color: #0E4588;
}
.TagClassName
{
border-color: #0E4588;
}
</style>