Shades of Cerulean #016DB6
Tints of Cerulean #016DB6
RGB
CMYK
RGB Variations
Color information
#016DB6 (or 0x016DB6) is known color: Cerulean. HEX triplet: 01, 6D and B6. RGB value is (1,109,182). Sum of RGB (Red+Green+Blue) = 1+109+182=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 182 (71.48% from 255 or 62.33% from 292); Max value from RGB is 182 - color contains mainly: blue. Hex color #016DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DB6 is #FE9249. Grayscale: #545454. Windows color (decimal): -16683594 or 11955457. OLE color: 11955457.
HSL color Cylindrical-coordinate representation of color #016DB6: hue angle of 204.2º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016DB6 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 109 | 182 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.29 |
| HSL | 204.2º | 0.99% | 0.36% | - |
| HSV(B) | 204.2º | 0.99% | 0.71% | - |
| XYZ | 13.92 | 14.32 | 46.29 | - |
| YUV | 85.03 | 182.72 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 182 | 0.99 | 0.40 | 0 | 0.29 | 204.2 | 0.99 | 0.36 |
| Hex | 1 | 6D | B6 | 63 | 28 | 0 | 1D | CC | 63 | 24 |
| Octal | 1 | 155 | 266 | 143 | 50 | 0 | 35 | 314 | 143 | 44 |
| Binary | 1 | 1101101 | 10110110 | 1100011 | 101000 | 0 | 11101 | 11001100 | 1100011 | 100100 |
Color Harmonies of #016DB6
Complementary color
Monochromatic Colors of #016DB6
Black with #016DB6
Text Example
Text Example
White with #016DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DB6; }
p { color: rgb(1,109,182); }
H1.HeaderClassName
{
color: #016DB6;
}
.AnyTagClassName
{
color: #016DB6;
}
</style>
background-color css
<style>
a { background-color: #016DB6; }
a { background-color: rgb(1,109,182); }
div.DivClassName
{
background-color: #016DB6;
}
.BgClassName
{
background-color: #016DB6;
}
</style>
border-color css
<style>
span { border-color: #016DB6; }
span { border-color: rgb(1,109,182); }
td.TdClassName
{
border-color: #016DB6;
}
.TagClassName
{
border-color: #016DB6;
}
</style>