Shades of Cerulean #016AAF
Tints of Cerulean #016AAF
RGB
CMYK
RGB Variations
Color information
#016AAF (or 0x016AAF) is known color: Cerulean. HEX triplet: 01, 6A and AF. RGB value is (1,106,175). Sum of RGB (Red+Green+Blue) = 1+106+175=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #016AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016AAF is #FE9550. Grayscale: #525252. Windows color (decimal): -16684369 or 11495937. OLE color: 11495937.
HSL color Cylindrical-coordinate representation of color #016AAF: hue angle of 203.79º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016AAF is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 106 | 175 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.31 |
| HSL | 203.79º | 0.99% | 0.35% | - |
| HSV(B) | 203.79º | 0.99% | 0.69% | - |
| XYZ | 12.9 | 13.41 | 42.47 | - |
| YUV | 82.47 | 180.21 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 175 | 0.99 | 0.39 | 0 | 0.31 | 203.79 | 0.99 | 0.35 |
| Hex | 1 | 6A | AF | 63 | 27 | 0 | 1F | CC | 63 | 23 |
| Octal | 1 | 152 | 257 | 143 | 47 | 0 | 37 | 314 | 143 | 43 |
| Binary | 1 | 1101010 | 10101111 | 1100011 | 100111 | 0 | 11111 | 11001100 | 1100011 | 100011 |
Color Harmonies of #016AAF
Complementary color
Monochromatic Colors of #016AAF
Black with #016AAF
Text Example
Text Example
White with #016AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016AAF; }
p { color: rgb(1,106,175); }
H1.HeaderClassName
{
color: #016AAF;
}
.AnyTagClassName
{
color: #016AAF;
}
</style>
background-color css
<style>
a { background-color: #016AAF; }
a { background-color: rgb(1,106,175); }
div.DivClassName
{
background-color: #016AAF;
}
.BgClassName
{
background-color: #016AAF;
}
</style>
border-color css
<style>
span { border-color: #016AAF; }
span { border-color: rgb(1,106,175); }
td.TdClassName
{
border-color: #016AAF;
}
.TagClassName
{
border-color: #016AAF;
}
</style>