Shades of Cerulean #1771AA
Tints of Cerulean #1771AA
RGB
CMYK
RGB Variations
Color information
#1771AA (or 0x1771AA) is known color: Cerulean. HEX triplet: 17, 71 and AA. RGB value is (23,113,170). Sum of RGB (Red+Green+Blue) = 23+113+170=306 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.52% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #1771AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1771AA is #E88E55. Grayscale: #5C5C5C. Windows color (decimal): -15240790 or 11170071. OLE color: 11170071.
HSL color Cylindrical-coordinate representation of color #1771AA: hue angle of 203.27º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1771AA is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 113 | 170 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.33 |
| HSL | 203.27º | 0.76% | 0.38% | - |
| HSV(B) | 203.27º | 0.86% | 0.67% | - |
| XYZ | 13.51 | 14.89 | 40.19 | - |
| YUV | 92.59 | 171.68 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 170 | 0.86 | 0.34 | 0 | 0.33 | 203.27 | 0.76 | 0.38 |
| Hex | 17 | 71 | AA | 56 | 22 | 0 | 21 | CB | 4C | 26 |
| Octal | 27 | 161 | 252 | 126 | 42 | 0 | 41 | 313 | 114 | 46 |
| Binary | 10111 | 1110001 | 10101010 | 1010110 | 100010 | 0 | 100001 | 11001011 | 1001100 | 100110 |
Color Harmonies of #1771AA
Complementary color
Monochromatic Colors of #1771AA
Black with #1771AA
Text Example
Text Example
White with #1771AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1771AA; }
p { color: rgb(23,113,170); }
H1.HeaderClassName
{
color: #1771AA;
}
.AnyTagClassName
{
color: #1771AA;
}
</style>
background-color css
<style>
a { background-color: #1771AA; }
a { background-color: rgb(23,113,170); }
div.DivClassName
{
background-color: #1771AA;
}
.BgClassName
{
background-color: #1771AA;
}
</style>
border-color css
<style>
span { border-color: #1771AA; }
span { border-color: rgb(23,113,170); }
td.TdClassName
{
border-color: #1771AA;
}
.TagClassName
{
border-color: #1771AA;
}
</style>