Shades of Cerulean #017193
Tints of Cerulean #017193
RGB
CMYK
RGB Variations
Color information
#017193 (or 0x017193) is known color: Cerulean. HEX triplet: 01, 71 and 93. RGB value is (1,113,147). Sum of RGB (Red+Green+Blue) = 1+113+147=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #017193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017193 is #FE8E6C. Grayscale: #535353. Windows color (decimal): -16682605 or 9662721. OLE color: 9662721.
HSL color Cylindrical-coordinate representation of color #017193: hue angle of 193.97º 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 #017193 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 113 | 147 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.42 |
| HSL | 193.97º | 0.99% | 0.29% | - |
| HSV(B) | 193.97º | 0.99% | 0.58% | - |
| XYZ | 11.18 | 13.92 | 29.7 | - |
| YUV | 83.39 | 163.89 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 147 | 0.99 | 0.23 | 0 | 0.42 | 193.97 | 0.99 | 0.29 |
| Hex | 1 | 71 | 93 | 63 | 17 | 0 | 2A | C2 | 63 | 1D |
| Octal | 1 | 161 | 223 | 143 | 27 | 0 | 52 | 302 | 143 | 35 |
| Binary | 1 | 1110001 | 10010011 | 1100011 | 10111 | 0 | 101010 | 11000010 | 1100011 | 11101 |
Color Harmonies of #017193
Complementary color
Monochromatic Colors of #017193
Black with #017193
Text Example
Text Example
White with #017193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017193; }
p { color: rgb(1,113,147); }
H1.HeaderClassName
{
color: #017193;
}
.AnyTagClassName
{
color: #017193;
}
</style>
background-color css
<style>
a { background-color: #017193; }
a { background-color: rgb(1,113,147); }
div.DivClassName
{
background-color: #017193;
}
.BgClassName
{
background-color: #017193;
}
</style>
border-color css
<style>
span { border-color: #017193; }
span { border-color: rgb(1,113,147); }
td.TdClassName
{
border-color: #017193;
}
.TagClassName
{
border-color: #017193;
}
</style>