Shades of Cerulean #017195
Tints of Cerulean #017195
RGB
CMYK
RGB Variations
Color information
#017195 (or 0x017195) is known color: Cerulean. HEX triplet: 01, 71 and 95. RGB value is (1,113,149). Sum of RGB (Red+Green+Blue) = 1+113+149=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #017195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017195 is #FE8E6A. Grayscale: #535353. Windows color (decimal): -16682603 or 9793793. OLE color: 9793793.
HSL color Cylindrical-coordinate representation of color #017195: hue angle of 194.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017195 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 113 | 149 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.42 |
| HSL | 194.59º | 0.99% | 0.29% | - |
| HSV(B) | 194.59º | 0.99% | 0.58% | - |
| XYZ | 11.34 | 13.99 | 30.54 | - |
| YUV | 83.62 | 164.89 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 149 | 0.99 | 0.24 | 0 | 0.42 | 194.59 | 0.99 | 0.29 |
| Hex | 1 | 71 | 95 | 63 | 18 | 0 | 2A | C3 | 63 | 1D |
| Octal | 1 | 161 | 225 | 143 | 30 | 0 | 52 | 303 | 143 | 35 |
| Binary | 1 | 1110001 | 10010101 | 1100011 | 11000 | 0 | 101010 | 11000011 | 1100011 | 11101 |
Color Harmonies of #017195
Complementary color
Monochromatic Colors of #017195
Black with #017195
Text Example
Text Example
White with #017195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017195; }
p { color: rgb(1,113,149); }
H1.HeaderClassName
{
color: #017195;
}
.AnyTagClassName
{
color: #017195;
}
</style>
background-color css
<style>
a { background-color: #017195; }
a { background-color: rgb(1,113,149); }
div.DivClassName
{
background-color: #017195;
}
.BgClassName
{
background-color: #017195;
}
</style>
border-color css
<style>
span { border-color: #017195; }
span { border-color: rgb(1,113,149); }
td.TdClassName
{
border-color: #017195;
}
.TagClassName
{
border-color: #017195;
}
</style>