Shades of Dark Cerulean #0E4B8E
Tints of Dark Cerulean #0E4B8E
RGB
CMYK
RGB Variations
Color information
#0E4B8E (or 0x0E4B8E) is known color: Dark Cerulean. HEX triplet: 0E, 4B and 8E. RGB value is (14,75,142). Sum of RGB (Red+Green+Blue) = 14+75+142=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E4B8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4B8E is #F1B471. Grayscale: #404040. Windows color (decimal): -15840370 or 9325326. OLE color: 9325326.
HSL color Cylindrical-coordinate representation of color #0E4B8E: hue angle of 211.41º 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 #0E4B8E is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 75 | 142 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.44 |
| HSL | 211.41º | 0.82% | 0.31% | - |
| HSV(B) | 211.41º | 0.9% | 0.56% | - |
| XYZ | 7.58 | 7.08 | 26.56 | - |
| YUV | 64.4 | 171.79 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 75 | 142 | 0.90 | 0.47 | 0 | 0.44 | 211.41 | 0.82 | 0.31 |
| Hex | E | 4B | 8E | 5A | 2F | 0 | 2C | D3 | 52 | 1F |
| Octal | 16 | 113 | 216 | 132 | 57 | 0 | 54 | 323 | 122 | 37 |
| Binary | 1110 | 1001011 | 10001110 | 1011010 | 101111 | 0 | 101100 | 11010011 | 1010010 | 11111 |
Color Harmonies of #0E4B8E
Complementary color
Monochromatic Colors of #0E4B8E
Black with #0E4B8E
Text Example
Text Example
White with #0E4B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4B8E; }
p { color: rgb(14,75,142); }
H1.HeaderClassName
{
color: #0E4B8E;
}
.AnyTagClassName
{
color: #0E4B8E;
}
</style>
background-color css
<style>
a { background-color: #0E4B8E; }
a { background-color: rgb(14,75,142); }
div.DivClassName
{
background-color: #0E4B8E;
}
.BgClassName
{
background-color: #0E4B8E;
}
</style>
border-color css
<style>
span { border-color: #0E4B8E; }
span { border-color: rgb(14,75,142); }
td.TdClassName
{
border-color: #0E4B8E;
}
.TagClassName
{
border-color: #0E4B8E;
}
</style>