Shades of Cerulean #0E6EAA
Tints of Cerulean #0E6EAA
RGB
CMYK
RGB Variations
Color information
#0E6EAA (or 0x0E6EAA) is known color: Cerulean. HEX triplet: 0E, 6E and AA. RGB value is (14,110,170). Sum of RGB (Red+Green+Blue) = 14+110+170=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E6EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6EAA is #F19155. Grayscale: #575757. Windows color (decimal): -15831382 or 11169294. OLE color: 11169294.
HSL color Cylindrical-coordinate representation of color #0E6EAA: hue angle of 203.08º 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 #0E6EAA is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 110 | 170 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.33 |
| HSL | 203.08º | 0.85% | 0.36% | - |
| HSV(B) | 203.08º | 0.92% | 0.67% | - |
| XYZ | 13.01 | 14.15 | 40.08 | - |
| YUV | 88.14 | 174.2 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 110 | 170 | 0.92 | 0.35 | 0 | 0.33 | 203.08 | 0.85 | 0.36 |
| Hex | E | 6E | AA | 5C | 23 | 0 | 21 | CB | 55 | 24 |
| Octal | 16 | 156 | 252 | 134 | 43 | 0 | 41 | 313 | 125 | 44 |
| Binary | 1110 | 1101110 | 10101010 | 1011100 | 100011 | 0 | 100001 | 11001011 | 1010101 | 100100 |
Color Harmonies of #0E6EAA
Complementary color
Monochromatic Colors of #0E6EAA
Black with #0E6EAA
Text Example
Text Example
White with #0E6EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6EAA; }
p { color: rgb(14,110,170); }
H1.HeaderClassName
{
color: #0E6EAA;
}
.AnyTagClassName
{
color: #0E6EAA;
}
</style>
background-color css
<style>
a { background-color: #0E6EAA; }
a { background-color: rgb(14,110,170); }
div.DivClassName
{
background-color: #0E6EAA;
}
.BgClassName
{
background-color: #0E6EAA;
}
</style>
border-color css
<style>
span { border-color: #0E6EAA; }
span { border-color: rgb(14,110,170); }
td.TdClassName
{
border-color: #0E6EAA;
}
.TagClassName
{
border-color: #0E6EAA;
}
</style>