Shades of Denim #1173C0
Tints of Denim #1173C0
RGB
CMYK
RGB Variations
Color information
#1173C0 (or 0x1173C0) is known color: Denim. HEX triplet: 11, 73 and C0. RGB value is (17,115,192). Sum of RGB (Red+Green+Blue) = 17+115+192=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 192 (75.39% from 255 or 59.26% from 324); Max value from RGB is 192 - color contains mainly: blue. Hex color #1173C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1173C0 is #EE8C3F. Grayscale: #5E5E5E. Windows color (decimal): -15633472 or 12612369. OLE color: 12612369.
HSL color Cylindrical-coordinate representation of color #1173C0: hue angle of 206.4º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1173C0 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 115 | 192 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.25 |
| HSL | 206.4º | 0.84% | 0.41% | - |
| HSV(B) | 206.4º | 0.91% | 0.75% | - |
| XYZ | 15.88 | 16.19 | 52.16 | - |
| YUV | 94.48 | 183.03 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 192 | 0.91 | 0.40 | 0 | 0.25 | 206.4 | 0.84 | 0.41 |
| Hex | 11 | 73 | C0 | 5B | 28 | 0 | 19 | CE | 54 | 29 |
| Octal | 21 | 163 | 300 | 133 | 50 | 0 | 31 | 316 | 124 | 51 |
| Binary | 10001 | 1110011 | 11000000 | 1011011 | 101000 | 0 | 11001 | 11001110 | 1010100 | 101001 |
Color Harmonies of #1173C0
Complementary color
Monochromatic Colors of #1173C0
Black with #1173C0
Text Example
Text Example
White with #1173C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1173C0; }
p { color: rgb(17,115,192); }
H1.HeaderClassName
{
color: #1173C0;
}
.AnyTagClassName
{
color: #1173C0;
}
</style>
background-color css
<style>
a { background-color: #1173C0; }
a { background-color: rgb(17,115,192); }
div.DivClassName
{
background-color: #1173C0;
}
.BgClassName
{
background-color: #1173C0;
}
</style>
border-color css
<style>
span { border-color: #1173C0; }
span { border-color: rgb(17,115,192); }
td.TdClassName
{
border-color: #1173C0;
}
.TagClassName
{
border-color: #1173C0;
}
</style>