Shades of Cerulean #1176AA
Tints of Cerulean #1176AA
RGB
CMYK
RGB Variations
Color information
#1176AA (or 0x1176AA) is known color: Cerulean. HEX triplet: 11, 76 and AA. RGB value is (17,118,170). Sum of RGB (Red+Green+Blue) = 17+118+170=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #1176AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1176AA is #EE8955. Grayscale: #5D5D5D. Windows color (decimal): -15632726 or 11171345. OLE color: 11171345.
HSL color Cylindrical-coordinate representation of color #1176AA: hue angle of 200.39º 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 #1176AA is Cyan = 0.9, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 118 | 170 | - |
| CMYK | 0.9 | 0.31 | 0 | 0.33 |
| HSL | 200.39º | 0.82% | 0.37% | - |
| HSV(B) | 200.39º | 0.9% | 0.67% | - |
| XYZ | 13.97 | 15.98 | 40.38 | - |
| YUV | 93.73 | 171.04 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 170 | 0.9 | 0.31 | 0 | 0.33 | 200.39 | 0.82 | 0.37 |
| Hex | 11 | 76 | AA | 5A | 1F | 0 | 21 | C8 | 52 | 25 |
| Octal | 21 | 166 | 252 | 132 | 37 | 0 | 41 | 310 | 122 | 45 |
| Binary | 10001 | 1110110 | 10101010 | 1011010 | 11111 | 0 | 100001 | 11001000 | 1010010 | 100101 |
Color Harmonies of #1176AA
Complementary color
Monochromatic Colors of #1176AA
Black with #1176AA
Text Example
Text Example
White with #1176AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176AA; }
p { color: rgb(17,118,170); }
H1.HeaderClassName
{
color: #1176AA;
}
.AnyTagClassName
{
color: #1176AA;
}
</style>
background-color css
<style>
a { background-color: #1176AA; }
a { background-color: rgb(17,118,170); }
div.DivClassName
{
background-color: #1176AA;
}
.BgClassName
{
background-color: #1176AA;
}
</style>
border-color css
<style>
span { border-color: #1176AA; }
span { border-color: rgb(17,118,170); }
td.TdClassName
{
border-color: #1176AA;
}
.TagClassName
{
border-color: #1176AA;
}
</style>