Shades of Cerulean #017EA2
Tints of Cerulean #017EA2
RGB
CMYK
RGB Variations
Color information
#017EA2 (or 0x017EA2) is known color: Cerulean. HEX triplet: 01, 7E and A2. RGB value is (1,126,162). Sum of RGB (Red+Green+Blue) = 1+126+162=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #017EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017EA2 is #FE815D. Grayscale: #5C5C5C. Windows color (decimal): -16679262 or 10649089. OLE color: 10649089.
HSL color Cylindrical-coordinate representation of color #017EA2: hue angle of 193.42º 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 #017EA2 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 126 | 162 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.36 |
| HSL | 193.42º | 0.99% | 0.32% | - |
| HSV(B) | 193.42º | 0.99% | 0.64% | - |
| XYZ | 13.99 | 17.54 | 36.83 | - |
| YUV | 92.73 | 167.09 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 162 | 0.99 | 0.22 | 0 | 0.36 | 193.42 | 0.99 | 0.32 |
| Hex | 1 | 7E | A2 | 63 | 16 | 0 | 24 | C1 | 63 | 20 |
| Octal | 1 | 176 | 242 | 143 | 26 | 0 | 44 | 301 | 143 | 40 |
| Binary | 1 | 1111110 | 10100010 | 1100011 | 10110 | 0 | 100100 | 11000001 | 1100011 | 100000 |
Color Harmonies of #017EA2
Complementary color
Monochromatic Colors of #017EA2
Black with #017EA2
Text Example
Text Example
White with #017EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017EA2; }
p { color: rgb(1,126,162); }
H1.HeaderClassName
{
color: #017EA2;
}
.AnyTagClassName
{
color: #017EA2;
}
</style>
background-color css
<style>
a { background-color: #017EA2; }
a { background-color: rgb(1,126,162); }
div.DivClassName
{
background-color: #017EA2;
}
.BgClassName
{
background-color: #017EA2;
}
</style>
border-color css
<style>
span { border-color: #017EA2; }
span { border-color: rgb(1,126,162); }
td.TdClassName
{
border-color: #017EA2;
}
.TagClassName
{
border-color: #017EA2;
}
</style>