Shades of Cerulean #0E6FAA
Tints of Cerulean #0E6FAA
RGB
CMYK
RGB Variations
Color information
#0E6FAA (or 0x0E6FAA) is known color: Cerulean. HEX triplet: 0E, 6F and AA. RGB value is (14,111,170). Sum of RGB (Red+Green+Blue) = 14+111+170=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E6FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6FAA is #F19055. Grayscale: #585858. Windows color (decimal): -15831126 or 11169550. OLE color: 11169550.
HSL color Cylindrical-coordinate representation of color #0E6FAA: hue angle of 202.69º 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 #0E6FAA is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 111 | 170 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.33 |
| HSL | 202.69º | 0.85% | 0.36% | - |
| HSV(B) | 202.69º | 0.92% | 0.67% | - |
| XYZ | 13.12 | 14.36 | 40.11 | - |
| YUV | 88.72 | 173.86 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 111 | 170 | 0.92 | 0.35 | 0 | 0.33 | 202.69 | 0.85 | 0.36 |
| Hex | E | 6F | AA | 5C | 23 | 0 | 21 | CB | 55 | 24 |
| Octal | 16 | 157 | 252 | 134 | 43 | 0 | 41 | 313 | 125 | 44 |
| Binary | 1110 | 1101111 | 10101010 | 1011100 | 100011 | 0 | 100001 | 11001011 | 1010101 | 100100 |
Color Harmonies of #0E6FAA
Complementary color
Monochromatic Colors of #0E6FAA
Black with #0E6FAA
Text Example
Text Example
White with #0E6FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6FAA; }
p { color: rgb(14,111,170); }
H1.HeaderClassName
{
color: #0E6FAA;
}
.AnyTagClassName
{
color: #0E6FAA;
}
</style>
background-color css
<style>
a { background-color: #0E6FAA; }
a { background-color: rgb(14,111,170); }
div.DivClassName
{
background-color: #0E6FAA;
}
.BgClassName
{
background-color: #0E6FAA;
}
</style>
border-color css
<style>
span { border-color: #0E6FAA; }
span { border-color: rgb(14,111,170); }
td.TdClassName
{
border-color: #0E6FAA;
}
.TagClassName
{
border-color: #0E6FAA;
}
</style>