Shades of Cerulean #016896
Tints of Cerulean #016896
RGB
CMYK
RGB Variations
Color information
#016896 (or 0x016896) is known color: Cerulean. HEX triplet: 01, 68 and 96. RGB value is (1,104,150). Sum of RGB (Red+Green+Blue) = 1+104+150=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #016896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016896 is #FE9769. Grayscale: #4E4E4E. Windows color (decimal): -16684906 or 9857025. OLE color: 9857025.
HSL color Cylindrical-coordinate representation of color #016896: hue angle of 198.52º 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 #016896 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 104 | 150 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.41 |
| HSL | 198.52º | 0.99% | 0.3% | - |
| HSV(B) | 198.52º | 0.99% | 0.59% | - |
| XYZ | 10.47 | 12.11 | 30.64 | - |
| YUV | 78.45 | 168.38 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 150 | 0.99 | 0.31 | 0 | 0.41 | 198.52 | 0.99 | 0.3 |
| Hex | 1 | 68 | 96 | 63 | 1F | 0 | 29 | C7 | 63 | 1E |
| Octal | 1 | 150 | 226 | 143 | 37 | 0 | 51 | 307 | 143 | 36 |
| Binary | 1 | 1101000 | 10010110 | 1100011 | 11111 | 0 | 101001 | 11000111 | 1100011 | 11110 |
Color Harmonies of #016896
Complementary color
Monochromatic Colors of #016896
Black with #016896
Text Example
Text Example
White with #016896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016896; }
p { color: rgb(1,104,150); }
H1.HeaderClassName
{
color: #016896;
}
.AnyTagClassName
{
color: #016896;
}
</style>
background-color css
<style>
a { background-color: #016896; }
a { background-color: rgb(1,104,150); }
div.DivClassName
{
background-color: #016896;
}
.BgClassName
{
background-color: #016896;
}
</style>
border-color css
<style>
span { border-color: #016896; }
span { border-color: rgb(1,104,150); }
td.TdClassName
{
border-color: #016896;
}
.TagClassName
{
border-color: #016896;
}
</style>