Shades of Cerulean #017AAA
Tints of Cerulean #017AAA
RGB
CMYK
RGB Variations
Color information
#017AAA (or 0x017AAA) is known color: Cerulean. HEX triplet: 01, 7A and AA. RGB value is (1,122,170). Sum of RGB (Red+Green+Blue) = 1+122+170=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #017AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017AAA is #FE8555. Grayscale: #5A5A5A. Windows color (decimal): -16680278 or 11172353. OLE color: 11172353.
HSL color Cylindrical-coordinate representation of color #017AAA: hue angle of 197.04º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017AAA is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 122 | 170 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.33 |
| HSL | 197.04º | 0.99% | 0.34% | - |
| HSV(B) | 197.04º | 0.99% | 0.67% | - |
| XYZ | 14.23 | 16.83 | 40.53 | - |
| YUV | 91.29 | 172.41 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 170 | 0.99 | 0.28 | 0 | 0.33 | 197.04 | 0.99 | 0.34 |
| Hex | 1 | 7A | AA | 63 | 1C | 0 | 21 | C5 | 63 | 22 |
| Octal | 1 | 172 | 252 | 143 | 34 | 0 | 41 | 305 | 143 | 42 |
| Binary | 1 | 1111010 | 10101010 | 1100011 | 11100 | 0 | 100001 | 11000101 | 1100011 | 100010 |
Color Harmonies of #017AAA
Complementary color
Monochromatic Colors of #017AAA
Black with #017AAA
Text Example
Text Example
White with #017AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017AAA; }
p { color: rgb(1,122,170); }
H1.HeaderClassName
{
color: #017AAA;
}
.AnyTagClassName
{
color: #017AAA;
}
</style>
background-color css
<style>
a { background-color: #017AAA; }
a { background-color: rgb(1,122,170); }
div.DivClassName
{
background-color: #017AAA;
}
.BgClassName
{
background-color: #017AAA;
}
</style>
border-color css
<style>
span { border-color: #017AAA; }
span { border-color: rgb(1,122,170); }
td.TdClassName
{
border-color: #017AAA;
}
.TagClassName
{
border-color: #017AAA;
}
</style>