Shades of Cerulean #016596
Tints of Cerulean #016596
RGB
CMYK
RGB Variations
Color information
#016596 (or 0x016596) is known color: Cerulean. HEX triplet: 01, 65 and 96. RGB value is (1,101,150). Sum of RGB (Red+Green+Blue) = 1+101+150=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #016596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016596 is #FE9A69. Grayscale: #4C4C4C. Windows color (decimal): -16685674 or 9856257. OLE color: 9856257.
HSL color Cylindrical-coordinate representation of color #016596: hue angle of 199.73º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016596 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 101 | 150 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.41 |
| HSL | 199.73º | 0.99% | 0.3% | - |
| HSV(B) | 199.73º | 0.99% | 0.59% | - |
| XYZ | 10.17 | 11.52 | 30.54 | - |
| YUV | 76.69 | 169.37 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 150 | 0.99 | 0.33 | 0 | 0.41 | 199.73 | 0.99 | 0.3 |
| Hex | 1 | 65 | 96 | 63 | 21 | 0 | 29 | C8 | 63 | 1E |
| Octal | 1 | 145 | 226 | 143 | 41 | 0 | 51 | 310 | 143 | 36 |
| Binary | 1 | 1100101 | 10010110 | 1100011 | 100001 | 0 | 101001 | 11001000 | 1100011 | 11110 |
Color Harmonies of #016596
Complementary color
Monochromatic Colors of #016596
Black with #016596
Text Example
Text Example
White with #016596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016596; }
p { color: rgb(1,101,150); }
H1.HeaderClassName
{
color: #016596;
}
.AnyTagClassName
{
color: #016596;
}
</style>
background-color css
<style>
a { background-color: #016596; }
a { background-color: rgb(1,101,150); }
div.DivClassName
{
background-color: #016596;
}
.BgClassName
{
background-color: #016596;
}
</style>
border-color css
<style>
span { border-color: #016596; }
span { border-color: rgb(1,101,150); }
td.TdClassName
{
border-color: #016596;
}
.TagClassName
{
border-color: #016596;
}
</style>