Shades of Dark Cerulean #0E3582
Tints of Dark Cerulean #0E3582
RGB
CMYK
RGB Variations
Color information
#0E3582 (or 0x0E3582) is known color: Dark Cerulean. HEX triplet: 0E, 35 and 82. RGB value is (14,53,130). Sum of RGB (Red+Green+Blue) = 14+53+130=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E3582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3582 is #F1CA7D. Grayscale: #313131. Windows color (decimal): -15846014 or 8533262. OLE color: 8533262.
HSL color Cylindrical-coordinate representation of color #0E3582: hue angle of 219.83º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E3582 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 53 | 130 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.49 |
| HSL | 219.83º | 0.81% | 0.28% | - |
| HSV(B) | 219.83º | 0.89% | 0.51% | - |
| XYZ | 5.48 | 4.25 | 21.65 | - |
| YUV | 50.12 | 173.08 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 53 | 130 | 0.89 | 0.59 | 0 | 0.49 | 219.83 | 0.81 | 0.28 |
| Hex | E | 35 | 82 | 59 | 3B | 0 | 31 | DC | 51 | 1C |
| Octal | 16 | 65 | 202 | 131 | 73 | 0 | 61 | 334 | 121 | 34 |
| Binary | 1110 | 110101 | 10000010 | 1011001 | 111011 | 0 | 110001 | 11011100 | 1010001 | 11100 |
Color Harmonies of #0E3582
Complementary color
Monochromatic Colors of #0E3582
Black with #0E3582
Text Example
Text Example
White with #0E3582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3582; }
p { color: rgb(14,53,130); }
H1.HeaderClassName
{
color: #0E3582;
}
.AnyTagClassName
{
color: #0E3582;
}
</style>
background-color css
<style>
a { background-color: #0E3582; }
a { background-color: rgb(14,53,130); }
div.DivClassName
{
background-color: #0E3582;
}
.BgClassName
{
background-color: #0E3582;
}
</style>
border-color css
<style>
span { border-color: #0E3582; }
span { border-color: rgb(14,53,130); }
td.TdClassName
{
border-color: #0E3582;
}
.TagClassName
{
border-color: #0E3582;
}
</style>