Shades of Cerulean #1176A6
Tints of Cerulean #1176A6
RGB
CMYK
RGB Variations
Color information
#1176A6 (or 0x1176A6) is known color: Cerulean. HEX triplet: 11, 76 and A6. RGB value is (17,118,166). Sum of RGB (Red+Green+Blue) = 17+118+166=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 166 (65.23% from 255 or 55.15% from 301); Max value from RGB is 166 - color contains mainly: blue. Hex color #1176A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1176A6 is #EE8959. Grayscale: #5C5C5C. Windows color (decimal): -15632730 or 10909201. OLE color: 10909201.
HSL color Cylindrical-coordinate representation of color #1176A6: hue angle of 199.33º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1176A6 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 118 | 166 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.35 |
| HSL | 199.33º | 0.81% | 0.36% | - |
| HSV(B) | 199.33º | 0.9% | 0.65% | - |
| XYZ | 13.59 | 15.83 | 38.42 | - |
| YUV | 93.27 | 169.04 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 166 | 0.90 | 0.29 | 0 | 0.35 | 199.33 | 0.81 | 0.36 |
| Hex | 11 | 76 | A6 | 5A | 1D | 0 | 23 | C7 | 51 | 24 |
| Octal | 21 | 166 | 246 | 132 | 35 | 0 | 43 | 307 | 121 | 44 |
| Binary | 10001 | 1110110 | 10100110 | 1011010 | 11101 | 0 | 100011 | 11000111 | 1010001 | 100100 |
Color Harmonies of #1176A6
Complementary color
Monochromatic Colors of #1176A6
Black with #1176A6
Text Example
Text Example
White with #1176A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176A6; }
p { color: rgb(17,118,166); }
H1.HeaderClassName
{
color: #1176A6;
}
.AnyTagClassName
{
color: #1176A6;
}
</style>
background-color css
<style>
a { background-color: #1176A6; }
a { background-color: rgb(17,118,166); }
div.DivClassName
{
background-color: #1176A6;
}
.BgClassName
{
background-color: #1176A6;
}
</style>
border-color css
<style>
span { border-color: #1176A6; }
span { border-color: rgb(17,118,166); }
td.TdClassName
{
border-color: #1176A6;
}
.TagClassName
{
border-color: #1176A6;
}
</style>