Shades of Dark Cerulean #0E527B
Tints of Dark Cerulean #0E527B
RGB
CMYK
RGB Variations
Color information
#0E527B (or 0x0E527B) is known color: Dark Cerulean. HEX triplet: 0E, 52 and 7B. RGB value is (14,82,123). Sum of RGB (Red+Green+Blue) = 14+82+123=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E527B is #F1AD84. Grayscale: #424242. Windows color (decimal): -15838597 or 8081934. OLE color: 8081934.
HSL color Cylindrical-coordinate representation of color #0E527B: hue angle of 202.57º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E527B is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 82 | 123 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.52 |
| HSL | 202.57º | 0.8% | 0.27% | - |
| HSV(B) | 202.57º | 0.89% | 0.48% | - |
| XYZ | 6.77 | 7.56 | 19.84 | - |
| YUV | 66.34 | 159.97 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 82 | 123 | 0.89 | 0.33 | 0 | 0.52 | 202.57 | 0.8 | 0.27 |
| Hex | E | 52 | 7B | 59 | 21 | 0 | 34 | CB | 50 | 1B |
| Octal | 16 | 122 | 173 | 131 | 41 | 0 | 64 | 313 | 120 | 33 |
| Binary | 1110 | 1010010 | 1111011 | 1011001 | 100001 | 0 | 110100 | 11001011 | 1010000 | 11011 |
Color Harmonies of #0E527B
Complementary color
Monochromatic Colors of #0E527B
Black with #0E527B
Text Example
Text Example
White with #0E527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E527B; }
p { color: rgb(14,82,123); }
H1.HeaderClassName
{
color: #0E527B;
}
.AnyTagClassName
{
color: #0E527B;
}
</style>
background-color css
<style>
a { background-color: #0E527B; }
a { background-color: rgb(14,82,123); }
div.DivClassName
{
background-color: #0E527B;
}
.BgClassName
{
background-color: #0E527B;
}
</style>
border-color css
<style>
span { border-color: #0E527B; }
span { border-color: rgb(14,82,123); }
td.TdClassName
{
border-color: #0E527B;
}
.TagClassName
{
border-color: #0E527B;
}
</style>