Shades of Cerulean #017096
Tints of Cerulean #017096
RGB
CMYK
RGB Variations
Color information
#017096 (or 0x017096) is known color: Cerulean. HEX triplet: 01, 70 and 96. RGB value is (1,112,150). Sum of RGB (Red+Green+Blue) = 1+112+150=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #017096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017096 is #FE8F69. Grayscale: #525252. Windows color (decimal): -16682858 or 9859073. OLE color: 9859073.
HSL color Cylindrical-coordinate representation of color #017096: hue angle of 195.3º 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 #017096 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 112 | 150 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.41 |
| HSL | 195.3º | 0.99% | 0.3% | - |
| HSV(B) | 195.3º | 0.99% | 0.59% | - |
| XYZ | 11.31 | 13.8 | 30.92 | - |
| YUV | 83.14 | 165.73 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 150 | 0.99 | 0.25 | 0 | 0.41 | 195.3 | 0.99 | 0.3 |
| Hex | 1 | 70 | 96 | 63 | 19 | 0 | 29 | C3 | 63 | 1E |
| Octal | 1 | 160 | 226 | 143 | 31 | 0 | 51 | 303 | 143 | 36 |
| Binary | 1 | 1110000 | 10010110 | 1100011 | 11001 | 0 | 101001 | 11000011 | 1100011 | 11110 |
Color Harmonies of #017096
Complementary color
Monochromatic Colors of #017096
Black with #017096
Text Example
Text Example
White with #017096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017096; }
p { color: rgb(1,112,150); }
H1.HeaderClassName
{
color: #017096;
}
.AnyTagClassName
{
color: #017096;
}
</style>
background-color css
<style>
a { background-color: #017096; }
a { background-color: rgb(1,112,150); }
div.DivClassName
{
background-color: #017096;
}
.BgClassName
{
background-color: #017096;
}
</style>
border-color css
<style>
span { border-color: #017096; }
span { border-color: rgb(1,112,150); }
td.TdClassName
{
border-color: #017096;
}
.TagClassName
{
border-color: #017096;
}
</style>