Shades of Cerulean #017695
Tints of Cerulean #017695
RGB
CMYK
RGB Variations
Color information
#017695 (or 0x017695) is known color: Cerulean. HEX triplet: 01, 76 and 95. RGB value is (1,118,149). Sum of RGB (Red+Green+Blue) = 1+118+149=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #017695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017695 is #FE896A. Grayscale: #565656. Windows color (decimal): -16681323 or 9795073. OLE color: 9795073.
HSL color Cylindrical-coordinate representation of color #017695: hue angle of 192.57º 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 #017695 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 118 | 149 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.42 |
| HSL | 192.57º | 0.99% | 0.29% | - |
| HSV(B) | 192.57º | 0.99% | 0.58% | - |
| XYZ | 11.92 | 15.13 | 30.73 | - |
| YUV | 86.55 | 163.24 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 149 | 0.99 | 0.21 | 0 | 0.42 | 192.57 | 0.99 | 0.29 |
| Hex | 1 | 76 | 95 | 63 | 15 | 0 | 2A | C1 | 63 | 1D |
| Octal | 1 | 166 | 225 | 143 | 25 | 0 | 52 | 301 | 143 | 35 |
| Binary | 1 | 1110110 | 10010101 | 1100011 | 10101 | 0 | 101010 | 11000001 | 1100011 | 11101 |
Color Harmonies of #017695
Complementary color
Monochromatic Colors of #017695
Black with #017695
Text Example
Text Example
White with #017695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017695; }
p { color: rgb(1,118,149); }
H1.HeaderClassName
{
color: #017695;
}
.AnyTagClassName
{
color: #017695;
}
</style>
background-color css
<style>
a { background-color: #017695; }
a { background-color: rgb(1,118,149); }
div.DivClassName
{
background-color: #017695;
}
.BgClassName
{
background-color: #017695;
}
</style>
border-color css
<style>
span { border-color: #017695; }
span { border-color: rgb(1,118,149); }
td.TdClassName
{
border-color: #017695;
}
.TagClassName
{
border-color: #017695;
}
</style>