Shades of Denim #1168C7
Tints of Denim #1168C7
RGB
CMYK
RGB Variations
Color information
#1168C7 (or 0x1168C7) is known color: Denim. HEX triplet: 11, 68 and C7. RGB value is (17,104,199). Sum of RGB (Red+Green+Blue) = 17+104+199=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 199 (78.12% from 255 or 62.19% from 320); Max value from RGB is 199 - color contains mainly: blue. Hex color #1168C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1168C7 is #EE9738. Grayscale: #585858. Windows color (decimal): -15636281 or 13068305. OLE color: 13068305.
HSL color Cylindrical-coordinate representation of color #1168C7: hue angle of 211.32º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1168C7 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 104 | 199 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.22 |
| HSL | 211.32º | 0.84% | 0.42% | - |
| HSV(B) | 211.32º | 0.91% | 0.78% | - |
| XYZ | 15.49 | 14.14 | 55.95 | - |
| YUV | 88.82 | 190.18 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 199 | 0.91 | 0.48 | 0 | 0.22 | 211.32 | 0.84 | 0.42 |
| Hex | 11 | 68 | C7 | 5B | 30 | 0 | 16 | D3 | 54 | 2A |
| Octal | 21 | 150 | 307 | 133 | 60 | 0 | 26 | 323 | 124 | 52 |
| Binary | 10001 | 1101000 | 11000111 | 1011011 | 110000 | 0 | 10110 | 11010011 | 1010100 | 101010 |
Color Harmonies of #1168C7
Complementary color
Monochromatic Colors of #1168C7
Black with #1168C7
Text Example
Text Example
White with #1168C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1168C7; }
p { color: rgb(17,104,199); }
H1.HeaderClassName
{
color: #1168C7;
}
.AnyTagClassName
{
color: #1168C7;
}
</style>
background-color css
<style>
a { background-color: #1168C7; }
a { background-color: rgb(17,104,199); }
div.DivClassName
{
background-color: #1168C7;
}
.BgClassName
{
background-color: #1168C7;
}
</style>
border-color css
<style>
span { border-color: #1168C7; }
span { border-color: rgb(17,104,199); }
td.TdClassName
{
border-color: #1168C7;
}
.TagClassName
{
border-color: #1168C7;
}
</style>