Shades of Dark Cerulean #0E4792
Tints of Dark Cerulean #0E4792
RGB
CMYK
RGB Variations
Color information
#0E4792 (or 0x0E4792) is known color: Dark Cerulean. HEX triplet: 0E, 47 and 92. RGB value is (14,71,146). Sum of RGB (Red+Green+Blue) = 14+71+146=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E4792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4792 is #F1B86D. Grayscale: #3E3E3E. Windows color (decimal): -15841390 or 9586446. OLE color: 9586446.
HSL color Cylindrical-coordinate representation of color #0E4792: hue angle of 214.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E4792 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 71 | 146 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.43 |
| HSL | 214.09º | 0.83% | 0.31% | - |
| HSV(B) | 214.09º | 0.9% | 0.57% | - |
| XYZ | 7.62 | 6.68 | 28.08 | - |
| YUV | 62.51 | 175.12 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 146 | 0.90 | 0.51 | 0 | 0.43 | 214.09 | 0.83 | 0.31 |
| Hex | E | 47 | 92 | 5A | 33 | 0 | 2B | D6 | 52 | 1F |
| Octal | 16 | 107 | 222 | 132 | 63 | 0 | 53 | 326 | 122 | 37 |
| Binary | 1110 | 1000111 | 10010010 | 1011010 | 110011 | 0 | 101011 | 11010110 | 1010010 | 11111 |
Color Harmonies of #0E4792
Complementary color
Monochromatic Colors of #0E4792
Black with #0E4792
Text Example
Text Example
White with #0E4792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4792; }
p { color: rgb(14,71,146); }
H1.HeaderClassName
{
color: #0E4792;
}
.AnyTagClassName
{
color: #0E4792;
}
</style>
background-color css
<style>
a { background-color: #0E4792; }
a { background-color: rgb(14,71,146); }
div.DivClassName
{
background-color: #0E4792;
}
.BgClassName
{
background-color: #0E4792;
}
</style>
border-color css
<style>
span { border-color: #0E4792; }
span { border-color: rgb(14,71,146); }
td.TdClassName
{
border-color: #0E4792;
}
.TagClassName
{
border-color: #0E4792;
}
</style>