Shades of Denim #1176BD
Tints of Denim #1176BD
RGB
CMYK
RGB Variations
Color information
#1176BD (or 0x1176BD) is known color: Denim. HEX triplet: 11, 76 and BD. RGB value is (17,118,189). Sum of RGB (Red+Green+Blue) = 17+118+189=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #1176BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1176BD is #EE8942. Grayscale: #5F5F5F. Windows color (decimal): -15632707 or 12416529. OLE color: 12416529.
HSL color Cylindrical-coordinate representation of color #1176BD: hue angle of 204.77º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1176BD is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 118 | 189 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.26 |
| HSL | 204.77º | 0.83% | 0.4% | - |
| HSV(B) | 204.77º | 0.91% | 0.74% | - |
| XYZ | 15.89 | 16.75 | 50.54 | - |
| YUV | 95.9 | 180.54 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 189 | 0.91 | 0.38 | 0 | 0.26 | 204.77 | 0.83 | 0.4 |
| Hex | 11 | 76 | BD | 5B | 26 | 0 | 1A | CD | 53 | 28 |
| Octal | 21 | 166 | 275 | 133 | 46 | 0 | 32 | 315 | 123 | 50 |
| Binary | 10001 | 1110110 | 10111101 | 1011011 | 100110 | 0 | 11010 | 11001101 | 1010011 | 101000 |
Color Harmonies of #1176BD
Complementary color
Monochromatic Colors of #1176BD
Black with #1176BD
Text Example
Text Example
White with #1176BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176BD; }
p { color: rgb(17,118,189); }
H1.HeaderClassName
{
color: #1176BD;
}
.AnyTagClassName
{
color: #1176BD;
}
</style>
background-color css
<style>
a { background-color: #1176BD; }
a { background-color: rgb(17,118,189); }
div.DivClassName
{
background-color: #1176BD;
}
.BgClassName
{
background-color: #1176BD;
}
</style>
border-color css
<style>
span { border-color: #1176BD; }
span { border-color: rgb(17,118,189); }
td.TdClassName
{
border-color: #1176BD;
}
.TagClassName
{
border-color: #1176BD;
}
</style>