Shades of Cerulean #016DA1
Tints of Cerulean #016DA1
RGB
CMYK
RGB Variations
Color information
#016DA1 (or 0x016DA1) is known color: Cerulean. HEX triplet: 01, 6D and A1. RGB value is (1,109,161). Sum of RGB (Red+Green+Blue) = 1+109+161=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 161 (63.28% from 255 or 59.41% from 271); Max value from RGB is 161 - color contains mainly: blue. Hex color #016DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016DA1 is #FE925E. Grayscale: #525252. Windows color (decimal): -16683615 or 10579201. OLE color: 10579201.
HSL color Cylindrical-coordinate representation of color #016DA1: hue angle of 199.5º 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 #016DA1 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 109 | 161 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.37 |
| HSL | 199.5º | 0.99% | 0.32% | - |
| HSV(B) | 199.5º | 0.99% | 0.63% | - |
| XYZ | 11.91 | 13.52 | 35.7 | - |
| YUV | 82.64 | 172.22 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 161 | 0.99 | 0.32 | 0 | 0.37 | 199.5 | 0.99 | 0.32 |
| Hex | 1 | 6D | A1 | 63 | 20 | 0 | 25 | C8 | 63 | 20 |
| Octal | 1 | 155 | 241 | 143 | 40 | 0 | 45 | 310 | 143 | 40 |
| Binary | 1 | 1101101 | 10100001 | 1100011 | 100000 | 0 | 100101 | 11001000 | 1100011 | 100000 |
Color Harmonies of #016DA1
Complementary color
Monochromatic Colors of #016DA1
Black with #016DA1
Text Example
Text Example
White with #016DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DA1; }
p { color: rgb(1,109,161); }
H1.HeaderClassName
{
color: #016DA1;
}
.AnyTagClassName
{
color: #016DA1;
}
</style>
background-color css
<style>
a { background-color: #016DA1; }
a { background-color: rgb(1,109,161); }
div.DivClassName
{
background-color: #016DA1;
}
.BgClassName
{
background-color: #016DA1;
}
</style>
border-color css
<style>
span { border-color: #016DA1; }
span { border-color: rgb(1,109,161); }
td.TdClassName
{
border-color: #016DA1;
}
.TagClassName
{
border-color: #016DA1;
}
</style>