Shades of Cerulean #0171AA
Tints of Cerulean #0171AA
RGB
CMYK
RGB Variations
Color information
#0171AA (or 0x0171AA) is known color: Cerulean. HEX triplet: 01, 71 and AA. RGB value is (1,113,170). Sum of RGB (Red+Green+Blue) = 1+113+170=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #0171AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0171AA is #FE8E55. Grayscale: #555555. Windows color (decimal): -16682582 or 11170049. OLE color: 11170049.
HSL color Cylindrical-coordinate representation of color #0171AA: hue angle of 200.24º 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 #0171AA is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 113 | 170 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.33 |
| HSL | 200.24º | 0.99% | 0.34% | - |
| HSV(B) | 200.24º | 0.99% | 0.67% | - |
| XYZ | 13.17 | 14.72 | 40.18 | - |
| YUV | 86.01 | 175.39 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 170 | 0.99 | 0.34 | 0 | 0.33 | 200.24 | 0.99 | 0.34 |
| Hex | 1 | 71 | AA | 63 | 22 | 0 | 21 | C8 | 63 | 22 |
| Octal | 1 | 161 | 252 | 143 | 42 | 0 | 41 | 310 | 143 | 42 |
| Binary | 1 | 1110001 | 10101010 | 1100011 | 100010 | 0 | 100001 | 11001000 | 1100011 | 100010 |
Color Harmonies of #0171AA
Complementary color
Monochromatic Colors of #0171AA
Black with #0171AA
Text Example
Text Example
White with #0171AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0171AA; }
p { color: rgb(1,113,170); }
H1.HeaderClassName
{
color: #0171AA;
}
.AnyTagClassName
{
color: #0171AA;
}
</style>
background-color css
<style>
a { background-color: #0171AA; }
a { background-color: rgb(1,113,170); }
div.DivClassName
{
background-color: #0171AA;
}
.BgClassName
{
background-color: #0171AA;
}
</style>
border-color css
<style>
span { border-color: #0171AA; }
span { border-color: rgb(1,113,170); }
td.TdClassName
{
border-color: #0171AA;
}
.TagClassName
{
border-color: #0171AA;
}
</style>