Shades of Denim #1164CD
Tints of Denim #1164CD
RGB
CMYK
RGB Variations
Color information
#1164CD (or 0x1164CD) is known color: Denim. HEX triplet: 11, 64 and CD. RGB value is (17,100,205). Sum of RGB (Red+Green+Blue) = 17+100+205=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #1164CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1164CD is #EE9B32. Grayscale: #565656. Windows color (decimal): -15637299 or 13460497. OLE color: 13460497.
HSL color Cylindrical-coordinate representation of color #1164CD: hue angle of 213.51º 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 #1164CD is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 100 | 205 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.20 |
| HSL | 213.51º | 0.85% | 0.44% | - |
| HSV(B) | 213.51º | 0.92% | 0.8% | - |
| XYZ | 15.81 | 13.64 | 59.56 | - |
| YUV | 87.15 | 194.5 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 205 | 0.92 | 0.51 | 0 | 0.20 | 213.51 | 0.85 | 0.44 |
| Hex | 11 | 64 | CD | 5C | 33 | 0 | 14 | D6 | 55 | 2C |
| Octal | 21 | 144 | 315 | 134 | 63 | 0 | 24 | 326 | 125 | 54 |
| Binary | 10001 | 1100100 | 11001101 | 1011100 | 110011 | 0 | 10100 | 11010110 | 1010101 | 101100 |
Color Harmonies of #1164CD
Complementary color
Monochromatic Colors of #1164CD
Black with #1164CD
Text Example
Text Example
White with #1164CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1164CD; }
p { color: rgb(17,100,205); }
H1.HeaderClassName
{
color: #1164CD;
}
.AnyTagClassName
{
color: #1164CD;
}
</style>
background-color css
<style>
a { background-color: #1164CD; }
a { background-color: rgb(17,100,205); }
div.DivClassName
{
background-color: #1164CD;
}
.BgClassName
{
background-color: #1164CD;
}
</style>
border-color css
<style>
span { border-color: #1164CD; }
span { border-color: rgb(17,100,205); }
td.TdClassName
{
border-color: #1164CD;
}
.TagClassName
{
border-color: #1164CD;
}
</style>