Shades of Cerulean #016DA0
Tints of Cerulean #016DA0
RGB
CMYK
RGB Variations
Color information
#016DA0 (or 0x016DA0) is known color: Cerulean. HEX triplet: 01, 6D and A0. RGB value is (1,109,160). Sum of RGB (Red+Green+Blue) = 1+109+160=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #016DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016DA0 is #FE925F. Grayscale: #525252. Windows color (decimal): -16683616 or 10513665. OLE color: 10513665.
HSL color Cylindrical-coordinate representation of color #016DA0: hue angle of 199.25º 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 #016DA0 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 109 | 160 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.37 |
| HSL | 199.25º | 0.99% | 0.32% | - |
| HSV(B) | 199.25º | 0.99% | 0.63% | - |
| XYZ | 11.83 | 13.48 | 35.24 | - |
| YUV | 82.52 | 171.72 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 160 | 0.99 | 0.32 | 0 | 0.37 | 199.25 | 0.99 | 0.32 |
| Hex | 1 | 6D | A0 | 63 | 20 | 0 | 25 | C7 | 63 | 20 |
| Octal | 1 | 155 | 240 | 143 | 40 | 0 | 45 | 307 | 143 | 40 |
| Binary | 1 | 1101101 | 10100000 | 1100011 | 100000 | 0 | 100101 | 11000111 | 1100011 | 100000 |
Color Harmonies of #016DA0
Complementary color
Monochromatic Colors of #016DA0
Black with #016DA0
Text Example
Text Example
White with #016DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DA0; }
p { color: rgb(1,109,160); }
H1.HeaderClassName
{
color: #016DA0;
}
.AnyTagClassName
{
color: #016DA0;
}
</style>
background-color css
<style>
a { background-color: #016DA0; }
a { background-color: rgb(1,109,160); }
div.DivClassName
{
background-color: #016DA0;
}
.BgClassName
{
background-color: #016DA0;
}
</style>
border-color css
<style>
span { border-color: #016DA0; }
span { border-color: rgb(1,109,160); }
td.TdClassName
{
border-color: #016DA0;
}
.TagClassName
{
border-color: #016DA0;
}
</style>