Shades of Cerulean #016BA0
Tints of Cerulean #016BA0
RGB
CMYK
RGB Variations
Color information
#016BA0 (or 0x016BA0) is known color: Cerulean. HEX triplet: 01, 6B and A0. RGB value is (1,107,160). Sum of RGB (Red+Green+Blue) = 1+107+160=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 160 (62.89% from 255 or 59.70% from 268); Max value from RGB is 160 - color contains mainly: blue. Hex color #016BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016BA0 is #FE945F. Grayscale: #515151. Windows color (decimal): -16684128 or 10513153. OLE color: 10513153.
HSL color Cylindrical-coordinate representation of color #016BA0: hue angle of 200º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016BA0 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 107 | 160 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.37 |
| HSL | 200º | 0.99% | 0.32% | - |
| HSV(B) | 200º | 0.99% | 0.63% | - |
| XYZ | 11.62 | 13.06 | 35.17 | - |
| YUV | 81.35 | 172.38 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 160 | 0.99 | 0.33 | 0 | 0.37 | 200 | 0.99 | 0.32 |
| Hex | 1 | 6B | A0 | 63 | 21 | 0 | 25 | C8 | 63 | 20 |
| Octal | 1 | 153 | 240 | 143 | 41 | 0 | 45 | 310 | 143 | 40 |
| Binary | 1 | 1101011 | 10100000 | 1100011 | 100001 | 0 | 100101 | 11001000 | 1100011 | 100000 |
Color Harmonies of #016BA0
Complementary color
Monochromatic Colors of #016BA0
Black with #016BA0
Text Example
Text Example
White with #016BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BA0; }
p { color: rgb(1,107,160); }
H1.HeaderClassName
{
color: #016BA0;
}
.AnyTagClassName
{
color: #016BA0;
}
</style>
background-color css
<style>
a { background-color: #016BA0; }
a { background-color: rgb(1,107,160); }
div.DivClassName
{
background-color: #016BA0;
}
.BgClassName
{
background-color: #016BA0;
}
</style>
border-color css
<style>
span { border-color: #016BA0; }
span { border-color: rgb(1,107,160); }
td.TdClassName
{
border-color: #016BA0;
}
.TagClassName
{
border-color: #016BA0;
}
</style>