Shades of Cerulean #017AAD
Tints of Cerulean #017AAD
RGB
CMYK
RGB Variations
Color information
#017AAD (or 0x017AAD) is known color: Cerulean. HEX triplet: 01, 7A and AD. RGB value is (1,122,173). Sum of RGB (Red+Green+Blue) = 1+122+173=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #017AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017AAD is #FE8552. Grayscale: #5B5B5B. Windows color (decimal): -16680275 or 11368961. OLE color: 11368961.
HSL color Cylindrical-coordinate representation of color #017AAD: hue angle of 197.79º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017AAD is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 122 | 173 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.32 |
| HSL | 197.79º | 0.99% | 0.34% | - |
| HSV(B) | 197.79º | 0.99% | 0.68% | - |
| XYZ | 14.51 | 16.94 | 42.04 | - |
| YUV | 91.64 | 173.91 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 173 | 0.99 | 0.29 | 0 | 0.32 | 197.79 | 0.99 | 0.34 |
| Hex | 1 | 7A | AD | 63 | 1D | 0 | 20 | C6 | 63 | 22 |
| Octal | 1 | 172 | 255 | 143 | 35 | 0 | 40 | 306 | 143 | 42 |
| Binary | 1 | 1111010 | 10101101 | 1100011 | 11101 | 0 | 100000 | 11000110 | 1100011 | 100010 |
Color Harmonies of #017AAD
Complementary color
Monochromatic Colors of #017AAD
Black with #017AAD
Text Example
Text Example
White with #017AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017AAD; }
p { color: rgb(1,122,173); }
H1.HeaderClassName
{
color: #017AAD;
}
.AnyTagClassName
{
color: #017AAD;
}
</style>
background-color css
<style>
a { background-color: #017AAD; }
a { background-color: rgb(1,122,173); }
div.DivClassName
{
background-color: #017AAD;
}
.BgClassName
{
background-color: #017AAD;
}
</style>
border-color css
<style>
span { border-color: #017AAD; }
span { border-color: rgb(1,122,173); }
td.TdClassName
{
border-color: #017AAD;
}
.TagClassName
{
border-color: #017AAD;
}
</style>