Shades of Dark Cerulean #0E3584
Tints of Dark Cerulean #0E3584
RGB
CMYK
RGB Variations
Color information
#0E3584 (or 0x0E3584) is known color: Dark Cerulean. HEX triplet: 0E, 35 and 84. RGB value is (14,53,132). Sum of RGB (Red+Green+Blue) = 14+53+132=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E3584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3584 is #F1CA7B. Grayscale: #313131. Windows color (decimal): -15846012 or 8664334. OLE color: 8664334.
HSL color Cylindrical-coordinate representation of color #0E3584: hue angle of 220.17º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E3584 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 53 | 132 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.48 |
| HSL | 220.17º | 0.81% | 0.29% | - |
| HSV(B) | 220.17º | 0.89% | 0.52% | - |
| XYZ | 5.62 | 4.31 | 22.36 | - |
| YUV | 50.35 | 174.08 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 53 | 132 | 0.89 | 0.60 | 0 | 0.48 | 220.17 | 0.81 | 0.29 |
| Hex | E | 35 | 84 | 59 | 3C | 0 | 30 | DC | 51 | 1D |
| Octal | 16 | 65 | 204 | 131 | 74 | 0 | 60 | 334 | 121 | 35 |
| Binary | 1110 | 110101 | 10000100 | 1011001 | 111100 | 0 | 110000 | 11011100 | 1010001 | 11101 |
Color Harmonies of #0E3584
Complementary color
Monochromatic Colors of #0E3584
Black with #0E3584
Text Example
Text Example
White with #0E3584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3584; }
p { color: rgb(14,53,132); }
H1.HeaderClassName
{
color: #0E3584;
}
.AnyTagClassName
{
color: #0E3584;
}
</style>
background-color css
<style>
a { background-color: #0E3584; }
a { background-color: rgb(14,53,132); }
div.DivClassName
{
background-color: #0E3584;
}
.BgClassName
{
background-color: #0E3584;
}
</style>
border-color css
<style>
span { border-color: #0E3584; }
span { border-color: rgb(14,53,132); }
td.TdClassName
{
border-color: #0E3584;
}
.TagClassName
{
border-color: #0E3584;
}
</style>