Shades of Denim #1165C7
Tints of Denim #1165C7
RGB
CMYK
RGB Variations
Color information
#1165C7 (or 0x1165C7) is known color: Denim. HEX triplet: 11, 65 and C7. RGB value is (17,101,199). Sum of RGB (Red+Green+Blue) = 17+101+199=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 199 (78.12% from 255 or 62.78% from 317); Max value from RGB is 199 - color contains mainly: blue. Hex color #1165C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165C7 is #EE9A38. Grayscale: #565656. Windows color (decimal): -15637049 or 13067537. OLE color: 13067537.
HSL color Cylindrical-coordinate representation of color #1165C7: hue angle of 212.31º 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 #1165C7 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 101 | 199 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.22 |
| HSL | 212.31º | 0.84% | 0.42% | - |
| HSV(B) | 212.31º | 0.91% | 0.78% | - |
| XYZ | 15.19 | 13.55 | 55.85 | - |
| YUV | 87.06 | 191.17 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 199 | 0.91 | 0.49 | 0 | 0.22 | 212.31 | 0.84 | 0.42 |
| Hex | 11 | 65 | C7 | 5B | 31 | 0 | 16 | D4 | 54 | 2A |
| Octal | 21 | 145 | 307 | 133 | 61 | 0 | 26 | 324 | 124 | 52 |
| Binary | 10001 | 1100101 | 11000111 | 1011011 | 110001 | 0 | 10110 | 11010100 | 1010100 | 101010 |
Color Harmonies of #1165C7
Complementary color
Monochromatic Colors of #1165C7
Black with #1165C7
Text Example
Text Example
White with #1165C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1165C7; }
p { color: rgb(17,101,199); }
H1.HeaderClassName
{
color: #1165C7;
}
.AnyTagClassName
{
color: #1165C7;
}
</style>
background-color css
<style>
a { background-color: #1165C7; }
a { background-color: rgb(17,101,199); }
div.DivClassName
{
background-color: #1165C7;
}
.BgClassName
{
background-color: #1165C7;
}
</style>
border-color css
<style>
span { border-color: #1165C7; }
span { border-color: rgb(17,101,199); }
td.TdClassName
{
border-color: #1165C7;
}
.TagClassName
{
border-color: #1165C7;
}
</style>