Shades of Cerulean #017196
Tints of Cerulean #017196
RGB
CMYK
RGB Variations
Color information
#017196 (or 0x017196) is known color: Cerulean. HEX triplet: 01, 71 and 96. RGB value is (1,113,150). Sum of RGB (Red+Green+Blue) = 1+113+150=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #017196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017196 is #FE8E69. Grayscale: #535353. Windows color (decimal): -16682602 or 9859329. OLE color: 9859329.
HSL color Cylindrical-coordinate representation of color #017196: hue angle of 194.9º 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 #017196 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 113 | 150 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.41 |
| HSL | 194.9º | 0.99% | 0.3% | - |
| HSV(B) | 194.9º | 0.99% | 0.59% | - |
| XYZ | 11.42 | 14.02 | 30.96 | - |
| YUV | 83.73 | 165.39 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 150 | 0.99 | 0.25 | 0 | 0.41 | 194.9 | 0.99 | 0.3 |
| Hex | 1 | 71 | 96 | 63 | 19 | 0 | 29 | C3 | 63 | 1E |
| Octal | 1 | 161 | 226 | 143 | 31 | 0 | 51 | 303 | 143 | 36 |
| Binary | 1 | 1110001 | 10010110 | 1100011 | 11001 | 0 | 101001 | 11000011 | 1100011 | 11110 |
Color Harmonies of #017196
Complementary color
Monochromatic Colors of #017196
Black with #017196
Text Example
Text Example
White with #017196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017196; }
p { color: rgb(1,113,150); }
H1.HeaderClassName
{
color: #017196;
}
.AnyTagClassName
{
color: #017196;
}
</style>
background-color css
<style>
a { background-color: #017196; }
a { background-color: rgb(1,113,150); }
div.DivClassName
{
background-color: #017196;
}
.BgClassName
{
background-color: #017196;
}
</style>
border-color css
<style>
span { border-color: #017196; }
span { border-color: rgb(1,113,150); }
td.TdClassName
{
border-color: #017196;
}
.TagClassName
{
border-color: #017196;
}
</style>