Shades of Denim #1162CD
Tints of Denim #1162CD
RGB
CMYK
RGB Variations
Color information
#1162CD (or 0x1162CD) is known color: Denim. HEX triplet: 11, 62 and CD. RGB value is (17,98,205). Sum of RGB (Red+Green+Blue) = 17+98+205=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #1162CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1162CD is #EE9D32. Grayscale: #555555. Windows color (decimal): -15637811 or 13459985. OLE color: 13459985.
HSL color Cylindrical-coordinate representation of color #1162CD: hue angle of 214.15º 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 #1162CD is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 98 | 205 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.20 |
| HSL | 214.15º | 0.85% | 0.44% | - |
| HSV(B) | 214.15º | 0.92% | 0.8% | - |
| XYZ | 15.62 | 13.26 | 59.49 | - |
| YUV | 85.98 | 195.16 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 205 | 0.92 | 0.52 | 0 | 0.20 | 214.15 | 0.85 | 0.44 |
| Hex | 11 | 62 | CD | 5C | 34 | 0 | 14 | D6 | 55 | 2C |
| Octal | 21 | 142 | 315 | 134 | 64 | 0 | 24 | 326 | 125 | 54 |
| Binary | 10001 | 1100010 | 11001101 | 1011100 | 110100 | 0 | 10100 | 11010110 | 1010101 | 101100 |
Color Harmonies of #1162CD
Complementary color
Monochromatic Colors of #1162CD
Black with #1162CD
Text Example
Text Example
White with #1162CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1162CD; }
p { color: rgb(17,98,205); }
H1.HeaderClassName
{
color: #1162CD;
}
.AnyTagClassName
{
color: #1162CD;
}
</style>
background-color css
<style>
a { background-color: #1162CD; }
a { background-color: rgb(17,98,205); }
div.DivClassName
{
background-color: #1162CD;
}
.BgClassName
{
background-color: #1162CD;
}
</style>
border-color css
<style>
span { border-color: #1162CD; }
span { border-color: rgb(17,98,205); }
td.TdClassName
{
border-color: #1162CD;
}
.TagClassName
{
border-color: #1162CD;
}
</style>