Shades of Dark Cerulean #0E4777
Tints of Dark Cerulean #0E4777
RGB
CMYK
RGB Variations
Color information
#0E4777 (or 0x0E4777) is known color: Dark Cerulean. HEX triplet: 0E, 47 and 77. RGB value is (14,71,119). Sum of RGB (Red+Green+Blue) = 14+71+119=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E4777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4777 is #F1B888. Grayscale: #3B3B3B. Windows color (decimal): -15841417 or 7816974. OLE color: 7816974.
HSL color Cylindrical-coordinate representation of color #0E4777: hue angle of 207.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E4777 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 71 | 119 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.53 |
| HSL | 207.43º | 0.79% | 0.26% | - |
| HSV(B) | 207.43º | 0.88% | 0.47% | - |
| XYZ | 5.76 | 5.93 | 18.29 | - |
| YUV | 59.43 | 161.62 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 119 | 0.88 | 0.40 | 0 | 0.53 | 207.43 | 0.79 | 0.26 |
| Hex | E | 47 | 77 | 58 | 28 | 0 | 35 | CF | 4F | 1A |
| Octal | 16 | 107 | 167 | 130 | 50 | 0 | 65 | 317 | 117 | 32 |
| Binary | 1110 | 1000111 | 1110111 | 1011000 | 101000 | 0 | 110101 | 11001111 | 1001111 | 11010 |
Color Harmonies of #0E4777
Complementary color
Monochromatic Colors of #0E4777
Black with #0E4777
Text Example
Text Example
White with #0E4777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4777; }
p { color: rgb(14,71,119); }
H1.HeaderClassName
{
color: #0E4777;
}
.AnyTagClassName
{
color: #0E4777;
}
</style>
background-color css
<style>
a { background-color: #0E4777; }
a { background-color: rgb(14,71,119); }
div.DivClassName
{
background-color: #0E4777;
}
.BgClassName
{
background-color: #0E4777;
}
</style>
border-color css
<style>
span { border-color: #0E4777; }
span { border-color: rgb(14,71,119); }
td.TdClassName
{
border-color: #0E4777;
}
.TagClassName
{
border-color: #0E4777;
}
</style>