Shades of Cerulean #016CAC
Tints of Cerulean #016CAC
RGB
CMYK
RGB Variations
Color information
#016CAC (or 0x016CAC) is known color: Cerulean. HEX triplet: 01, 6C and AC. RGB value is (1,108,172). Sum of RGB (Red+Green+Blue) = 1+108+172=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #016CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016CAC is #FE9353. Grayscale: #525252. Windows color (decimal): -16683860 or 11299841. OLE color: 11299841.
HSL color Cylindrical-coordinate representation of color #016CAC: hue angle of 202.46º 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 #016CAC is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 108 | 172 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.33 |
| HSL | 202.46º | 0.99% | 0.34% | - |
| HSV(B) | 202.46º | 0.99% | 0.67% | - |
| XYZ | 12.82 | 13.71 | 41 | - |
| YUV | 83.3 | 178.05 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 172 | 0.99 | 0.37 | 0 | 0.33 | 202.46 | 0.99 | 0.34 |
| Hex | 1 | 6C | AC | 63 | 25 | 0 | 21 | CA | 63 | 22 |
| Octal | 1 | 154 | 254 | 143 | 45 | 0 | 41 | 312 | 143 | 42 |
| Binary | 1 | 1101100 | 10101100 | 1100011 | 100101 | 0 | 100001 | 11001010 | 1100011 | 100010 |
Color Harmonies of #016CAC
Complementary color
Monochromatic Colors of #016CAC
Black with #016CAC
Text Example
Text Example
White with #016CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016CAC; }
p { color: rgb(1,108,172); }
H1.HeaderClassName
{
color: #016CAC;
}
.AnyTagClassName
{
color: #016CAC;
}
</style>
background-color css
<style>
a { background-color: #016CAC; }
a { background-color: rgb(1,108,172); }
div.DivClassName
{
background-color: #016CAC;
}
.BgClassName
{
background-color: #016CAC;
}
</style>
border-color css
<style>
span { border-color: #016CAC; }
span { border-color: rgb(1,108,172); }
td.TdClassName
{
border-color: #016CAC;
}
.TagClassName
{
border-color: #016CAC;
}
</style>