Shades of Dark Cerulean #0E3C89
Tints of Dark Cerulean #0E3C89
RGB
CMYK
RGB Variations
Color information
#0E3C89 (or 0x0E3C89) is known color: Dark Cerulean. HEX triplet: 0E, 3C and 89. RGB value is (14,60,137). Sum of RGB (Red+Green+Blue) = 14+60+137=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E3C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3C89 is #F1C376. Grayscale: #363636. Windows color (decimal): -15844215 or 8993806. OLE color: 8993806.
HSL color Cylindrical-coordinate representation of color #0E3C89: hue angle of 217.56º 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 #0E3C89 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 60 | 137 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.46 |
| HSL | 217.56º | 0.81% | 0.3% | - |
| HSV(B) | 217.56º | 0.9% | 0.54% | - |
| XYZ | 6.31 | 5.13 | 24.32 | - |
| YUV | 55.02 | 174.26 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 137 | 0.90 | 0.56 | 0 | 0.46 | 217.56 | 0.81 | 0.3 |
| Hex | E | 3C | 89 | 5A | 38 | 0 | 2E | DA | 51 | 1E |
| Octal | 16 | 74 | 211 | 132 | 70 | 0 | 56 | 332 | 121 | 36 |
| Binary | 1110 | 111100 | 10001001 | 1011010 | 111000 | 0 | 101110 | 11011010 | 1010001 | 11110 |
Color Harmonies of #0E3C89
Complementary color
Monochromatic Colors of #0E3C89
Black with #0E3C89
Text Example
Text Example
White with #0E3C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3C89; }
p { color: rgb(14,60,137); }
H1.HeaderClassName
{
color: #0E3C89;
}
.AnyTagClassName
{
color: #0E3C89;
}
</style>
background-color css
<style>
a { background-color: #0E3C89; }
a { background-color: rgb(14,60,137); }
div.DivClassName
{
background-color: #0E3C89;
}
.BgClassName
{
background-color: #0E3C89;
}
</style>
border-color css
<style>
span { border-color: #0E3C89; }
span { border-color: rgb(14,60,137); }
td.TdClassName
{
border-color: #0E3C89;
}
.TagClassName
{
border-color: #0E3C89;
}
</style>