Shades of Dark Cerulean #0E4E82
Tints of Dark Cerulean #0E4E82
RGB
CMYK
RGB Variations
Color information
#0E4E82 (or 0x0E4E82) is known color: Dark Cerulean. HEX triplet: 0E, 4E and 82. RGB value is (14,78,130). Sum of RGB (Red+Green+Blue) = 14+78+130=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E4E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E4E82 is #F1B17D. Grayscale: #404040. Windows color (decimal): -15839614 or 8539662. OLE color: 8539662.
HSL color Cylindrical-coordinate representation of color #0E4E82: hue angle of 206.9º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E4E82 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 78 | 130 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.49 |
| HSL | 206.9º | 0.81% | 0.28% | - |
| HSV(B) | 206.9º | 0.89% | 0.51% | - |
| XYZ | 6.93 | 7.15 | 22.13 | - |
| YUV | 64.79 | 164.8 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 78 | 130 | 0.89 | 0.40 | 0 | 0.49 | 206.9 | 0.81 | 0.28 |
| Hex | E | 4E | 82 | 59 | 28 | 0 | 31 | CF | 51 | 1C |
| Octal | 16 | 116 | 202 | 131 | 50 | 0 | 61 | 317 | 121 | 34 |
| Binary | 1110 | 1001110 | 10000010 | 1011001 | 101000 | 0 | 110001 | 11001111 | 1010001 | 11100 |
Color Harmonies of #0E4E82
Complementary color
Monochromatic Colors of #0E4E82
Black with #0E4E82
Text Example
Text Example
White with #0E4E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4E82; }
p { color: rgb(14,78,130); }
H1.HeaderClassName
{
color: #0E4E82;
}
.AnyTagClassName
{
color: #0E4E82;
}
</style>
background-color css
<style>
a { background-color: #0E4E82; }
a { background-color: rgb(14,78,130); }
div.DivClassName
{
background-color: #0E4E82;
}
.BgClassName
{
background-color: #0E4E82;
}
</style>
border-color css
<style>
span { border-color: #0E4E82; }
span { border-color: rgb(14,78,130); }
td.TdClassName
{
border-color: #0E4E82;
}
.TagClassName
{
border-color: #0E4E82;
}
</style>