Shades of Dark Cerulean #0E468D
Tints of Dark Cerulean #0E468D
RGB
CMYK
RGB Variations
Color information
#0E468D (or 0x0E468D) is known color: Dark Cerulean. HEX triplet: 0E, 46 and 8D. RGB value is (14,70,141). Sum of RGB (Red+Green+Blue) = 14+70+141=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #0E468D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E468D is #F1B972. Grayscale: #3D3D3D. Windows color (decimal): -15841651 or 9258510. OLE color: 9258510.
HSL color Cylindrical-coordinate representation of color #0E468D: hue angle of 213.54º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E468D is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 70 | 141 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.45 |
| HSL | 213.54º | 0.82% | 0.3% | - |
| HSV(B) | 213.54º | 0.9% | 0.55% | - |
| XYZ | 7.18 | 6.4 | 26.06 | - |
| YUV | 61.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 70 | 141 | 0.90 | 0.50 | 0 | 0.45 | 213.54 | 0.82 | 0.3 |
| Hex | E | 46 | 8D | 5A | 32 | 0 | 2D | D6 | 52 | 1E |
| Octal | 16 | 106 | 215 | 132 | 62 | 0 | 55 | 326 | 122 | 36 |
| Binary | 1110 | 1000110 | 10001101 | 1011010 | 110010 | 0 | 101101 | 11010110 | 1010010 | 11110 |
Color Harmonies of #0E468D
Complementary color
Monochromatic Colors of #0E468D
Black with #0E468D
Text Example
Text Example
White with #0E468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E468D; }
p { color: rgb(14,70,141); }
H1.HeaderClassName
{
color: #0E468D;
}
.AnyTagClassName
{
color: #0E468D;
}
</style>
background-color css
<style>
a { background-color: #0E468D; }
a { background-color: rgb(14,70,141); }
div.DivClassName
{
background-color: #0E468D;
}
.BgClassName
{
background-color: #0E468D;
}
</style>
border-color css
<style>
span { border-color: #0E468D; }
span { border-color: rgb(14,70,141); }
td.TdClassName
{
border-color: #0E468D;
}
.TagClassName
{
border-color: #0E468D;
}
</style>