Shades of Denim #1175BC
Tints of Denim #1175BC
RGB
CMYK
RGB Variations
Color information
#1175BC (or 0x1175BC) is known color: Denim. HEX triplet: 11, 75 and BC. RGB value is (17,117,188). Sum of RGB (Red+Green+Blue) = 17+117+188=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #1175BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1175BC is #EE8A43. Grayscale: #5E5E5E. Windows color (decimal): -15632964 or 12350737. OLE color: 12350737.
HSL color Cylindrical-coordinate representation of color #1175BC: hue angle of 204.91º 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 #1175BC is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 117 | 188 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.26 |
| HSL | 204.91º | 0.83% | 0.4% | - |
| HSV(B) | 204.91º | 0.91% | 0.74% | - |
| XYZ | 15.67 | 16.47 | 49.93 | - |
| YUV | 95.19 | 180.37 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 188 | 0.91 | 0.38 | 0 | 0.26 | 204.91 | 0.83 | 0.4 |
| Hex | 11 | 75 | BC | 5B | 26 | 0 | 1A | CD | 53 | 28 |
| Octal | 21 | 165 | 274 | 133 | 46 | 0 | 32 | 315 | 123 | 50 |
| Binary | 10001 | 1110101 | 10111100 | 1011011 | 100110 | 0 | 11010 | 11001101 | 1010011 | 101000 |
Color Harmonies of #1175BC
Complementary color
Monochromatic Colors of #1175BC
Black with #1175BC
Text Example
Text Example
White with #1175BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1175BC; }
p { color: rgb(17,117,188); }
H1.HeaderClassName
{
color: #1175BC;
}
.AnyTagClassName
{
color: #1175BC;
}
</style>
background-color css
<style>
a { background-color: #1175BC; }
a { background-color: rgb(17,117,188); }
div.DivClassName
{
background-color: #1175BC;
}
.BgClassName
{
background-color: #1175BC;
}
</style>
border-color css
<style>
span { border-color: #1175BC; }
span { border-color: rgb(17,117,188); }
td.TdClassName
{
border-color: #1175BC;
}
.TagClassName
{
border-color: #1175BC;
}
</style>