Shades of Denim #116FBC
Tints of Denim #116FBC
RGB
CMYK
RGB Variations
Color information
#116FBC (or 0x116FBC) is known color: Denim. HEX triplet: 11, 6F and BC. RGB value is (17,111,188). Sum of RGB (Red+Green+Blue) = 17+111+188=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #116FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FBC is #EE9043. Grayscale: #5B5B5B. Windows color (decimal): -15634500 or 12349201. OLE color: 12349201.
HSL color Cylindrical-coordinate representation of color #116FBC: hue angle of 207.02º 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 #116FBC is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 111 | 188 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.26 |
| HSL | 207.02º | 0.83% | 0.4% | - |
| HSV(B) | 207.02º | 0.91% | 0.74% | - |
| XYZ | 14.99 | 15.12 | 49.7 | - |
| YUV | 91.67 | 182.36 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 188 | 0.91 | 0.41 | 0 | 0.26 | 207.02 | 0.83 | 0.4 |
| Hex | 11 | 6F | BC | 5B | 29 | 0 | 1A | CF | 53 | 28 |
| Octal | 21 | 157 | 274 | 133 | 51 | 0 | 32 | 317 | 123 | 50 |
| Binary | 10001 | 1101111 | 10111100 | 1011011 | 101001 | 0 | 11010 | 11001111 | 1010011 | 101000 |
Color Harmonies of #116FBC
Complementary color
Monochromatic Colors of #116FBC
Black with #116FBC
Text Example
Text Example
White with #116FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FBC; }
p { color: rgb(17,111,188); }
H1.HeaderClassName
{
color: #116FBC;
}
.AnyTagClassName
{
color: #116FBC;
}
</style>
background-color css
<style>
a { background-color: #116FBC; }
a { background-color: rgb(17,111,188); }
div.DivClassName
{
background-color: #116FBC;
}
.BgClassName
{
background-color: #116FBC;
}
</style>
border-color css
<style>
span { border-color: #116FBC; }
span { border-color: rgb(17,111,188); }
td.TdClassName
{
border-color: #116FBC;
}
.TagClassName
{
border-color: #116FBC;
}
</style>