Shades of Cerulean #1176AC
Tints of Cerulean #1176AC
RGB
CMYK
RGB Variations
Color information
#1176AC (or 0x1176AC) is known color: Cerulean. HEX triplet: 11, 76 and AC. RGB value is (17,118,172). Sum of RGB (Red+Green+Blue) = 17+118+172=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #1176AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1176AC is #EE8953. Grayscale: #5D5D5D. Windows color (decimal): -15632724 or 11302417. OLE color: 11302417.
HSL color Cylindrical-coordinate representation of color #1176AC: hue angle of 200.9º 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 #1176AC is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 118 | 172 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.33 |
| HSL | 200.9º | 0.82% | 0.37% | - |
| HSV(B) | 200.9º | 0.9% | 0.67% | - |
| XYZ | 14.16 | 16.05 | 41.38 | - |
| YUV | 93.96 | 172.04 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 172 | 0.90 | 0.31 | 0 | 0.33 | 200.9 | 0.82 | 0.37 |
| Hex | 11 | 76 | AC | 5A | 1F | 0 | 21 | C9 | 52 | 25 |
| Octal | 21 | 166 | 254 | 132 | 37 | 0 | 41 | 311 | 122 | 45 |
| Binary | 10001 | 1110110 | 10101100 | 1011010 | 11111 | 0 | 100001 | 11001001 | 1010010 | 100101 |
Color Harmonies of #1176AC
Complementary color
Monochromatic Colors of #1176AC
Black with #1176AC
Text Example
Text Example
White with #1176AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176AC; }
p { color: rgb(17,118,172); }
H1.HeaderClassName
{
color: #1176AC;
}
.AnyTagClassName
{
color: #1176AC;
}
</style>
background-color css
<style>
a { background-color: #1176AC; }
a { background-color: rgb(17,118,172); }
div.DivClassName
{
background-color: #1176AC;
}
.BgClassName
{
background-color: #1176AC;
}
</style>
border-color css
<style>
span { border-color: #1176AC; }
span { border-color: rgb(17,118,172); }
td.TdClassName
{
border-color: #1176AC;
}
.TagClassName
{
border-color: #1176AC;
}
</style>