Shades of Cerulean #016D99
Tints of Cerulean #016D99
RGB
CMYK
RGB Variations
Color information
#016D99 (or 0x016D99) is known color: Cerulean. HEX triplet: 01, 6D and 99. RGB value is (1,109,153). Sum of RGB (Red+Green+Blue) = 1+109+153=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #016D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016D99 is #FE9266. Grayscale: #515151. Windows color (decimal): -16683623 or 10054913. OLE color: 10054913.
HSL color Cylindrical-coordinate representation of color #016D99: hue angle of 197.37º 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 #016D99 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 109 | 153 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.4 |
| HSL | 197.37º | 0.99% | 0.3% | - |
| HSV(B) | 197.37º | 0.99% | 0.6% | - |
| XYZ | 11.23 | 13.24 | 32.1 | - |
| YUV | 81.72 | 168.22 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 153 | 0.99 | 0.29 | 0 | 0.4 | 197.37 | 0.99 | 0.3 |
| Hex | 1 | 6D | 99 | 63 | 1D | 0 | 28 | C5 | 63 | 1E |
| Octal | 1 | 155 | 231 | 143 | 35 | 0 | 50 | 305 | 143 | 36 |
| Binary | 1 | 1101101 | 10011001 | 1100011 | 11101 | 0 | 101000 | 11000101 | 1100011 | 11110 |
Color Harmonies of #016D99
Complementary color
Monochromatic Colors of #016D99
Black with #016D99
Text Example
Text Example
White with #016D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D99; }
p { color: rgb(1,109,153); }
H1.HeaderClassName
{
color: #016D99;
}
.AnyTagClassName
{
color: #016D99;
}
</style>
background-color css
<style>
a { background-color: #016D99; }
a { background-color: rgb(1,109,153); }
div.DivClassName
{
background-color: #016D99;
}
.BgClassName
{
background-color: #016D99;
}
</style>
border-color css
<style>
span { border-color: #016D99; }
span { border-color: rgb(1,109,153); }
td.TdClassName
{
border-color: #016D99;
}
.TagClassName
{
border-color: #016D99;
}
</style>