Shades of Cerulean #017DA1
Tints of Cerulean #017DA1
RGB
CMYK
RGB Variations
Color information
#017DA1 (or 0x017DA1) is known color: Cerulean. HEX triplet: 01, 7D and A1. RGB value is (1,125,161). Sum of RGB (Red+Green+Blue) = 1+125+161=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #017DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017DA1 is #FE825E. Grayscale: #5B5B5B. Windows color (decimal): -16679519 or 10583297. OLE color: 10583297.
HSL color Cylindrical-coordinate representation of color #017DA1: hue angle of 193.5º 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 #017DA1 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 125 | 161 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.37 |
| HSL | 193.5º | 0.99% | 0.32% | - |
| HSV(B) | 193.5º | 0.99% | 0.63% | - |
| XYZ | 13.78 | 17.25 | 36.32 | - |
| YUV | 92.03 | 166.92 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 161 | 0.99 | 0.22 | 0 | 0.37 | 193.5 | 0.99 | 0.32 |
| Hex | 1 | 7D | A1 | 63 | 16 | 0 | 25 | C2 | 63 | 20 |
| Octal | 1 | 175 | 241 | 143 | 26 | 0 | 45 | 302 | 143 | 40 |
| Binary | 1 | 1111101 | 10100001 | 1100011 | 10110 | 0 | 100101 | 11000010 | 1100011 | 100000 |
Color Harmonies of #017DA1
Complementary color
Monochromatic Colors of #017DA1
Black with #017DA1
Text Example
Text Example
White with #017DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DA1; }
p { color: rgb(1,125,161); }
H1.HeaderClassName
{
color: #017DA1;
}
.AnyTagClassName
{
color: #017DA1;
}
</style>
background-color css
<style>
a { background-color: #017DA1; }
a { background-color: rgb(1,125,161); }
div.DivClassName
{
background-color: #017DA1;
}
.BgClassName
{
background-color: #017DA1;
}
</style>
border-color css
<style>
span { border-color: #017DA1; }
span { border-color: rgb(1,125,161); }
td.TdClassName
{
border-color: #017DA1;
}
.TagClassName
{
border-color: #017DA1;
}
</style>