Shades of Cerulean #016B99
Tints of Cerulean #016B99
RGB
CMYK
RGB Variations
Color information
#016B99 (or 0x016B99) is known color: Cerulean. HEX triplet: 01, 6B and 99. RGB value is (1,107,153). Sum of RGB (Red+Green+Blue) = 1+107+153=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #016B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016B99 is #FE9466. Grayscale: #505050. Windows color (decimal): -16684135 or 10054401. OLE color: 10054401.
HSL color Cylindrical-coordinate representation of color #016B99: hue angle of 198.16º 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 #016B99 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 107 | 153 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.4 |
| HSL | 198.16º | 0.99% | 0.3% | - |
| HSV(B) | 198.16º | 0.99% | 0.6% | - |
| XYZ | 11.02 | 12.82 | 32.03 | - |
| YUV | 80.55 | 168.88 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 153 | 0.99 | 0.30 | 0 | 0.4 | 198.16 | 0.99 | 0.3 |
| Hex | 1 | 6B | 99 | 63 | 1E | 0 | 28 | C6 | 63 | 1E |
| Octal | 1 | 153 | 231 | 143 | 36 | 0 | 50 | 306 | 143 | 36 |
| Binary | 1 | 1101011 | 10011001 | 1100011 | 11110 | 0 | 101000 | 11000110 | 1100011 | 11110 |
Color Harmonies of #016B99
Complementary color
Monochromatic Colors of #016B99
Black with #016B99
Text Example
Text Example
White with #016B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B99; }
p { color: rgb(1,107,153); }
H1.HeaderClassName
{
color: #016B99;
}
.AnyTagClassName
{
color: #016B99;
}
</style>
background-color css
<style>
a { background-color: #016B99; }
a { background-color: rgb(1,107,153); }
div.DivClassName
{
background-color: #016B99;
}
.BgClassName
{
background-color: #016B99;
}
</style>
border-color css
<style>
span { border-color: #016B99; }
span { border-color: rgb(1,107,153); }
td.TdClassName
{
border-color: #016B99;
}
.TagClassName
{
border-color: #016B99;
}
</style>