Shades of Denim #1161CB
Tints of Denim #1161CB
RGB
CMYK
RGB Variations
Color information
#1161CB (or 0x1161CB) is known color: Denim. HEX triplet: 11, 61 and CB. RGB value is (17,97,203). Sum of RGB (Red+Green+Blue) = 17+97+203=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #1161CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1161CB is #EE9E34. Grayscale: #545454. Windows color (decimal): -15638069 or 13328657. OLE color: 13328657.
HSL color Cylindrical-coordinate representation of color #1161CB: hue angle of 214.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1161CB is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 97 | 203 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.20 |
| HSL | 214.19º | 0.85% | 0.43% | - |
| HSV(B) | 214.19º | 0.92% | 0.8% | - |
| XYZ | 15.29 | 12.98 | 58.2 | - |
| YUV | 85.16 | 194.5 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 203 | 0.92 | 0.52 | 0 | 0.20 | 214.19 | 0.85 | 0.43 |
| Hex | 11 | 61 | CB | 5C | 34 | 0 | 14 | D6 | 55 | 2B |
| Octal | 21 | 141 | 313 | 134 | 64 | 0 | 24 | 326 | 125 | 53 |
| Binary | 10001 | 1100001 | 11001011 | 1011100 | 110100 | 0 | 10100 | 11010110 | 1010101 | 101011 |
Color Harmonies of #1161CB
Complementary color
Monochromatic Colors of #1161CB
Black with #1161CB
Text Example
Text Example
White with #1161CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1161CB; }
p { color: rgb(17,97,203); }
H1.HeaderClassName
{
color: #1161CB;
}
.AnyTagClassName
{
color: #1161CB;
}
</style>
background-color css
<style>
a { background-color: #1161CB; }
a { background-color: rgb(17,97,203); }
div.DivClassName
{
background-color: #1161CB;
}
.BgClassName
{
background-color: #1161CB;
}
</style>
border-color css
<style>
span { border-color: #1161CB; }
span { border-color: rgb(17,97,203); }
td.TdClassName
{
border-color: #1161CB;
}
.TagClassName
{
border-color: #1161CB;
}
</style>