Shades of Dark Cerulean #0E577B
Tints of Dark Cerulean #0E577B
RGB
CMYK
RGB Variations
Color information
#0E577B (or 0x0E577B) is known color: Dark Cerulean. HEX triplet: 0E, 57 and 7B. RGB value is (14,87,123). Sum of RGB (Red+Green+Blue) = 14+87+123=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E577B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E577B is #F1A884. Grayscale: #454545. Windows color (decimal): -15837317 or 8083214. OLE color: 8083214.
HSL color Cylindrical-coordinate representation of color #0E577B: hue angle of 199.82º 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 #0E577B is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 87 | 123 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.52 |
| HSL | 199.82º | 0.8% | 0.27% | - |
| HSV(B) | 199.82º | 0.89% | 0.48% | - |
| XYZ | 7.16 | 8.34 | 19.97 | - |
| YUV | 69.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 87 | 123 | 0.89 | 0.29 | 0 | 0.52 | 199.82 | 0.8 | 0.27 |
| Hex | E | 57 | 7B | 59 | 1D | 0 | 34 | C8 | 50 | 1B |
| Octal | 16 | 127 | 173 | 131 | 35 | 0 | 64 | 310 | 120 | 33 |
| Binary | 1110 | 1010111 | 1111011 | 1011001 | 11101 | 0 | 110100 | 11001000 | 1010000 | 11011 |
Color Harmonies of #0E577B
Complementary color
Monochromatic Colors of #0E577B
Black with #0E577B
Text Example
Text Example
White with #0E577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E577B; }
p { color: rgb(14,87,123); }
H1.HeaderClassName
{
color: #0E577B;
}
.AnyTagClassName
{
color: #0E577B;
}
</style>
background-color css
<style>
a { background-color: #0E577B; }
a { background-color: rgb(14,87,123); }
div.DivClassName
{
background-color: #0E577B;
}
.BgClassName
{
background-color: #0E577B;
}
</style>
border-color css
<style>
span { border-color: #0E577B; }
span { border-color: rgb(14,87,123); }
td.TdClassName
{
border-color: #0E577B;
}
.TagClassName
{
border-color: #0E577B;
}
</style>