Shades of Cerulean #016EAA
Tints of Cerulean #016EAA
RGB
CMYK
RGB Variations
Color information
#016EAA (or 0x016EAA) is known color: Cerulean. HEX triplet: 01, 6E and AA. RGB value is (1,110,170). Sum of RGB (Red+Green+Blue) = 1+110+170=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #016EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016EAA is #FE9155. Grayscale: #535353. Windows color (decimal): -16683350 or 11169281. OLE color: 11169281.
HSL color Cylindrical-coordinate representation of color #016EAA: hue angle of 201.3º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016EAA is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 110 | 170 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.33 |
| HSL | 201.3º | 0.99% | 0.34% | - |
| HSV(B) | 201.3º | 0.99% | 0.67% | - |
| XYZ | 12.84 | 14.06 | 40.07 | - |
| YUV | 84.25 | 176.39 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 170 | 0.99 | 0.35 | 0 | 0.33 | 201.3 | 0.99 | 0.34 |
| Hex | 1 | 6E | AA | 63 | 23 | 0 | 21 | C9 | 63 | 22 |
| Octal | 1 | 156 | 252 | 143 | 43 | 0 | 41 | 311 | 143 | 42 |
| Binary | 1 | 1101110 | 10101010 | 1100011 | 100011 | 0 | 100001 | 11001001 | 1100011 | 100010 |
Color Harmonies of #016EAA
Complementary color
Monochromatic Colors of #016EAA
Black with #016EAA
Text Example
Text Example
White with #016EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016EAA; }
p { color: rgb(1,110,170); }
H1.HeaderClassName
{
color: #016EAA;
}
.AnyTagClassName
{
color: #016EAA;
}
</style>
background-color css
<style>
a { background-color: #016EAA; }
a { background-color: rgb(1,110,170); }
div.DivClassName
{
background-color: #016EAA;
}
.BgClassName
{
background-color: #016EAA;
}
</style>
border-color css
<style>
span { border-color: #016EAA; }
span { border-color: rgb(1,110,170); }
td.TdClassName
{
border-color: #016EAA;
}
.TagClassName
{
border-color: #016EAA;
}
</style>