Shades of Dark Cerulean #0E4591
Tints of Dark Cerulean #0E4591
RGB
CMYK
RGB Variations
Color information
#0E4591 (or 0x0E4591) is known color: Dark Cerulean. HEX triplet: 0E, 45 and 91. RGB value is (14,69,145). Sum of RGB (Red+Green+Blue) = 14+69+145=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E4591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4591 is #F1BA6E. Grayscale: #3C3C3C. Windows color (decimal): -15841903 or 9520398. OLE color: 9520398.
HSL color Cylindrical-coordinate representation of color #0E4591: hue angle of 214.81º 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 #0E4591 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 69 | 145 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.43 |
| HSL | 214.81º | 0.82% | 0.31% | - |
| HSV(B) | 214.81º | 0.9% | 0.57% | - |
| XYZ | 7.42 | 6.39 | 27.63 | - |
| YUV | 61.22 | 175.28 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 69 | 145 | 0.90 | 0.52 | 0 | 0.43 | 214.81 | 0.82 | 0.31 |
| Hex | E | 45 | 91 | 5A | 34 | 0 | 2B | D7 | 52 | 1F |
| Octal | 16 | 105 | 221 | 132 | 64 | 0 | 53 | 327 | 122 | 37 |
| Binary | 1110 | 1000101 | 10010001 | 1011010 | 110100 | 0 | 101011 | 11010111 | 1010010 | 11111 |
Color Harmonies of #0E4591
Complementary color
Monochromatic Colors of #0E4591
Black with #0E4591
Text Example
Text Example
White with #0E4591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4591; }
p { color: rgb(14,69,145); }
H1.HeaderClassName
{
color: #0E4591;
}
.AnyTagClassName
{
color: #0E4591;
}
</style>
background-color css
<style>
a { background-color: #0E4591; }
a { background-color: rgb(14,69,145); }
div.DivClassName
{
background-color: #0E4591;
}
.BgClassName
{
background-color: #0E4591;
}
</style>
border-color css
<style>
span { border-color: #0E4591; }
span { border-color: rgb(14,69,145); }
td.TdClassName
{
border-color: #0E4591;
}
.TagClassName
{
border-color: #0E4591;
}
</style>