Shades of Cerulean #017AAC
Tints of Cerulean #017AAC
RGB
CMYK
RGB Variations
Color information
#017AAC (or 0x017AAC) is known color: Cerulean. HEX triplet: 01, 7A and AC. RGB value is (1,122,172). Sum of RGB (Red+Green+Blue) = 1+122+172=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #017AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017AAC is #FE8553. Grayscale: #5B5B5B. Windows color (decimal): -16680276 or 11303425. OLE color: 11303425.
HSL color Cylindrical-coordinate representation of color #017AAC: hue angle of 197.54º 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 #017AAC is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 122 | 172 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.33 |
| HSL | 197.54º | 0.99% | 0.34% | - |
| HSV(B) | 197.54º | 0.99% | 0.67% | - |
| XYZ | 14.42 | 16.9 | 41.53 | - |
| YUV | 91.52 | 173.41 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 172 | 0.99 | 0.29 | 0 | 0.33 | 197.54 | 0.99 | 0.34 |
| Hex | 1 | 7A | AC | 63 | 1D | 0 | 21 | C6 | 63 | 22 |
| Octal | 1 | 172 | 254 | 143 | 35 | 0 | 41 | 306 | 143 | 42 |
| Binary | 1 | 1111010 | 10101100 | 1100011 | 11101 | 0 | 100001 | 11000110 | 1100011 | 100010 |
Color Harmonies of #017AAC
Complementary color
Monochromatic Colors of #017AAC
Black with #017AAC
Text Example
Text Example
White with #017AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017AAC; }
p { color: rgb(1,122,172); }
H1.HeaderClassName
{
color: #017AAC;
}
.AnyTagClassName
{
color: #017AAC;
}
</style>
background-color css
<style>
a { background-color: #017AAC; }
a { background-color: rgb(1,122,172); }
div.DivClassName
{
background-color: #017AAC;
}
.BgClassName
{
background-color: #017AAC;
}
</style>
border-color css
<style>
span { border-color: #017AAC; }
span { border-color: rgb(1,122,172); }
td.TdClassName
{
border-color: #017AAC;
}
.TagClassName
{
border-color: #017AAC;
}
</style>