Shades of Cerulean #016CAB
Tints of Cerulean #016CAB
RGB
CMYK
RGB Variations
Color information
#016CAB (or 0x016CAB) is known color: Cerulean. HEX triplet: 01, 6C and AB. RGB value is (1,108,171). Sum of RGB (Red+Green+Blue) = 1+108+171=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #016CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016CAB is #FE9354. Grayscale: #525252. Windows color (decimal): -16683861 or 11234305. OLE color: 11234305.
HSL color Cylindrical-coordinate representation of color #016CAB: hue angle of 202.24º 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 #016CAB is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 108 | 171 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.33 |
| HSL | 202.24º | 0.99% | 0.34% | - |
| HSV(B) | 202.24º | 0.99% | 0.67% | - |
| XYZ | 12.73 | 13.67 | 40.5 | - |
| YUV | 83.19 | 177.55 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 171 | 0.99 | 0.37 | 0 | 0.33 | 202.24 | 0.99 | 0.34 |
| Hex | 1 | 6C | AB | 63 | 25 | 0 | 21 | CA | 63 | 22 |
| Octal | 1 | 154 | 253 | 143 | 45 | 0 | 41 | 312 | 143 | 42 |
| Binary | 1 | 1101100 | 10101011 | 1100011 | 100101 | 0 | 100001 | 11001010 | 1100011 | 100010 |
Color Harmonies of #016CAB
Complementary color
Monochromatic Colors of #016CAB
Black with #016CAB
Text Example
Text Example
White with #016CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016CAB; }
p { color: rgb(1,108,171); }
H1.HeaderClassName
{
color: #016CAB;
}
.AnyTagClassName
{
color: #016CAB;
}
</style>
background-color css
<style>
a { background-color: #016CAB; }
a { background-color: rgb(1,108,171); }
div.DivClassName
{
background-color: #016CAB;
}
.BgClassName
{
background-color: #016CAB;
}
</style>
border-color css
<style>
span { border-color: #016CAB; }
span { border-color: rgb(1,108,171); }
td.TdClassName
{
border-color: #016CAB;
}
.TagClassName
{
border-color: #016CAB;
}
</style>