Shades of Dark Cerulean #0E4975
Tints of Dark Cerulean #0E4975
RGB
CMYK
RGB Variations
Color information
#0E4975 (or 0x0E4975) is known color: Dark Cerulean. HEX triplet: 0E, 49 and 75. RGB value is (14,73,117). Sum of RGB (Red+Green+Blue) = 14+73+117=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E4975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4975 is #F1B68A. Grayscale: #3C3C3C. Windows color (decimal): -15840907 or 7686414. OLE color: 7686414.
HSL color Cylindrical-coordinate representation of color #0E4975: hue angle of 205.63º 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 #0E4975 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 73 | 117 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.54 |
| HSL | 205.63º | 0.79% | 0.26% | - |
| HSV(B) | 205.63º | 0.88% | 0.46% | - |
| XYZ | 5.77 | 6.14 | 17.71 | - |
| YUV | 60.38 | 159.95 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 73 | 117 | 0.88 | 0.38 | 0 | 0.54 | 205.63 | 0.79 | 0.26 |
| Hex | E | 49 | 75 | 58 | 26 | 0 | 36 | CE | 4F | 1A |
| Octal | 16 | 111 | 165 | 130 | 46 | 0 | 66 | 316 | 117 | 32 |
| Binary | 1110 | 1001001 | 1110101 | 1011000 | 100110 | 0 | 110110 | 11001110 | 1001111 | 11010 |
Color Harmonies of #0E4975
Complementary color
Monochromatic Colors of #0E4975
Black with #0E4975
Text Example
Text Example
White with #0E4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4975; }
p { color: rgb(14,73,117); }
H1.HeaderClassName
{
color: #0E4975;
}
.AnyTagClassName
{
color: #0E4975;
}
</style>
background-color css
<style>
a { background-color: #0E4975; }
a { background-color: rgb(14,73,117); }
div.DivClassName
{
background-color: #0E4975;
}
.BgClassName
{
background-color: #0E4975;
}
</style>
border-color css
<style>
span { border-color: #0E4975; }
span { border-color: rgb(14,73,117); }
td.TdClassName
{
border-color: #0E4975;
}
.TagClassName
{
border-color: #0E4975;
}
</style>