Shades of Cerulean #017EC0
Tints of Cerulean #017EC0
RGB
CMYK
RGB Variations
Color information
#017EC0 (or 0x017EC0) is known color: Cerulean. HEX triplet: 01, 7E and C0. RGB value is (1,126,192). Sum of RGB (Red+Green+Blue) = 1+126+192=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #017EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017EC0 is #FE813F. Grayscale: #5F5F5F. Windows color (decimal): -16679232 or 12615169. OLE color: 12615169.
HSL color Cylindrical-coordinate representation of color #017EC0: hue angle of 200.73º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017EC0 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 126 | 192 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.25 |
| HSL | 200.73º | 0.99% | 0.38% | - |
| HSV(B) | 200.73º | 0.99% | 0.75% | - |
| XYZ | 16.99 | 18.73 | 52.59 | - |
| YUV | 96.15 | 182.09 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 192 | 0.99 | 0.34 | 0 | 0.25 | 200.73 | 0.99 | 0.38 |
| Hex | 1 | 7E | C0 | 63 | 22 | 0 | 19 | C9 | 63 | 26 |
| Octal | 1 | 176 | 300 | 143 | 42 | 0 | 31 | 311 | 143 | 46 |
| Binary | 1 | 1111110 | 11000000 | 1100011 | 100010 | 0 | 11001 | 11001001 | 1100011 | 100110 |
Color Harmonies of #017EC0
Complementary color
Monochromatic Colors of #017EC0
Black with #017EC0
Text Example
Text Example
White with #017EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017EC0; }
p { color: rgb(1,126,192); }
H1.HeaderClassName
{
color: #017EC0;
}
.AnyTagClassName
{
color: #017EC0;
}
</style>
background-color css
<style>
a { background-color: #017EC0; }
a { background-color: rgb(1,126,192); }
div.DivClassName
{
background-color: #017EC0;
}
.BgClassName
{
background-color: #017EC0;
}
</style>
border-color css
<style>
span { border-color: #017EC0; }
span { border-color: rgb(1,126,192); }
td.TdClassName
{
border-color: #017EC0;
}
.TagClassName
{
border-color: #017EC0;
}
</style>