Shades of Cerulean #017EC1
Tints of Cerulean #017EC1
RGB
CMYK
RGB Variations
Color information
#017EC1 (or 0x017EC1) is known color: Cerulean. HEX triplet: 01, 7E and C1. RGB value is (1,126,193). Sum of RGB (Red+Green+Blue) = 1+126+193=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 193 (75.78% from 255 or 60.31% from 320); Max value from RGB is 193 - color contains mainly: blue. Hex color #017EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017EC1 is #FE813E. Grayscale: #5F5F5F. Windows color (decimal): -16679231 or 12680705. OLE color: 12680705.
HSL color Cylindrical-coordinate representation of color #017EC1: hue angle of 200.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017EC1 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 126 | 193 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.24 |
| HSL | 200.94º | 0.99% | 0.38% | - |
| HSV(B) | 200.94º | 0.99% | 0.76% | - |
| XYZ | 17.1 | 18.78 | 53.18 | - |
| YUV | 96.26 | 182.59 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 193 | 0.99 | 0.35 | 0 | 0.24 | 200.94 | 0.99 | 0.38 |
| Hex | 1 | 7E | C1 | 63 | 23 | 0 | 18 | C9 | 63 | 26 |
| Octal | 1 | 176 | 301 | 143 | 43 | 0 | 30 | 311 | 143 | 46 |
| Binary | 1 | 1111110 | 11000001 | 1100011 | 100011 | 0 | 11000 | 11001001 | 1100011 | 100110 |
Color Harmonies of #017EC1
Complementary color
Monochromatic Colors of #017EC1
Black with #017EC1
Text Example
Text Example
White with #017EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017EC1; }
p { color: rgb(1,126,193); }
H1.HeaderClassName
{
color: #017EC1;
}
.AnyTagClassName
{
color: #017EC1;
}
</style>
background-color css
<style>
a { background-color: #017EC1; }
a { background-color: rgb(1,126,193); }
div.DivClassName
{
background-color: #017EC1;
}
.BgClassName
{
background-color: #017EC1;
}
</style>
border-color css
<style>
span { border-color: #017EC1; }
span { border-color: rgb(1,126,193); }
td.TdClassName
{
border-color: #017EC1;
}
.TagClassName
{
border-color: #017EC1;
}
</style>