Shades of Dark Cerulean #0E4A89
Tints of Dark Cerulean #0E4A89
RGB
CMYK
RGB Variations
Color information
#0E4A89 (or 0x0E4A89) is known color: Dark Cerulean. HEX triplet: 0E, 4A and 89. RGB value is (14,74,137). Sum of RGB (Red+Green+Blue) = 14+74+137=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E4A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4A89 is #F1B576. Grayscale: #3E3E3E. Windows color (decimal): -15840631 or 8997390. OLE color: 8997390.
HSL color Cylindrical-coordinate representation of color #0E4A89: hue angle of 210.73º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E4A89 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 74 | 137 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.46 |
| HSL | 210.73º | 0.81% | 0.3% | - |
| HSV(B) | 210.73º | 0.9% | 0.54% | - |
| XYZ | 7.15 | 6.8 | 24.6 | - |
| YUV | 63.24 | 169.62 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 74 | 137 | 0.90 | 0.46 | 0 | 0.46 | 210.73 | 0.81 | 0.3 |
| Hex | E | 4A | 89 | 5A | 2E | 0 | 2E | D3 | 51 | 1E |
| Octal | 16 | 112 | 211 | 132 | 56 | 0 | 56 | 323 | 121 | 36 |
| Binary | 1110 | 1001010 | 10001001 | 1011010 | 101110 | 0 | 101110 | 11010011 | 1010001 | 11110 |
Color Harmonies of #0E4A89
Complementary color
Monochromatic Colors of #0E4A89
Black with #0E4A89
Text Example
Text Example
White with #0E4A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4A89; }
p { color: rgb(14,74,137); }
H1.HeaderClassName
{
color: #0E4A89;
}
.AnyTagClassName
{
color: #0E4A89;
}
</style>
background-color css
<style>
a { background-color: #0E4A89; }
a { background-color: rgb(14,74,137); }
div.DivClassName
{
background-color: #0E4A89;
}
.BgClassName
{
background-color: #0E4A89;
}
</style>
border-color css
<style>
span { border-color: #0E4A89; }
span { border-color: rgb(14,74,137); }
td.TdClassName
{
border-color: #0E4A89;
}
.TagClassName
{
border-color: #0E4A89;
}
</style>