Shades of Dark Cerulean #0E5582
Tints of Dark Cerulean #0E5582
RGB
CMYK
RGB Variations
Color information
#0E5582 (or 0x0E5582) is known color: Dark Cerulean. HEX triplet: 0E, 55 and 82. RGB value is (14,85,130). Sum of RGB (Red+Green+Blue) = 14+85+130=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E5582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5582 is #F1AA7D. Grayscale: #444444. Windows color (decimal): -15837822 or 8541454. OLE color: 8541454.
HSL color Cylindrical-coordinate representation of color #0E5582: hue angle of 203.28º 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 #0E5582 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 85 | 130 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.49 |
| HSL | 203.28º | 0.81% | 0.28% | - |
| HSV(B) | 203.28º | 0.89% | 0.51% | - |
| XYZ | 7.46 | 8.2 | 22.31 | - |
| YUV | 68.9 | 162.48 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 85 | 130 | 0.89 | 0.35 | 0 | 0.49 | 203.28 | 0.81 | 0.28 |
| Hex | E | 55 | 82 | 59 | 23 | 0 | 31 | CB | 51 | 1C |
| Octal | 16 | 125 | 202 | 131 | 43 | 0 | 61 | 313 | 121 | 34 |
| Binary | 1110 | 1010101 | 10000010 | 1011001 | 100011 | 0 | 110001 | 11001011 | 1010001 | 11100 |
Color Harmonies of #0E5582
Complementary color
Monochromatic Colors of #0E5582
Black with #0E5582
Text Example
Text Example
White with #0E5582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5582; }
p { color: rgb(14,85,130); }
H1.HeaderClassName
{
color: #0E5582;
}
.AnyTagClassName
{
color: #0E5582;
}
</style>
background-color css
<style>
a { background-color: #0E5582; }
a { background-color: rgb(14,85,130); }
div.DivClassName
{
background-color: #0E5582;
}
.BgClassName
{
background-color: #0E5582;
}
</style>
border-color css
<style>
span { border-color: #0E5582; }
span { border-color: rgb(14,85,130); }
td.TdClassName
{
border-color: #0E5582;
}
.TagClassName
{
border-color: #0E5582;
}
</style>