Shades of Cerulean #016FB7
Tints of Cerulean #016FB7
RGB
CMYK
RGB Variations
Color information
#016FB7 (or 0x016FB7) is known color: Cerulean. HEX triplet: 01, 6F and B7. RGB value is (1,111,183). Sum of RGB (Red+Green+Blue) = 1+111+183=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 183 (71.88% from 255 or 62.03% from 295); Max value from RGB is 183 - color contains mainly: blue. Hex color #016FB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FB7 is #FE9048. Grayscale: #555555. Windows color (decimal): -16683081 or 12021505. OLE color: 12021505.
HSL color Cylindrical-coordinate representation of color #016FB7: hue angle of 203.74º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016FB7 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 111 | 183 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.28 |
| HSL | 203.74º | 0.99% | 0.36% | - |
| HSV(B) | 203.74º | 0.99% | 0.72% | - |
| XYZ | 14.24 | 14.79 | 46.9 | - |
| YUV | 86.32 | 182.56 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 183 | 0.99 | 0.39 | 0 | 0.28 | 203.74 | 0.99 | 0.36 |
| Hex | 1 | 6F | B7 | 63 | 27 | 0 | 1C | CC | 63 | 24 |
| Octal | 1 | 157 | 267 | 143 | 47 | 0 | 34 | 314 | 143 | 44 |
| Binary | 1 | 1101111 | 10110111 | 1100011 | 100111 | 0 | 11100 | 11001100 | 1100011 | 100100 |
Color Harmonies of #016FB7
Complementary color
Monochromatic Colors of #016FB7
Black with #016FB7
Text Example
Text Example
White with #016FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FB7; }
p { color: rgb(1,111,183); }
H1.HeaderClassName
{
color: #016FB7;
}
.AnyTagClassName
{
color: #016FB7;
}
</style>
background-color css
<style>
a { background-color: #016FB7; }
a { background-color: rgb(1,111,183); }
div.DivClassName
{
background-color: #016FB7;
}
.BgClassName
{
background-color: #016FB7;
}
</style>
border-color css
<style>
span { border-color: #016FB7; }
span { border-color: rgb(1,111,183); }
td.TdClassName
{
border-color: #016FB7;
}
.TagClassName
{
border-color: #016FB7;
}
</style>