Shades of Denim #1161CF
Tints of Denim #1161CF
RGB
CMYK
RGB Variations
Color information
#1161CF (or 0x1161CF) is known color: Denim. HEX triplet: 11, 61 and CF. RGB value is (17,97,207). Sum of RGB (Red+Green+Blue) = 17+97+207=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #1161CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1161CF is #EE9E30. Grayscale: #555555. Windows color (decimal): -15638065 or 13590801. OLE color: 13590801.
HSL color Cylindrical-coordinate representation of color #1161CF: hue angle of 214.74º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1161CF is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 97 | 207 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.19 |
| HSL | 214.74º | 0.85% | 0.44% | - |
| HSV(B) | 214.74º | 0.92% | 0.81% | - |
| XYZ | 15.77 | 13.17 | 60.74 | - |
| YUV | 85.62 | 196.5 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 207 | 0.92 | 0.53 | 0 | 0.19 | 214.74 | 0.85 | 0.44 |
| Hex | 11 | 61 | CF | 5C | 35 | 0 | 13 | D7 | 55 | 2C |
| Octal | 21 | 141 | 317 | 134 | 65 | 0 | 23 | 327 | 125 | 54 |
| Binary | 10001 | 1100001 | 11001111 | 1011100 | 110101 | 0 | 10011 | 11010111 | 1010101 | 101100 |
Color Harmonies of #1161CF
Complementary color
Monochromatic Colors of #1161CF
Black with #1161CF
Text Example
Text Example
White with #1161CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1161CF; }
p { color: rgb(17,97,207); }
H1.HeaderClassName
{
color: #1161CF;
}
.AnyTagClassName
{
color: #1161CF;
}
</style>
background-color css
<style>
a { background-color: #1161CF; }
a { background-color: rgb(17,97,207); }
div.DivClassName
{
background-color: #1161CF;
}
.BgClassName
{
background-color: #1161CF;
}
</style>
border-color css
<style>
span { border-color: #1161CF; }
span { border-color: rgb(17,97,207); }
td.TdClassName
{
border-color: #1161CF;
}
.TagClassName
{
border-color: #1161CF;
}
</style>