Shades of Dark Cerulean #0E567A
Tints of Dark Cerulean #0E567A
RGB
CMYK
RGB Variations
Color information
#0E567A (or 0x0E567A) is known color: Dark Cerulean. HEX triplet: 0E, 56 and 7A. RGB value is (14,86,122). Sum of RGB (Red+Green+Blue) = 14+86+122=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #0E567A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E567A is #F1A985. Grayscale: #444444. Windows color (decimal): -15837574 or 8017422. OLE color: 8017422.
HSL color Cylindrical-coordinate representation of color #0E567A: hue angle of 200º degrees, saturation: 0.79, 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 #0E567A is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 86 | 122 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.52 |
| HSL | 200º | 0.79% | 0.27% | - |
| HSV(B) | 200º | 0.89% | 0.48% | - |
| XYZ | 7.02 | 8.15 | 19.62 | - |
| YUV | 68.58 | 158.15 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 86 | 122 | 0.89 | 0.30 | 0 | 0.52 | 200 | 0.79 | 0.27 |
| Hex | E | 56 | 7A | 59 | 1E | 0 | 34 | C8 | 4F | 1B |
| Octal | 16 | 126 | 172 | 131 | 36 | 0 | 64 | 310 | 117 | 33 |
| Binary | 1110 | 1010110 | 1111010 | 1011001 | 11110 | 0 | 110100 | 11001000 | 1001111 | 11011 |
Color Harmonies of #0E567A
Complementary color
Monochromatic Colors of #0E567A
Black with #0E567A
Text Example
Text Example
White with #0E567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E567A; }
p { color: rgb(14,86,122); }
H1.HeaderClassName
{
color: #0E567A;
}
.AnyTagClassName
{
color: #0E567A;
}
</style>
background-color css
<style>
a { background-color: #0E567A; }
a { background-color: rgb(14,86,122); }
div.DivClassName
{
background-color: #0E567A;
}
.BgClassName
{
background-color: #0E567A;
}
</style>
border-color css
<style>
span { border-color: #0E567A; }
span { border-color: rgb(14,86,122); }
td.TdClassName
{
border-color: #0E567A;
}
.TagClassName
{
border-color: #0E567A;
}
</style>