Shades of Denim #1163BC
Tints of Denim #1163BC
RGB
CMYK
RGB Variations
Color information
#1163BC (or 0x1163BC) is known color: Denim. HEX triplet: 11, 63 and BC. RGB value is (17,99,188). Sum of RGB (Red+Green+Blue) = 17+99+188=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #1163BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1163BC is #EE9C43. Grayscale: #545454. Windows color (decimal): -15637572 or 12346129. OLE color: 12346129.
HSL color Cylindrical-coordinate representation of color #1163BC: hue angle of 211.23º 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 #1163BC is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 99 | 188 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.26 |
| HSL | 211.23º | 0.83% | 0.4% | - |
| HSV(B) | 211.23º | 0.91% | 0.74% | - |
| XYZ | 13.77 | 12.67 | 49.3 | - |
| YUV | 84.63 | 186.33 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 188 | 0.91 | 0.47 | 0 | 0.26 | 211.23 | 0.83 | 0.4 |
| Hex | 11 | 63 | BC | 5B | 2F | 0 | 1A | D3 | 53 | 28 |
| Octal | 21 | 143 | 274 | 133 | 57 | 0 | 32 | 323 | 123 | 50 |
| Binary | 10001 | 1100011 | 10111100 | 1011011 | 101111 | 0 | 11010 | 11010011 | 1010011 | 101000 |
Color Harmonies of #1163BC
Complementary color
Monochromatic Colors of #1163BC
Black with #1163BC
Text Example
Text Example
White with #1163BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1163BC; }
p { color: rgb(17,99,188); }
H1.HeaderClassName
{
color: #1163BC;
}
.AnyTagClassName
{
color: #1163BC;
}
</style>
background-color css
<style>
a { background-color: #1163BC; }
a { background-color: rgb(17,99,188); }
div.DivClassName
{
background-color: #1163BC;
}
.BgClassName
{
background-color: #1163BC;
}
</style>
border-color css
<style>
span { border-color: #1163BC; }
span { border-color: rgb(17,99,188); }
td.TdClassName
{
border-color: #1163BC;
}
.TagClassName
{
border-color: #1163BC;
}
</style>