Shades of Dark Cerulean #0E478E
Tints of Dark Cerulean #0E478E
RGB
CMYK
RGB Variations
Color information
#0E478E (or 0x0E478E) is known color: Dark Cerulean. HEX triplet: 0E, 47 and 8E. RGB value is (14,71,142). Sum of RGB (Red+Green+Blue) = 14+71+142=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E478E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E478E is #F1B871. Grayscale: #3D3D3D. Windows color (decimal): -15841394 or 9324302. OLE color: 9324302.
HSL color Cylindrical-coordinate representation of color #0E478E: hue angle of 213.28º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E478E is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 71 | 142 | - |
| CMYK | 0.90 | 0.5 | 0 | 0.44 |
| HSL | 213.28º | 0.82% | 0.31% | - |
| HSV(B) | 213.28º | 0.9% | 0.56% | - |
| XYZ | 7.32 | 6.55 | 26.47 | - |
| YUV | 62.05 | 173.12 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 142 | 0.90 | 0.5 | 0 | 0.44 | 213.28 | 0.82 | 0.31 |
| Hex | E | 47 | 8E | 5A | 32 | 0 | 2C | D5 | 52 | 1F |
| Octal | 16 | 107 | 216 | 132 | 62 | 0 | 54 | 325 | 122 | 37 |
| Binary | 1110 | 1000111 | 10001110 | 1011010 | 110010 | 0 | 101100 | 11010101 | 1010010 | 11111 |
Color Harmonies of #0E478E
Complementary color
Monochromatic Colors of #0E478E
Black with #0E478E
Text Example
Text Example
White with #0E478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E478E; }
p { color: rgb(14,71,142); }
H1.HeaderClassName
{
color: #0E478E;
}
.AnyTagClassName
{
color: #0E478E;
}
</style>
background-color css
<style>
a { background-color: #0E478E; }
a { background-color: rgb(14,71,142); }
div.DivClassName
{
background-color: #0E478E;
}
.BgClassName
{
background-color: #0E478E;
}
</style>
border-color css
<style>
span { border-color: #0E478E; }
span { border-color: rgb(14,71,142); }
td.TdClassName
{
border-color: #0E478E;
}
.TagClassName
{
border-color: #0E478E;
}
</style>