Shades of Denim #1165CD
Tints of Denim #1165CD
RGB
CMYK
RGB Variations
Color information
#1165CD (or 0x1165CD) is known color: Denim. HEX triplet: 11, 65 and CD. RGB value is (17,101,205). Sum of RGB (Red+Green+Blue) = 17+101+205=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #1165CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165CD is #EE9A32. Grayscale: #575757. Windows color (decimal): -15637043 or 13460753. OLE color: 13460753.
HSL color Cylindrical-coordinate representation of color #1165CD: hue angle of 213.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1165CD is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 101 | 205 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.20 |
| HSL | 213.19º | 0.85% | 0.44% | - |
| HSV(B) | 213.19º | 0.92% | 0.8% | - |
| XYZ | 15.9 | 13.83 | 59.59 | - |
| YUV | 87.74 | 194.17 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 205 | 0.92 | 0.51 | 0 | 0.20 | 213.19 | 0.85 | 0.44 |
| Hex | 11 | 65 | CD | 5C | 33 | 0 | 14 | D5 | 55 | 2C |
| Octal | 21 | 145 | 315 | 134 | 63 | 0 | 24 | 325 | 125 | 54 |
| Binary | 10001 | 1100101 | 11001101 | 1011100 | 110011 | 0 | 10100 | 11010101 | 1010101 | 101100 |
Color Harmonies of #1165CD
Complementary color
Monochromatic Colors of #1165CD
Black with #1165CD
Text Example
Text Example
White with #1165CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1165CD; }
p { color: rgb(17,101,205); }
H1.HeaderClassName
{
color: #1165CD;
}
.AnyTagClassName
{
color: #1165CD;
}
</style>
background-color css
<style>
a { background-color: #1165CD; }
a { background-color: rgb(17,101,205); }
div.DivClassName
{
background-color: #1165CD;
}
.BgClassName
{
background-color: #1165CD;
}
</style>
border-color css
<style>
span { border-color: #1165CD; }
span { border-color: rgb(17,101,205); }
td.TdClassName
{
border-color: #1165CD;
}
.TagClassName
{
border-color: #1165CD;
}
</style>