Shades of Dark Cerulean #0E4775
Tints of Dark Cerulean #0E4775
RGB
CMYK
RGB Variations
Color information
#0E4775 (or 0x0E4775) is known color: Dark Cerulean. HEX triplet: 0E, 47 and 75. RGB value is (14,71,117). Sum of RGB (Red+Green+Blue) = 14+71+117=202 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.93% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E4775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4775 is #F1B88A. Grayscale: #3A3A3A. Windows color (decimal): -15841419 or 7685902. OLE color: 7685902.
HSL color Cylindrical-coordinate representation of color #0E4775: hue angle of 206.8º 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 #0E4775 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 71 | 117 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.54 |
| HSL | 206.8º | 0.79% | 0.26% | - |
| HSV(B) | 206.8º | 0.88% | 0.46% | - |
| XYZ | 5.65 | 5.88 | 17.67 | - |
| YUV | 59.2 | 160.62 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 117 | 0.88 | 0.39 | 0 | 0.54 | 206.8 | 0.79 | 0.26 |
| Hex | E | 47 | 75 | 58 | 27 | 0 | 36 | CF | 4F | 1A |
| Octal | 16 | 107 | 165 | 130 | 47 | 0 | 66 | 317 | 117 | 32 |
| Binary | 1110 | 1000111 | 1110101 | 1011000 | 100111 | 0 | 110110 | 11001111 | 1001111 | 11010 |
Color Harmonies of #0E4775
Complementary color
Monochromatic Colors of #0E4775
Black with #0E4775
Text Example
Text Example
White with #0E4775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4775; }
p { color: rgb(14,71,117); }
H1.HeaderClassName
{
color: #0E4775;
}
.AnyTagClassName
{
color: #0E4775;
}
</style>
background-color css
<style>
a { background-color: #0E4775; }
a { background-color: rgb(14,71,117); }
div.DivClassName
{
background-color: #0E4775;
}
.BgClassName
{
background-color: #0E4775;
}
</style>
border-color css
<style>
span { border-color: #0E4775; }
span { border-color: rgb(14,71,117); }
td.TdClassName
{
border-color: #0E4775;
}
.TagClassName
{
border-color: #0E4775;
}
</style>