Shades of Cerulean #0E6EAB
Tints of Cerulean #0E6EAB
RGB
CMYK
RGB Variations
Color information
#0E6EAB (or 0x0E6EAB) is known color: Cerulean. HEX triplet: 0E, 6E and AB. RGB value is (14,110,171). Sum of RGB (Red+Green+Blue) = 14+110+171=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E6EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6EAB is #F19154. Grayscale: #575757. Windows color (decimal): -15831381 or 11234830. OLE color: 11234830.
HSL color Cylindrical-coordinate representation of color #0E6EAB: hue angle of 203.31º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E6EAB is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 110 | 171 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.33 |
| HSL | 203.31º | 0.85% | 0.36% | - |
| HSV(B) | 203.31º | 0.92% | 0.67% | - |
| XYZ | 13.11 | 14.19 | 40.58 | - |
| YUV | 88.25 | 174.7 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 110 | 171 | 0.92 | 0.36 | 0 | 0.33 | 203.31 | 0.85 | 0.36 |
| Hex | E | 6E | AB | 5C | 24 | 0 | 21 | CB | 55 | 24 |
| Octal | 16 | 156 | 253 | 134 | 44 | 0 | 41 | 313 | 125 | 44 |
| Binary | 1110 | 1101110 | 10101011 | 1011100 | 100100 | 0 | 100001 | 11001011 | 1010101 | 100100 |
Color Harmonies of #0E6EAB
Complementary color
Monochromatic Colors of #0E6EAB
Black with #0E6EAB
Text Example
Text Example
White with #0E6EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6EAB; }
p { color: rgb(14,110,171); }
H1.HeaderClassName
{
color: #0E6EAB;
}
.AnyTagClassName
{
color: #0E6EAB;
}
</style>
background-color css
<style>
a { background-color: #0E6EAB; }
a { background-color: rgb(14,110,171); }
div.DivClassName
{
background-color: #0E6EAB;
}
.BgClassName
{
background-color: #0E6EAB;
}
</style>
border-color css
<style>
span { border-color: #0E6EAB; }
span { border-color: rgb(14,110,171); }
td.TdClassName
{
border-color: #0E6EAB;
}
.TagClassName
{
border-color: #0E6EAB;
}
</style>