Shades of Cerulean #016EA0
Tints of Cerulean #016EA0
RGB
CMYK
RGB Variations
Color information
#016EA0 (or 0x016EA0) is known color: Cerulean. HEX triplet: 01, 6E and A0. RGB value is (1,110,160). Sum of RGB (Red+Green+Blue) = 1+110+160=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #016EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016EA0 is #FE915F. Grayscale: #525252. Windows color (decimal): -16683360 or 10513921. OLE color: 10513921.
HSL color Cylindrical-coordinate representation of color #016EA0: hue angle of 198.87º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016EA0 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 110 | 160 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.37 |
| HSL | 198.87º | 0.99% | 0.32% | - |
| HSV(B) | 198.87º | 0.99% | 0.63% | - |
| XYZ | 11.93 | 13.7 | 35.27 | - |
| YUV | 83.11 | 171.39 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 160 | 0.99 | 0.31 | 0 | 0.37 | 198.87 | 0.99 | 0.32 |
| Hex | 1 | 6E | A0 | 63 | 1F | 0 | 25 | C7 | 63 | 20 |
| Octal | 1 | 156 | 240 | 143 | 37 | 0 | 45 | 307 | 143 | 40 |
| Binary | 1 | 1101110 | 10100000 | 1100011 | 11111 | 0 | 100101 | 11000111 | 1100011 | 100000 |
Color Harmonies of #016EA0
Complementary color
Monochromatic Colors of #016EA0
Black with #016EA0
Text Example
Text Example
White with #016EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016EA0; }
p { color: rgb(1,110,160); }
H1.HeaderClassName
{
color: #016EA0;
}
.AnyTagClassName
{
color: #016EA0;
}
</style>
background-color css
<style>
a { background-color: #016EA0; }
a { background-color: rgb(1,110,160); }
div.DivClassName
{
background-color: #016EA0;
}
.BgClassName
{
background-color: #016EA0;
}
</style>
border-color css
<style>
span { border-color: #016EA0; }
span { border-color: rgb(1,110,160); }
td.TdClassName
{
border-color: #016EA0;
}
.TagClassName
{
border-color: #016EA0;
}
</style>