Shades of Cerulean #017295
Tints of Cerulean #017295
RGB
CMYK
RGB Variations
Color information
#017295 (or 0x017295) is known color: Cerulean. HEX triplet: 01, 72 and 95. RGB value is (1,114,149). Sum of RGB (Red+Green+Blue) = 1+114+149=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #017295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017295 is #FE8D6A. Grayscale: #535353. Windows color (decimal): -16682347 or 9794049. OLE color: 9794049.
HSL color Cylindrical-coordinate representation of color #017295: hue angle of 194.19º 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 #017295 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 114 | 149 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.42 |
| HSL | 194.19º | 0.99% | 0.29% | - |
| HSV(B) | 194.19º | 0.99% | 0.58% | - |
| XYZ | 11.45 | 14.21 | 30.57 | - |
| YUV | 84.2 | 164.56 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 149 | 0.99 | 0.23 | 0 | 0.42 | 194.19 | 0.99 | 0.29 |
| Hex | 1 | 72 | 95 | 63 | 17 | 0 | 2A | C2 | 63 | 1D |
| Octal | 1 | 162 | 225 | 143 | 27 | 0 | 52 | 302 | 143 | 35 |
| Binary | 1 | 1110010 | 10010101 | 1100011 | 10111 | 0 | 101010 | 11000010 | 1100011 | 11101 |
Color Harmonies of #017295
Complementary color
Monochromatic Colors of #017295
Black with #017295
Text Example
Text Example
White with #017295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017295; }
p { color: rgb(1,114,149); }
H1.HeaderClassName
{
color: #017295;
}
.AnyTagClassName
{
color: #017295;
}
</style>
background-color css
<style>
a { background-color: #017295; }
a { background-color: rgb(1,114,149); }
div.DivClassName
{
background-color: #017295;
}
.BgClassName
{
background-color: #017295;
}
</style>
border-color css
<style>
span { border-color: #017295; }
span { border-color: rgb(1,114,149); }
td.TdClassName
{
border-color: #017295;
}
.TagClassName
{
border-color: #017295;
}
</style>