Shades of Denim #1168BE
Tints of Denim #1168BE
RGB
CMYK
RGB Variations
Color information
#1168BE (or 0x1168BE) is known color: Denim. HEX triplet: 11, 68 and BE. RGB value is (17,104,190). Sum of RGB (Red+Green+Blue) = 17+104+190=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #1168BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1168BE is #EE9741. Grayscale: #575757. Windows color (decimal): -15636290 or 12478481. OLE color: 12478481.
HSL color Cylindrical-coordinate representation of color #1168BE: hue angle of 209.83º 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 #1168BE is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 104 | 190 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.25 |
| HSL | 209.83º | 0.84% | 0.41% | - |
| HSV(B) | 209.83º | 0.91% | 0.75% | - |
| XYZ | 14.48 | 13.74 | 50.6 | - |
| YUV | 87.79 | 185.68 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 190 | 0.91 | 0.45 | 0 | 0.25 | 209.83 | 0.84 | 0.41 |
| Hex | 11 | 68 | BE | 5B | 2D | 0 | 19 | D2 | 54 | 29 |
| Octal | 21 | 150 | 276 | 133 | 55 | 0 | 31 | 322 | 124 | 51 |
| Binary | 10001 | 1101000 | 10111110 | 1011011 | 101101 | 0 | 11001 | 11010010 | 1010100 | 101001 |
Color Harmonies of #1168BE
Complementary color
Monochromatic Colors of #1168BE
Black with #1168BE
Text Example
Text Example
White with #1168BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1168BE; }
p { color: rgb(17,104,190); }
H1.HeaderClassName
{
color: #1168BE;
}
.AnyTagClassName
{
color: #1168BE;
}
</style>
background-color css
<style>
a { background-color: #1168BE; }
a { background-color: rgb(17,104,190); }
div.DivClassName
{
background-color: #1168BE;
}
.BgClassName
{
background-color: #1168BE;
}
</style>
border-color css
<style>
span { border-color: #1168BE; }
span { border-color: rgb(17,104,190); }
td.TdClassName
{
border-color: #1168BE;
}
.TagClassName
{
border-color: #1168BE;
}
</style>