Shades of Dark Cerulean #0E517E
Tints of Dark Cerulean #0E517E
RGB
CMYK
RGB Variations
Color information
#0E517E (or 0x0E517E) is known color: Dark Cerulean. HEX triplet: 0E, 51 and 7E. RGB value is (14,81,126). Sum of RGB (Red+Green+Blue) = 14+81+126=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 126 (49.61% from 255 or 57.01% from 221); Max value from RGB is 126 - color contains mainly: blue. Hex color #0E517E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E517E is #F1AE81. Grayscale: #414141. Windows color (decimal): -15838850 or 8278286. OLE color: 8278286.
HSL color Cylindrical-coordinate representation of color #0E517E: hue angle of 204.11º 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 #0E517E is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 81 | 126 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.51 |
| HSL | 204.11º | 0.8% | 0.27% | - |
| HSV(B) | 204.11º | 0.89% | 0.49% | - |
| XYZ | 6.89 | 7.48 | 20.82 | - |
| YUV | 66.1 | 161.8 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 81 | 126 | 0.89 | 0.36 | 0 | 0.51 | 204.11 | 0.8 | 0.27 |
| Hex | E | 51 | 7E | 59 | 24 | 0 | 33 | CC | 50 | 1B |
| Octal | 16 | 121 | 176 | 131 | 44 | 0 | 63 | 314 | 120 | 33 |
| Binary | 1110 | 1010001 | 1111110 | 1011001 | 100100 | 0 | 110011 | 11001100 | 1010000 | 11011 |
Color Harmonies of #0E517E
Complementary color
Monochromatic Colors of #0E517E
Black with #0E517E
Text Example
Text Example
White with #0E517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E517E; }
p { color: rgb(14,81,126); }
H1.HeaderClassName
{
color: #0E517E;
}
.AnyTagClassName
{
color: #0E517E;
}
</style>
background-color css
<style>
a { background-color: #0E517E; }
a { background-color: rgb(14,81,126); }
div.DivClassName
{
background-color: #0E517E;
}
.BgClassName
{
background-color: #0E517E;
}
</style>
border-color css
<style>
span { border-color: #0E517E; }
span { border-color: rgb(14,81,126); }
td.TdClassName
{
border-color: #0E517E;
}
.TagClassName
{
border-color: #0E517E;
}
</style>