Shades of Cerulean #016696
Tints of Cerulean #016696
RGB
CMYK
RGB Variations
Color information
#016696 (or 0x016696) is known color: Cerulean. HEX triplet: 01, 66 and 96. RGB value is (1,102,150). Sum of RGB (Red+Green+Blue) = 1+102+150=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #016696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016696 is #FE9969. Grayscale: #4C4C4C. Windows color (decimal): -16685418 or 9856513. OLE color: 9856513.
HSL color Cylindrical-coordinate representation of color #016696: hue angle of 199.33º 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 #016696 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 102 | 150 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.41 |
| HSL | 199.33º | 0.99% | 0.3% | - |
| HSV(B) | 199.33º | 0.99% | 0.59% | - |
| XYZ | 10.27 | 11.71 | 30.57 | - |
| YUV | 77.27 | 169.04 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 150 | 0.99 | 0.32 | 0 | 0.41 | 199.33 | 0.99 | 0.3 |
| Hex | 1 | 66 | 96 | 63 | 20 | 0 | 29 | C7 | 63 | 1E |
| Octal | 1 | 146 | 226 | 143 | 40 | 0 | 51 | 307 | 143 | 36 |
| Binary | 1 | 1100110 | 10010110 | 1100011 | 100000 | 0 | 101001 | 11000111 | 1100011 | 11110 |
Color Harmonies of #016696
Complementary color
Monochromatic Colors of #016696
Black with #016696
Text Example
Text Example
White with #016696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016696; }
p { color: rgb(1,102,150); }
H1.HeaderClassName
{
color: #016696;
}
.AnyTagClassName
{
color: #016696;
}
</style>
background-color css
<style>
a { background-color: #016696; }
a { background-color: rgb(1,102,150); }
div.DivClassName
{
background-color: #016696;
}
.BgClassName
{
background-color: #016696;
}
</style>
border-color css
<style>
span { border-color: #016696; }
span { border-color: rgb(1,102,150); }
td.TdClassName
{
border-color: #016696;
}
.TagClassName
{
border-color: #016696;
}
</style>