Shades of Cerulean #017FA0
Tints of Cerulean #017FA0
RGB
CMYK
RGB Variations
Color information
#017FA0 (or 0x017FA0) is known color: Cerulean. HEX triplet: 01, 7F and A0. RGB value is (1,127,160). Sum of RGB (Red+Green+Blue) = 1+127+160=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #017FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017FA0 is #FE805F. Grayscale: #5C5C5C. Windows color (decimal): -16679008 or 10518273. OLE color: 10518273.
HSL color Cylindrical-coordinate representation of color #017FA0: hue angle of 192.45º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017FA0 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 127 | 160 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.37 |
| HSL | 192.45º | 0.99% | 0.32% | - |
| HSV(B) | 192.45º | 0.99% | 0.63% | - |
| XYZ | 13.95 | 17.72 | 35.94 | - |
| YUV | 93.09 | 165.76 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 160 | 0.99 | 0.21 | 0 | 0.37 | 192.45 | 0.99 | 0.32 |
| Hex | 1 | 7F | A0 | 63 | 15 | 0 | 25 | C0 | 63 | 20 |
| Octal | 1 | 177 | 240 | 143 | 25 | 0 | 45 | 300 | 143 | 40 |
| Binary | 1 | 1111111 | 10100000 | 1100011 | 10101 | 0 | 100101 | 11000000 | 1100011 | 100000 |
Color Harmonies of #017FA0
Complementary color
Monochromatic Colors of #017FA0
Black with #017FA0
Text Example
Text Example
White with #017FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FA0; }
p { color: rgb(1,127,160); }
H1.HeaderClassName
{
color: #017FA0;
}
.AnyTagClassName
{
color: #017FA0;
}
</style>
background-color css
<style>
a { background-color: #017FA0; }
a { background-color: rgb(1,127,160); }
div.DivClassName
{
background-color: #017FA0;
}
.BgClassName
{
background-color: #017FA0;
}
</style>
border-color css
<style>
span { border-color: #017FA0; }
span { border-color: rgb(1,127,160); }
td.TdClassName
{
border-color: #017FA0;
}
.TagClassName
{
border-color: #017FA0;
}
</style>