Shades of Denim #1164BC
Tints of Denim #1164BC
RGB
CMYK
RGB Variations
Color information
#1164BC (or 0x1164BC) is known color: Denim. HEX triplet: 11, 64 and BC. RGB value is (17,100,188). Sum of RGB (Red+Green+Blue) = 17+100+188=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #1164BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1164BC is #EE9B43. Grayscale: #545454. Windows color (decimal): -15637316 or 12346385. OLE color: 12346385.
HSL color Cylindrical-coordinate representation of color #1164BC: hue angle of 210.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1164BC is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 100 | 188 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.26 |
| HSL | 210.88º | 0.83% | 0.4% | - |
| HSV(B) | 210.88º | 0.91% | 0.74% | - |
| XYZ | 13.87 | 12.86 | 49.33 | - |
| YUV | 85.22 | 186 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 188 | 0.91 | 0.47 | 0 | 0.26 | 210.88 | 0.83 | 0.4 |
| Hex | 11 | 64 | BC | 5B | 2F | 0 | 1A | D3 | 53 | 28 |
| Octal | 21 | 144 | 274 | 133 | 57 | 0 | 32 | 323 | 123 | 50 |
| Binary | 10001 | 1100100 | 10111100 | 1011011 | 101111 | 0 | 11010 | 11010011 | 1010011 | 101000 |
Color Harmonies of #1164BC
Complementary color
Monochromatic Colors of #1164BC
Black with #1164BC
Text Example
Text Example
White with #1164BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1164BC; }
p { color: rgb(17,100,188); }
H1.HeaderClassName
{
color: #1164BC;
}
.AnyTagClassName
{
color: #1164BC;
}
</style>
background-color css
<style>
a { background-color: #1164BC; }
a { background-color: rgb(17,100,188); }
div.DivClassName
{
background-color: #1164BC;
}
.BgClassName
{
background-color: #1164BC;
}
</style>
border-color css
<style>
span { border-color: #1164BC; }
span { border-color: rgb(17,100,188); }
td.TdClassName
{
border-color: #1164BC;
}
.TagClassName
{
border-color: #1164BC;
}
</style>