Shades of Dark Cerulean #0E496D
Tints of Dark Cerulean #0E496D
RGB
CMYK
RGB Variations
Color information
#0E496D (or 0x0E496D) is known color: Dark Cerulean. HEX triplet: 0E, 49 and 6D. RGB value is (14,73,109). Sum of RGB (Red+Green+Blue) = 14+73+109=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #0E496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E496D is #F1B692. Grayscale: #3B3B3B. Windows color (decimal): -15840915 or 7162126. OLE color: 7162126.
HSL color Cylindrical-coordinate representation of color #0E496D: hue angle of 202.74º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E496D is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 73 | 109 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.57 |
| HSL | 202.74º | 0.77% | 0.24% | - |
| HSV(B) | 202.74º | 0.87% | 0.43% | - |
| XYZ | 5.32 | 5.96 | 15.34 | - |
| YUV | 59.46 | 155.95 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 73 | 109 | 0.87 | 0.33 | 0 | 0.57 | 202.74 | 0.77 | 0.24 |
| Hex | E | 49 | 6D | 57 | 21 | 0 | 39 | CB | 4D | 18 |
| Octal | 16 | 111 | 155 | 127 | 41 | 0 | 71 | 313 | 115 | 30 |
| Binary | 1110 | 1001001 | 1101101 | 1010111 | 100001 | 0 | 111001 | 11001011 | 1001101 | 11000 |
Color Harmonies of #0E496D
Complementary color
Monochromatic Colors of #0E496D
Black with #0E496D
Text Example
Text Example
White with #0E496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E496D; }
p { color: rgb(14,73,109); }
H1.HeaderClassName
{
color: #0E496D;
}
.AnyTagClassName
{
color: #0E496D;
}
</style>
background-color css
<style>
a { background-color: #0E496D; }
a { background-color: rgb(14,73,109); }
div.DivClassName
{
background-color: #0E496D;
}
.BgClassName
{
background-color: #0E496D;
}
</style>
border-color css
<style>
span { border-color: #0E496D; }
span { border-color: rgb(14,73,109); }
td.TdClassName
{
border-color: #0E496D;
}
.TagClassName
{
border-color: #0E496D;
}
</style>