Shades of Cerulean #1171AB
Tints of Cerulean #1171AB
RGB
CMYK
RGB Variations
Color information
#1171AB (or 0x1171AB) is known color: Cerulean. HEX triplet: 11, 71 and AB. RGB value is (17,113,171). Sum of RGB (Red+Green+Blue) = 17+113+171=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #1171AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1171AB is #EE8E54. Grayscale: #5A5A5A. Windows color (decimal): -15634005 or 11235601. OLE color: 11235601.
HSL color Cylindrical-coordinate representation of color #1171AB: hue angle of 202.6º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1171AB is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 113 | 171 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.33 |
| HSL | 202.6º | 0.82% | 0.37% | - |
| HSV(B) | 202.6º | 0.9% | 0.67% | - |
| XYZ | 13.49 | 14.87 | 40.69 | - |
| YUV | 90.91 | 173.2 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 171 | 0.90 | 0.34 | 0 | 0.33 | 202.6 | 0.82 | 0.37 |
| Hex | 11 | 71 | AB | 5A | 22 | 0 | 21 | CB | 52 | 25 |
| Octal | 21 | 161 | 253 | 132 | 42 | 0 | 41 | 313 | 122 | 45 |
| Binary | 10001 | 1110001 | 10101011 | 1011010 | 100010 | 0 | 100001 | 11001011 | 1010010 | 100101 |
Color Harmonies of #1171AB
Complementary color
Monochromatic Colors of #1171AB
Black with #1171AB
Text Example
Text Example
White with #1171AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1171AB; }
p { color: rgb(17,113,171); }
H1.HeaderClassName
{
color: #1171AB;
}
.AnyTagClassName
{
color: #1171AB;
}
</style>
background-color css
<style>
a { background-color: #1171AB; }
a { background-color: rgb(17,113,171); }
div.DivClassName
{
background-color: #1171AB;
}
.BgClassName
{
background-color: #1171AB;
}
</style>
border-color css
<style>
span { border-color: #1171AB; }
span { border-color: rgb(17,113,171); }
td.TdClassName
{
border-color: #1171AB;
}
.TagClassName
{
border-color: #1171AB;
}
</style>