Shades of Cerulean #016697
Tints of Cerulean #016697
RGB
CMYK
RGB Variations
Color information
#016697 (or 0x016697) is known color: Cerulean. HEX triplet: 01, 66 and 97. RGB value is (1,102,151). Sum of RGB (Red+Green+Blue) = 1+102+151=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #016697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016697 is #FE9968. Grayscale: #4D4D4D. Windows color (decimal): -16685417 or 9922049. OLE color: 9922049.
HSL color Cylindrical-coordinate representation of color #016697: hue angle of 199.6º 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 #016697 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 102 | 151 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.41 |
| HSL | 199.6º | 0.99% | 0.3% | - |
| HSV(B) | 199.6º | 0.99% | 0.59% | - |
| XYZ | 10.35 | 11.74 | 31 | - |
| YUV | 77.39 | 169.54 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 151 | 0.99 | 0.32 | 0 | 0.41 | 199.6 | 0.99 | 0.3 |
| Hex | 1 | 66 | 97 | 63 | 20 | 0 | 29 | C8 | 63 | 1E |
| Octal | 1 | 146 | 227 | 143 | 40 | 0 | 51 | 310 | 143 | 36 |
| Binary | 1 | 1100110 | 10010111 | 1100011 | 100000 | 0 | 101001 | 11001000 | 1100011 | 11110 |
Color Harmonies of #016697
Complementary color
Monochromatic Colors of #016697
Black with #016697
Text Example
Text Example
White with #016697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016697; }
p { color: rgb(1,102,151); }
H1.HeaderClassName
{
color: #016697;
}
.AnyTagClassName
{
color: #016697;
}
</style>
background-color css
<style>
a { background-color: #016697; }
a { background-color: rgb(1,102,151); }
div.DivClassName
{
background-color: #016697;
}
.BgClassName
{
background-color: #016697;
}
</style>
border-color css
<style>
span { border-color: #016697; }
span { border-color: rgb(1,102,151); }
td.TdClassName
{
border-color: #016697;
}
.TagClassName
{
border-color: #016697;
}
</style>