Shades of Cerulean #016F99
Tints of Cerulean #016F99
RGB
CMYK
RGB Variations
Color information
#016F99 (or 0x016F99) is known color: Cerulean. HEX triplet: 01, 6F and 99. RGB value is (1,111,153). Sum of RGB (Red+Green+Blue) = 1+111+153=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #016F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F99 is #FE9066. Grayscale: #525252. Windows color (decimal): -16683111 or 10055425. OLE color: 10055425.
HSL color Cylindrical-coordinate representation of color #016F99: hue angle of 196.58º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F99 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 111 | 153 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.4 |
| HSL | 196.58º | 0.99% | 0.3% | - |
| HSV(B) | 196.58º | 0.99% | 0.6% | - |
| XYZ | 11.45 | 13.68 | 32.17 | - |
| YUV | 82.9 | 167.56 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 153 | 0.99 | 0.27 | 0 | 0.4 | 196.58 | 0.99 | 0.3 |
| Hex | 1 | 6F | 99 | 63 | 1B | 0 | 28 | C5 | 63 | 1E |
| Octal | 1 | 157 | 231 | 143 | 33 | 0 | 50 | 305 | 143 | 36 |
| Binary | 1 | 1101111 | 10011001 | 1100011 | 11011 | 0 | 101000 | 11000101 | 1100011 | 11110 |
Color Harmonies of #016F99
Complementary color
Monochromatic Colors of #016F99
Black with #016F99
Text Example
Text Example
White with #016F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F99; }
p { color: rgb(1,111,153); }
H1.HeaderClassName
{
color: #016F99;
}
.AnyTagClassName
{
color: #016F99;
}
</style>
background-color css
<style>
a { background-color: #016F99; }
a { background-color: rgb(1,111,153); }
div.DivClassName
{
background-color: #016F99;
}
.BgClassName
{
background-color: #016F99;
}
</style>
border-color css
<style>
span { border-color: #016F99; }
span { border-color: rgb(1,111,153); }
td.TdClassName
{
border-color: #016F99;
}
.TagClassName
{
border-color: #016F99;
}
</style>