Shades of Denim #1173C1
Tints of Denim #1173C1
RGB
CMYK
RGB Variations
Color information
#1173C1 (or 0x1173C1) is known color: Denim. HEX triplet: 11, 73 and C1. RGB value is (17,115,193). Sum of RGB (Red+Green+Blue) = 17+115+193=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #1173C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1173C1 is #EE8C3E. Grayscale: #5E5E5E. Windows color (decimal): -15633471 or 12677905. OLE color: 12677905.
HSL color Cylindrical-coordinate representation of color #1173C1: hue angle of 206.59º 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 #1173C1 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 115 | 193 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.24 |
| HSL | 206.59º | 0.84% | 0.41% | - |
| HSV(B) | 206.59º | 0.91% | 0.76% | - |
| XYZ | 15.99 | 16.23 | 52.74 | - |
| YUV | 94.59 | 183.53 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 193 | 0.91 | 0.40 | 0 | 0.24 | 206.59 | 0.84 | 0.41 |
| Hex | 11 | 73 | C1 | 5B | 28 | 0 | 18 | CF | 54 | 29 |
| Octal | 21 | 163 | 301 | 133 | 50 | 0 | 30 | 317 | 124 | 51 |
| Binary | 10001 | 1110011 | 11000001 | 1011011 | 101000 | 0 | 11000 | 11001111 | 1010100 | 101001 |
Color Harmonies of #1173C1
Complementary color
Monochromatic Colors of #1173C1
Black with #1173C1
Text Example
Text Example
White with #1173C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1173C1; }
p { color: rgb(17,115,193); }
H1.HeaderClassName
{
color: #1173C1;
}
.AnyTagClassName
{
color: #1173C1;
}
</style>
background-color css
<style>
a { background-color: #1173C1; }
a { background-color: rgb(17,115,193); }
div.DivClassName
{
background-color: #1173C1;
}
.BgClassName
{
background-color: #1173C1;
}
</style>
border-color css
<style>
span { border-color: #1173C1; }
span { border-color: rgb(17,115,193); }
td.TdClassName
{
border-color: #1173C1;
}
.TagClassName
{
border-color: #1173C1;
}
</style>