Shades of Denim #1161BE
Tints of Denim #1161BE
RGB
CMYK
RGB Variations
Color information
#1161BE (or 0x1161BE) is known color: Denim. HEX triplet: 11, 61 and BE. RGB value is (17,97,190). Sum of RGB (Red+Green+Blue) = 17+97+190=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #1161BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1161BE is #EE9E41. Grayscale: #535353. Windows color (decimal): -15638082 or 12476689. OLE color: 12476689.
HSL color Cylindrical-coordinate representation of color #1161BE: hue angle of 212.25º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1161BE is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 97 | 190 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.25 |
| HSL | 212.25º | 0.84% | 0.41% | - |
| HSV(B) | 212.25º | 0.91% | 0.75% | - |
| XYZ | 13.8 | 12.39 | 50.38 | - |
| YUV | 83.68 | 188 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 190 | 0.91 | 0.49 | 0 | 0.25 | 212.25 | 0.84 | 0.41 |
| Hex | 11 | 61 | BE | 5B | 31 | 0 | 19 | D4 | 54 | 29 |
| Octal | 21 | 141 | 276 | 133 | 61 | 0 | 31 | 324 | 124 | 51 |
| Binary | 10001 | 1100001 | 10111110 | 1011011 | 110001 | 0 | 11001 | 11010100 | 1010100 | 101001 |
Color Harmonies of #1161BE
Complementary color
Monochromatic Colors of #1161BE
Black with #1161BE
Text Example
Text Example
White with #1161BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1161BE; }
p { color: rgb(17,97,190); }
H1.HeaderClassName
{
color: #1161BE;
}
.AnyTagClassName
{
color: #1161BE;
}
</style>
background-color css
<style>
a { background-color: #1161BE; }
a { background-color: rgb(17,97,190); }
div.DivClassName
{
background-color: #1161BE;
}
.BgClassName
{
background-color: #1161BE;
}
</style>
border-color css
<style>
span { border-color: #1161BE; }
span { border-color: rgb(17,97,190); }
td.TdClassName
{
border-color: #1161BE;
}
.TagClassName
{
border-color: #1161BE;
}
</style>