Shades of Cerulean #016EAB
Tints of Cerulean #016EAB
RGB
CMYK
RGB Variations
Color information
#016EAB (or 0x016EAB) is known color: Cerulean. HEX triplet: 01, 6E and AB. RGB value is (1,110,171). Sum of RGB (Red+Green+Blue) = 1+110+171=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #016EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016EAB is #FE9154. Grayscale: #545454. Windows color (decimal): -16683349 or 11234817. OLE color: 11234817.
HSL color Cylindrical-coordinate representation of color #016EAB: hue angle of 201.53º 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 #016EAB is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 110 | 171 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.33 |
| HSL | 201.53º | 0.99% | 0.34% | - |
| HSV(B) | 201.53º | 0.99% | 0.67% | - |
| XYZ | 12.94 | 14.1 | 40.57 | - |
| YUV | 84.36 | 176.89 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 171 | 0.99 | 0.36 | 0 | 0.33 | 201.53 | 0.99 | 0.34 |
| Hex | 1 | 6E | AB | 63 | 24 | 0 | 21 | CA | 63 | 22 |
| Octal | 1 | 156 | 253 | 143 | 44 | 0 | 41 | 312 | 143 | 42 |
| Binary | 1 | 1101110 | 10101011 | 1100011 | 100100 | 0 | 100001 | 11001010 | 1100011 | 100010 |
Color Harmonies of #016EAB
Complementary color
Monochromatic Colors of #016EAB
Black with #016EAB
Text Example
Text Example
White with #016EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016EAB; }
p { color: rgb(1,110,171); }
H1.HeaderClassName
{
color: #016EAB;
}
.AnyTagClassName
{
color: #016EAB;
}
</style>
background-color css
<style>
a { background-color: #016EAB; }
a { background-color: rgb(1,110,171); }
div.DivClassName
{
background-color: #016EAB;
}
.BgClassName
{
background-color: #016EAB;
}
</style>
border-color css
<style>
span { border-color: #016EAB; }
span { border-color: rgb(1,110,171); }
td.TdClassName
{
border-color: #016EAB;
}
.TagClassName
{
border-color: #016EAB;
}
</style>