Shades of Dark Cerulean #0E527C
Tints of Dark Cerulean #0E527C
RGB
CMYK
RGB Variations
Color information
#0E527C (or 0x0E527C) is known color: Dark Cerulean. HEX triplet: 0E, 52 and 7C. RGB value is (14,82,124). Sum of RGB (Red+Green+Blue) = 14+82+124=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #0E527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E527C is #F1AD83. Grayscale: #424242. Windows color (decimal): -15838596 or 8147470. OLE color: 8147470.
HSL color Cylindrical-coordinate representation of color #0E527C: hue angle of 202.91º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E527C is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 82 | 124 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.51 |
| HSL | 202.91º | 0.8% | 0.27% | - |
| HSV(B) | 202.91º | 0.89% | 0.49% | - |
| XYZ | 6.84 | 7.58 | 20.17 | - |
| YUV | 66.46 | 160.47 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 82 | 124 | 0.89 | 0.34 | 0 | 0.51 | 202.91 | 0.8 | 0.27 |
| Hex | E | 52 | 7C | 59 | 22 | 0 | 33 | CB | 50 | 1B |
| Octal | 16 | 122 | 174 | 131 | 42 | 0 | 63 | 313 | 120 | 33 |
| Binary | 1110 | 1010010 | 1111100 | 1011001 | 100010 | 0 | 110011 | 11001011 | 1010000 | 11011 |
Color Harmonies of #0E527C
Complementary color
Monochromatic Colors of #0E527C
Black with #0E527C
Text Example
Text Example
White with #0E527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E527C; }
p { color: rgb(14,82,124); }
H1.HeaderClassName
{
color: #0E527C;
}
.AnyTagClassName
{
color: #0E527C;
}
</style>
background-color css
<style>
a { background-color: #0E527C; }
a { background-color: rgb(14,82,124); }
div.DivClassName
{
background-color: #0E527C;
}
.BgClassName
{
background-color: #0E527C;
}
</style>
border-color css
<style>
span { border-color: #0E527C; }
span { border-color: rgb(14,82,124); }
td.TdClassName
{
border-color: #0E527C;
}
.TagClassName
{
border-color: #0E527C;
}
</style>