Shades of Cerulean #017CC0
Tints of Cerulean #017CC0
RGB
CMYK
RGB Variations
Color information
#017CC0 (or 0x017CC0) is known color: Cerulean. HEX triplet: 01, 7C and C0. RGB value is (1,124,192). Sum of RGB (Red+Green+Blue) = 1+124+192=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #017CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CC0 is #FE833F. Grayscale: #5E5E5E. Windows color (decimal): -16679744 or 12614657. OLE color: 12614657.
HSL color Cylindrical-coordinate representation of color #017CC0: hue angle of 201.36º 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 #017CC0 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 124 | 192 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.25 |
| HSL | 201.36º | 0.99% | 0.38% | - |
| HSV(B) | 201.36º | 0.99% | 0.75% | - |
| XYZ | 16.73 | 18.23 | 52.51 | - |
| YUV | 94.98 | 182.75 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 192 | 0.99 | 0.35 | 0 | 0.25 | 201.36 | 0.99 | 0.38 |
| Hex | 1 | 7C | C0 | 63 | 23 | 0 | 19 | C9 | 63 | 26 |
| Octal | 1 | 174 | 300 | 143 | 43 | 0 | 31 | 311 | 143 | 46 |
| Binary | 1 | 1111100 | 11000000 | 1100011 | 100011 | 0 | 11001 | 11001001 | 1100011 | 100110 |
Color Harmonies of #017CC0
Complementary color
Monochromatic Colors of #017CC0
Black with #017CC0
Text Example
Text Example
White with #017CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CC0; }
p { color: rgb(1,124,192); }
H1.HeaderClassName
{
color: #017CC0;
}
.AnyTagClassName
{
color: #017CC0;
}
</style>
background-color css
<style>
a { background-color: #017CC0; }
a { background-color: rgb(1,124,192); }
div.DivClassName
{
background-color: #017CC0;
}
.BgClassName
{
background-color: #017CC0;
}
</style>
border-color css
<style>
span { border-color: #017CC0; }
span { border-color: rgb(1,124,192); }
td.TdClassName
{
border-color: #017CC0;
}
.TagClassName
{
border-color: #017CC0;
}
</style>