Shades of Cerulean #017DA0
Tints of Cerulean #017DA0
RGB
CMYK
RGB Variations
Color information
#017DA0 (or 0x017DA0) is known color: Cerulean. HEX triplet: 01, 7D and A0. RGB value is (1,125,160). Sum of RGB (Red+Green+Blue) = 1+125+160=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 160 (62.89% from 255 or 55.94% from 286); Max value from RGB is 160 - color contains mainly: blue. Hex color #017DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017DA0 is #FE825F. Grayscale: #5B5B5B. Windows color (decimal): -16679520 or 10517761. OLE color: 10517761.
HSL color Cylindrical-coordinate representation of color #017DA0: hue angle of 193.21º 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 #017DA0 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 125 | 160 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.37 |
| HSL | 193.21º | 0.99% | 0.32% | - |
| HSV(B) | 193.21º | 0.99% | 0.63% | - |
| XYZ | 13.69 | 17.21 | 35.86 | - |
| YUV | 91.91 | 166.42 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 160 | 0.99 | 0.22 | 0 | 0.37 | 193.21 | 0.99 | 0.32 |
| Hex | 1 | 7D | A0 | 63 | 16 | 0 | 25 | C1 | 63 | 20 |
| Octal | 1 | 175 | 240 | 143 | 26 | 0 | 45 | 301 | 143 | 40 |
| Binary | 1 | 1111101 | 10100000 | 1100011 | 10110 | 0 | 100101 | 11000001 | 1100011 | 100000 |
Color Harmonies of #017DA0
Complementary color
Monochromatic Colors of #017DA0
Black with #017DA0
Text Example
Text Example
White with #017DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DA0; }
p { color: rgb(1,125,160); }
H1.HeaderClassName
{
color: #017DA0;
}
.AnyTagClassName
{
color: #017DA0;
}
</style>
background-color css
<style>
a { background-color: #017DA0; }
a { background-color: rgb(1,125,160); }
div.DivClassName
{
background-color: #017DA0;
}
.BgClassName
{
background-color: #017DA0;
}
</style>
border-color css
<style>
span { border-color: #017DA0; }
span { border-color: rgb(1,125,160); }
td.TdClassName
{
border-color: #017DA0;
}
.TagClassName
{
border-color: #017DA0;
}
</style>