Shades of Cerulean #017194
Tints of Cerulean #017194
RGB
CMYK
RGB Variations
Color information
#017194 (or 0x017194) is known color: Cerulean. HEX triplet: 01, 71 and 94. RGB value is (1,113,148). Sum of RGB (Red+Green+Blue) = 1+113+148=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #017194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017194 is #FE8E6B. Grayscale: #535353. Windows color (decimal): -16682604 or 9728257. OLE color: 9728257.
HSL color Cylindrical-coordinate representation of color #017194: hue angle of 194.29º 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 #017194 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 113 | 148 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.42 |
| HSL | 194.29º | 0.99% | 0.29% | - |
| HSV(B) | 194.29º | 0.99% | 0.58% | - |
| XYZ | 11.26 | 13.95 | 30.12 | - |
| YUV | 83.5 | 164.39 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 148 | 0.99 | 0.24 | 0 | 0.42 | 194.29 | 0.99 | 0.29 |
| Hex | 1 | 71 | 94 | 63 | 18 | 0 | 2A | C2 | 63 | 1D |
| Octal | 1 | 161 | 224 | 143 | 30 | 0 | 52 | 302 | 143 | 35 |
| Binary | 1 | 1110001 | 10010100 | 1100011 | 11000 | 0 | 101010 | 11000010 | 1100011 | 11101 |
Color Harmonies of #017194
Complementary color
Monochromatic Colors of #017194
Black with #017194
Text Example
Text Example
White with #017194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017194; }
p { color: rgb(1,113,148); }
H1.HeaderClassName
{
color: #017194;
}
.AnyTagClassName
{
color: #017194;
}
</style>
background-color css
<style>
a { background-color: #017194; }
a { background-color: rgb(1,113,148); }
div.DivClassName
{
background-color: #017194;
}
.BgClassName
{
background-color: #017194;
}
</style>
border-color css
<style>
span { border-color: #017194; }
span { border-color: rgb(1,113,148); }
td.TdClassName
{
border-color: #017194;
}
.TagClassName
{
border-color: #017194;
}
</style>