Shades of Cerulean #017594
Tints of Cerulean #017594
RGB
CMYK
RGB Variations
Color information
#017594 (or 0x017594) is known color: Cerulean. HEX triplet: 01, 75 and 94. RGB value is (1,117,148). Sum of RGB (Red+Green+Blue) = 1+117+148=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #017594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017594 is #FE8A6B. Grayscale: #555555. Windows color (decimal): -16681580 or 9729281. OLE color: 9729281.
HSL color Cylindrical-coordinate representation of color #017594: hue angle of 192.65º 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 #017594 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 117 | 148 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.42 |
| HSL | 192.65º | 0.99% | 0.29% | - |
| HSV(B) | 192.65º | 0.99% | 0.58% | - |
| XYZ | 11.72 | 14.87 | 30.27 | - |
| YUV | 85.85 | 163.07 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 148 | 0.99 | 0.21 | 0 | 0.42 | 192.65 | 0.99 | 0.29 |
| Hex | 1 | 75 | 94 | 63 | 15 | 0 | 2A | C1 | 63 | 1D |
| Octal | 1 | 165 | 224 | 143 | 25 | 0 | 52 | 301 | 143 | 35 |
| Binary | 1 | 1110101 | 10010100 | 1100011 | 10101 | 0 | 101010 | 11000001 | 1100011 | 11101 |
Color Harmonies of #017594
Complementary color
Monochromatic Colors of #017594
Black with #017594
Text Example
Text Example
White with #017594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017594; }
p { color: rgb(1,117,148); }
H1.HeaderClassName
{
color: #017594;
}
.AnyTagClassName
{
color: #017594;
}
</style>
background-color css
<style>
a { background-color: #017594; }
a { background-color: rgb(1,117,148); }
div.DivClassName
{
background-color: #017594;
}
.BgClassName
{
background-color: #017594;
}
</style>
border-color css
<style>
span { border-color: #017594; }
span { border-color: rgb(1,117,148); }
td.TdClassName
{
border-color: #017594;
}
.TagClassName
{
border-color: #017594;
}
</style>