Shades of Cerulean #1186AA
Tints of Cerulean #1186AA
RGB
CMYK
RGB Variations
Color information
#1186AA (or 0x1186AA) is known color: Cerulean. HEX triplet: 11, 86 and AA. RGB value is (17,134,170). Sum of RGB (Red+Green+Blue) = 17+134+170=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #1186AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1186AA is #EE7955. Grayscale: #666666. Windows color (decimal): -15628630 or 11175441. OLE color: 11175441.
HSL color Cylindrical-coordinate representation of color #1186AA: hue angle of 194.12º 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 #1186AA is Cyan = 0.9, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 134 | 170 | - |
| CMYK | 0.9 | 0.21 | 0 | 0.33 |
| HSL | 194.12º | 0.82% | 0.37% | - |
| HSV(B) | 194.12º | 0.9% | 0.67% | - |
| XYZ | 16.01 | 20.07 | 41.06 | - |
| YUV | 103.12 | 165.74 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 170 | 0.9 | 0.21 | 0 | 0.33 | 194.12 | 0.82 | 0.37 |
| Hex | 11 | 86 | AA | 5A | 15 | 0 | 21 | C2 | 52 | 25 |
| Octal | 21 | 206 | 252 | 132 | 25 | 0 | 41 | 302 | 122 | 45 |
| Binary | 10001 | 10000110 | 10101010 | 1011010 | 10101 | 0 | 100001 | 11000010 | 1010010 | 100101 |
Color Harmonies of #1186AA
Complementary color
Monochromatic Colors of #1186AA
Black with #1186AA
Text Example
Text Example
White with #1186AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1186AA; }
p { color: rgb(17,134,170); }
H1.HeaderClassName
{
color: #1186AA;
}
.AnyTagClassName
{
color: #1186AA;
}
</style>
background-color css
<style>
a { background-color: #1186AA; }
a { background-color: rgb(17,134,170); }
div.DivClassName
{
background-color: #1186AA;
}
.BgClassName
{
background-color: #1186AA;
}
</style>
border-color css
<style>
span { border-color: #1186AA; }
span { border-color: rgb(17,134,170); }
td.TdClassName
{
border-color: #1186AA;
}
.TagClassName
{
border-color: #1186AA;
}
</style>