Shades of Dark Cerulean #0E4E75
Tints of Dark Cerulean #0E4E75
RGB
CMYK
RGB Variations
Color information
#0E4E75 (or 0x0E4E75) is known color: Dark Cerulean. HEX triplet: 0E, 4E and 75. RGB value is (14,78,117). Sum of RGB (Red+Green+Blue) = 14+78+117=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E4E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E4E75 is #F1B18A. Grayscale: #3F3F3F. Windows color (decimal): -15839627 or 7687694. OLE color: 7687694.
HSL color Cylindrical-coordinate representation of color #0E4E75: hue angle of 202.72º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E4E75 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 78 | 117 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.54 |
| HSL | 202.72º | 0.79% | 0.26% | - |
| HSV(B) | 202.72º | 0.88% | 0.46% | - |
| XYZ | 6.12 | 6.83 | 17.82 | - |
| YUV | 63.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 78 | 117 | 0.88 | 0.33 | 0 | 0.54 | 202.72 | 0.79 | 0.26 |
| Hex | E | 4E | 75 | 58 | 21 | 0 | 36 | CB | 4F | 1A |
| Octal | 16 | 116 | 165 | 130 | 41 | 0 | 66 | 313 | 117 | 32 |
| Binary | 1110 | 1001110 | 1110101 | 1011000 | 100001 | 0 | 110110 | 11001011 | 1001111 | 11010 |
Color Harmonies of #0E4E75
Complementary color
Monochromatic Colors of #0E4E75
Black with #0E4E75
Text Example
Text Example
White with #0E4E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4E75; }
p { color: rgb(14,78,117); }
H1.HeaderClassName
{
color: #0E4E75;
}
.AnyTagClassName
{
color: #0E4E75;
}
</style>
background-color css
<style>
a { background-color: #0E4E75; }
a { background-color: rgb(14,78,117); }
div.DivClassName
{
background-color: #0E4E75;
}
.BgClassName
{
background-color: #0E4E75;
}
</style>
border-color css
<style>
span { border-color: #0E4E75; }
span { border-color: rgb(14,78,117); }
td.TdClassName
{
border-color: #0E4E75;
}
.TagClassName
{
border-color: #0E4E75;
}
</style>