Shades of Denim #1176C2
Tints of Denim #1176C2
RGB
CMYK
RGB Variations
Color information
#1176C2 (or 0x1176C2) is known color: Denim. HEX triplet: 11, 76 and C2. RGB value is (17,118,194). Sum of RGB (Red+Green+Blue) = 17+118+194=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 194 (76.17% from 255 or 58.97% from 329); Max value from RGB is 194 - color contains mainly: blue. Hex color #1176C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1176C2 is #EE893D. Grayscale: #606060. Windows color (decimal): -15632702 or 12744209. OLE color: 12744209.
HSL color Cylindrical-coordinate representation of color #1176C2: hue angle of 205.76º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1176C2 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 118 | 194 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.24 |
| HSL | 205.76º | 0.84% | 0.41% | - |
| HSV(B) | 205.76º | 0.91% | 0.76% | - |
| XYZ | 16.45 | 16.97 | 53.45 | - |
| YUV | 96.47 | 183.04 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 194 | 0.91 | 0.39 | 0 | 0.24 | 205.76 | 0.84 | 0.41 |
| Hex | 11 | 76 | C2 | 5B | 27 | 0 | 18 | CE | 54 | 29 |
| Octal | 21 | 166 | 302 | 133 | 47 | 0 | 30 | 316 | 124 | 51 |
| Binary | 10001 | 1110110 | 11000010 | 1011011 | 100111 | 0 | 11000 | 11001110 | 1010100 | 101001 |
Color Harmonies of #1176C2
Complementary color
Monochromatic Colors of #1176C2
Black with #1176C2
Text Example
Text Example
White with #1176C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176C2; }
p { color: rgb(17,118,194); }
H1.HeaderClassName
{
color: #1176C2;
}
.AnyTagClassName
{
color: #1176C2;
}
</style>
background-color css
<style>
a { background-color: #1176C2; }
a { background-color: rgb(17,118,194); }
div.DivClassName
{
background-color: #1176C2;
}
.BgClassName
{
background-color: #1176C2;
}
</style>
border-color css
<style>
span { border-color: #1176C2; }
span { border-color: rgb(17,118,194); }
td.TdClassName
{
border-color: #1176C2;
}
.TagClassName
{
border-color: #1176C2;
}
</style>