Shades of Dark Cerulean #0E567B
Tints of Dark Cerulean #0E567B
RGB
CMYK
RGB Variations
Color information
#0E567B (or 0x0E567B) is known color: Dark Cerulean. HEX triplet: 0E, 56 and 7B. RGB value is (14,86,123). Sum of RGB (Red+Green+Blue) = 14+86+123=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E567B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E567B is #F1A984. Grayscale: #444444. Windows color (decimal): -15837573 or 8082958. OLE color: 8082958.
HSL color Cylindrical-coordinate representation of color #0E567B: hue angle of 200.37º 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 #0E567B is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 86 | 123 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.52 |
| HSL | 200.37º | 0.8% | 0.27% | - |
| HSV(B) | 200.37º | 0.89% | 0.48% | - |
| XYZ | 7.08 | 8.18 | 19.94 | - |
| YUV | 68.69 | 158.65 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 86 | 123 | 0.89 | 0.30 | 0 | 0.52 | 200.37 | 0.8 | 0.27 |
| Hex | E | 56 | 7B | 59 | 1E | 0 | 34 | C8 | 50 | 1B |
| Octal | 16 | 126 | 173 | 131 | 36 | 0 | 64 | 310 | 120 | 33 |
| Binary | 1110 | 1010110 | 1111011 | 1011001 | 11110 | 0 | 110100 | 11001000 | 1010000 | 11011 |
Color Harmonies of #0E567B
Complementary color
Monochromatic Colors of #0E567B
Black with #0E567B
Text Example
Text Example
White with #0E567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E567B; }
p { color: rgb(14,86,123); }
H1.HeaderClassName
{
color: #0E567B;
}
.AnyTagClassName
{
color: #0E567B;
}
</style>
background-color css
<style>
a { background-color: #0E567B; }
a { background-color: rgb(14,86,123); }
div.DivClassName
{
background-color: #0E567B;
}
.BgClassName
{
background-color: #0E567B;
}
</style>
border-color css
<style>
span { border-color: #0E567B; }
span { border-color: rgb(14,86,123); }
td.TdClassName
{
border-color: #0E567B;
}
.TagClassName
{
border-color: #0E567B;
}
</style>