Shades of Cerulean #017CA2
Tints of Cerulean #017CA2
RGB
CMYK
RGB Variations
Color information
#017CA2 (or 0x017CA2) is known color: Cerulean. HEX triplet: 01, 7C and A2. RGB value is (1,124,162). Sum of RGB (Red+Green+Blue) = 1+124+162=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 162 (63.67% from 255 or 56.45% from 287); Max value from RGB is 162 - color contains mainly: blue. Hex color #017CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017CA2 is #FE835D. Grayscale: #5B5B5B. Windows color (decimal): -16679774 or 10648577. OLE color: 10648577.
HSL color Cylindrical-coordinate representation of color #017CA2: hue angle of 194.16º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017CA2 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 124 | 162 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.36 |
| HSL | 194.16º | 0.99% | 0.32% | - |
| HSV(B) | 194.16º | 0.99% | 0.64% | - |
| XYZ | 13.74 | 17.03 | 36.75 | - |
| YUV | 91.56 | 167.75 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 162 | 0.99 | 0.23 | 0 | 0.36 | 194.16 | 0.99 | 0.32 |
| Hex | 1 | 7C | A2 | 63 | 17 | 0 | 24 | C2 | 63 | 20 |
| Octal | 1 | 174 | 242 | 143 | 27 | 0 | 44 | 302 | 143 | 40 |
| Binary | 1 | 1111100 | 10100010 | 1100011 | 10111 | 0 | 100100 | 11000010 | 1100011 | 100000 |
Color Harmonies of #017CA2
Complementary color
Monochromatic Colors of #017CA2
Black with #017CA2
Text Example
Text Example
White with #017CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CA2; }
p { color: rgb(1,124,162); }
H1.HeaderClassName
{
color: #017CA2;
}
.AnyTagClassName
{
color: #017CA2;
}
</style>
background-color css
<style>
a { background-color: #017CA2; }
a { background-color: rgb(1,124,162); }
div.DivClassName
{
background-color: #017CA2;
}
.BgClassName
{
background-color: #017CA2;
}
</style>
border-color css
<style>
span { border-color: #017CA2; }
span { border-color: rgb(1,124,162); }
td.TdClassName
{
border-color: #017CA2;
}
.TagClassName
{
border-color: #017CA2;
}
</style>