Shades of Cerulean #016796
Tints of Cerulean #016796
RGB
CMYK
RGB Variations
Color information
#016796 (or 0x016796) is known color: Cerulean. HEX triplet: 01, 67 and 96. RGB value is (1,103,150). Sum of RGB (Red+Green+Blue) = 1+103+150=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #016796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016796 is #FE9869. Grayscale: #4D4D4D. Windows color (decimal): -16685162 or 9856769. OLE color: 9856769.
HSL color Cylindrical-coordinate representation of color #016796: hue angle of 198.93º 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 #016796 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 103 | 150 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.41 |
| HSL | 198.93º | 0.99% | 0.3% | - |
| HSV(B) | 198.93º | 0.99% | 0.59% | - |
| XYZ | 10.37 | 11.91 | 30.61 | - |
| YUV | 77.86 | 168.71 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 150 | 0.99 | 0.31 | 0 | 0.41 | 198.93 | 0.99 | 0.3 |
| Hex | 1 | 67 | 96 | 63 | 1F | 0 | 29 | C7 | 63 | 1E |
| Octal | 1 | 147 | 226 | 143 | 37 | 0 | 51 | 307 | 143 | 36 |
| Binary | 1 | 1100111 | 10010110 | 1100011 | 11111 | 0 | 101001 | 11000111 | 1100011 | 11110 |
Color Harmonies of #016796
Complementary color
Monochromatic Colors of #016796
Black with #016796
Text Example
Text Example
White with #016796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016796; }
p { color: rgb(1,103,150); }
H1.HeaderClassName
{
color: #016796;
}
.AnyTagClassName
{
color: #016796;
}
</style>
background-color css
<style>
a { background-color: #016796; }
a { background-color: rgb(1,103,150); }
div.DivClassName
{
background-color: #016796;
}
.BgClassName
{
background-color: #016796;
}
</style>
border-color css
<style>
span { border-color: #016796; }
span { border-color: rgb(1,103,150); }
td.TdClassName
{
border-color: #016796;
}
.TagClassName
{
border-color: #016796;
}
</style>