Shades of Cerulean #016BAC
Tints of Cerulean #016BAC
RGB
CMYK
RGB Variations
Color information
#016BAC (or 0x016BAC) is known color: Cerulean. HEX triplet: 01, 6B and AC. RGB value is (1,107,172). Sum of RGB (Red+Green+Blue) = 1+107+172=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #016BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016BAC is #FE9453. Grayscale: #525252. Windows color (decimal): -16684116 or 11299585. OLE color: 11299585.
HSL color Cylindrical-coordinate representation of color #016BAC: hue angle of 202.81º 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 #016BAC is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 107 | 172 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.33 |
| HSL | 202.81º | 0.99% | 0.34% | - |
| HSV(B) | 202.81º | 0.99% | 0.67% | - |
| XYZ | 12.72 | 13.5 | 40.97 | - |
| YUV | 82.72 | 178.38 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 172 | 0.99 | 0.38 | 0 | 0.33 | 202.81 | 0.99 | 0.34 |
| Hex | 1 | 6B | AC | 63 | 26 | 0 | 21 | CB | 63 | 22 |
| Octal | 1 | 153 | 254 | 143 | 46 | 0 | 41 | 313 | 143 | 42 |
| Binary | 1 | 1101011 | 10101100 | 1100011 | 100110 | 0 | 100001 | 11001011 | 1100011 | 100010 |
Color Harmonies of #016BAC
Complementary color
Monochromatic Colors of #016BAC
Black with #016BAC
Text Example
Text Example
White with #016BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BAC; }
p { color: rgb(1,107,172); }
H1.HeaderClassName
{
color: #016BAC;
}
.AnyTagClassName
{
color: #016BAC;
}
</style>
background-color css
<style>
a { background-color: #016BAC; }
a { background-color: rgb(1,107,172); }
div.DivClassName
{
background-color: #016BAC;
}
.BgClassName
{
background-color: #016BAC;
}
</style>
border-color css
<style>
span { border-color: #016BAC; }
span { border-color: rgb(1,107,172); }
td.TdClassName
{
border-color: #016BAC;
}
.TagClassName
{
border-color: #016BAC;
}
</style>