Shades of Cerulean #016DB5
Tints of Cerulean #016DB5
RGB
CMYK
RGB Variations
Color information
#016DB5 (or 0x016DB5) is known color: Cerulean. HEX triplet: 01, 6D and B5. RGB value is (1,109,181). Sum of RGB (Red+Green+Blue) = 1+109+181=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #016DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DB5 is #FE924A. Grayscale: #545454. Windows color (decimal): -16683595 or 11889921. OLE color: 11889921.
HSL color Cylindrical-coordinate representation of color #016DB5: hue angle of 204º 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 #016DB5 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 109 | 181 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.29 |
| HSL | 204º | 0.99% | 0.36% | - |
| HSV(B) | 204º | 0.99% | 0.71% | - |
| XYZ | 13.82 | 14.28 | 45.74 | - |
| YUV | 84.92 | 182.22 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 181 | 0.99 | 0.40 | 0 | 0.29 | 204 | 0.99 | 0.36 |
| Hex | 1 | 6D | B5 | 63 | 28 | 0 | 1D | CC | 63 | 24 |
| Octal | 1 | 155 | 265 | 143 | 50 | 0 | 35 | 314 | 143 | 44 |
| Binary | 1 | 1101101 | 10110101 | 1100011 | 101000 | 0 | 11101 | 11001100 | 1100011 | 100100 |
Color Harmonies of #016DB5
Complementary color
Monochromatic Colors of #016DB5
Black with #016DB5
Text Example
Text Example
White with #016DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DB5; }
p { color: rgb(1,109,181); }
H1.HeaderClassName
{
color: #016DB5;
}
.AnyTagClassName
{
color: #016DB5;
}
</style>
background-color css
<style>
a { background-color: #016DB5; }
a { background-color: rgb(1,109,181); }
div.DivClassName
{
background-color: #016DB5;
}
.BgClassName
{
background-color: #016DB5;
}
</style>
border-color css
<style>
span { border-color: #016DB5; }
span { border-color: rgb(1,109,181); }
td.TdClassName
{
border-color: #016DB5;
}
.TagClassName
{
border-color: #016DB5;
}
</style>