Shades of Cerulean #017AAF
Tints of Cerulean #017AAF
RGB
CMYK
RGB Variations
Color information
#017AAF (or 0x017AAF) is known color: Cerulean. HEX triplet: 01, 7A and AF. RGB value is (1,122,175). Sum of RGB (Red+Green+Blue) = 1+122+175=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #017AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017AAF is #FE8550. Grayscale: #5B5B5B. Windows color (decimal): -16680273 or 11500033. OLE color: 11500033.
HSL color Cylindrical-coordinate representation of color #017AAF: hue angle of 198.28º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017AAF is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 122 | 175 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.31 |
| HSL | 198.28º | 0.99% | 0.35% | - |
| HSV(B) | 198.28º | 0.99% | 0.69% | - |
| XYZ | 14.71 | 17.02 | 43.07 | - |
| YUV | 91.86 | 174.91 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 175 | 0.99 | 0.30 | 0 | 0.31 | 198.28 | 0.99 | 0.35 |
| Hex | 1 | 7A | AF | 63 | 1E | 0 | 1F | C6 | 63 | 23 |
| Octal | 1 | 172 | 257 | 143 | 36 | 0 | 37 | 306 | 143 | 43 |
| Binary | 1 | 1111010 | 10101111 | 1100011 | 11110 | 0 | 11111 | 11000110 | 1100011 | 100011 |
Color Harmonies of #017AAF
Complementary color
Monochromatic Colors of #017AAF
Black with #017AAF
Text Example
Text Example
White with #017AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017AAF; }
p { color: rgb(1,122,175); }
H1.HeaderClassName
{
color: #017AAF;
}
.AnyTagClassName
{
color: #017AAF;
}
</style>
background-color css
<style>
a { background-color: #017AAF; }
a { background-color: rgb(1,122,175); }
div.DivClassName
{
background-color: #017AAF;
}
.BgClassName
{
background-color: #017AAF;
}
</style>
border-color css
<style>
span { border-color: #017AAF; }
span { border-color: rgb(1,122,175); }
td.TdClassName
{
border-color: #017AAF;
}
.TagClassName
{
border-color: #017AAF;
}
</style>