Shades of Cerulean #017ABC
Tints of Cerulean #017ABC
RGB
CMYK
RGB Variations
Color information
#017ABC (or 0x017ABC) is known color: Cerulean. HEX triplet: 01, 7A and BC. RGB value is (1,122,188). Sum of RGB (Red+Green+Blue) = 1+122+188=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #017ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ABC is #FE8543. Grayscale: #5C5C5C. Windows color (decimal): -16680260 or 12352001. OLE color: 12352001.
HSL color Cylindrical-coordinate representation of color #017ABC: hue angle of 201.18º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017ABC is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 122 | 188 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.26 |
| HSL | 201.18º | 0.99% | 0.37% | - |
| HSV(B) | 201.18º | 0.99% | 0.74% | - |
| XYZ | 16.05 | 17.56 | 50.12 | - |
| YUV | 93.35 | 181.41 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 188 | 0.99 | 0.35 | 0 | 0.26 | 201.18 | 0.99 | 0.37 |
| Hex | 1 | 7A | BC | 63 | 23 | 0 | 1A | C9 | 63 | 25 |
| Octal | 1 | 172 | 274 | 143 | 43 | 0 | 32 | 311 | 143 | 45 |
| Binary | 1 | 1111010 | 10111100 | 1100011 | 100011 | 0 | 11010 | 11001001 | 1100011 | 100101 |
Color Harmonies of #017ABC
Complementary color
Monochromatic Colors of #017ABC
Black with #017ABC
Text Example
Text Example
White with #017ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017ABC; }
p { color: rgb(1,122,188); }
H1.HeaderClassName
{
color: #017ABC;
}
.AnyTagClassName
{
color: #017ABC;
}
</style>
background-color css
<style>
a { background-color: #017ABC; }
a { background-color: rgb(1,122,188); }
div.DivClassName
{
background-color: #017ABC;
}
.BgClassName
{
background-color: #017ABC;
}
</style>
border-color css
<style>
span { border-color: #017ABC; }
span { border-color: rgb(1,122,188); }
td.TdClassName
{
border-color: #017ABC;
}
.TagClassName
{
border-color: #017ABC;
}
</style>