Shades of Cerulean #016AAC
Tints of Cerulean #016AAC
RGB
CMYK
RGB Variations
Color information
#016AAC (or 0x016AAC) is known color: Cerulean. HEX triplet: 01, 6A and AC. RGB value is (1,106,172). Sum of RGB (Red+Green+Blue) = 1+106+172=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #016AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016AAC is #FE9553. Grayscale: #515151. Windows color (decimal): -16684372 or 11299329. OLE color: 11299329.
HSL color Cylindrical-coordinate representation of color #016AAC: hue angle of 203.16º 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 #016AAC is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 106 | 172 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.33 |
| HSL | 203.16º | 0.99% | 0.34% | - |
| HSV(B) | 203.16º | 0.99% | 0.67% | - |
| XYZ | 12.61 | 13.29 | 40.93 | - |
| YUV | 82.13 | 178.71 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 172 | 0.99 | 0.38 | 0 | 0.33 | 203.16 | 0.99 | 0.34 |
| Hex | 1 | 6A | AC | 63 | 26 | 0 | 21 | CB | 63 | 22 |
| Octal | 1 | 152 | 254 | 143 | 46 | 0 | 41 | 313 | 143 | 42 |
| Binary | 1 | 1101010 | 10101100 | 1100011 | 100110 | 0 | 100001 | 11001011 | 1100011 | 100010 |
Color Harmonies of #016AAC
Complementary color
Monochromatic Colors of #016AAC
Black with #016AAC
Text Example
Text Example
White with #016AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016AAC; }
p { color: rgb(1,106,172); }
H1.HeaderClassName
{
color: #016AAC;
}
.AnyTagClassName
{
color: #016AAC;
}
</style>
background-color css
<style>
a { background-color: #016AAC; }
a { background-color: rgb(1,106,172); }
div.DivClassName
{
background-color: #016AAC;
}
.BgClassName
{
background-color: #016AAC;
}
</style>
border-color css
<style>
span { border-color: #016AAC; }
span { border-color: rgb(1,106,172); }
td.TdClassName
{
border-color: #016AAC;
}
.TagClassName
{
border-color: #016AAC;
}
</style>