Shades of Denim #116FBA
Tints of Denim #116FBA
RGB
CMYK
RGB Variations
Color information
#116FBA (or 0x116FBA) is known color: Denim. HEX triplet: 11, 6F and BA. RGB value is (17,111,186). Sum of RGB (Red+Green+Blue) = 17+111+186=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #116FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FBA is #EE9045. Grayscale: #5B5B5B. Windows color (decimal): -15634502 or 12218129. OLE color: 12218129.
HSL color Cylindrical-coordinate representation of color #116FBA: hue angle of 206.63º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116FBA is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 111 | 186 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.27 |
| HSL | 206.63º | 0.83% | 0.4% | - |
| HSV(B) | 206.63º | 0.91% | 0.73% | - |
| XYZ | 14.78 | 15.03 | 48.58 | - |
| YUV | 91.44 | 181.36 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 186 | 0.91 | 0.40 | 0 | 0.27 | 206.63 | 0.83 | 0.4 |
| Hex | 11 | 6F | BA | 5B | 28 | 0 | 1B | CF | 53 | 28 |
| Octal | 21 | 157 | 272 | 133 | 50 | 0 | 33 | 317 | 123 | 50 |
| Binary | 10001 | 1101111 | 10111010 | 1011011 | 101000 | 0 | 11011 | 11001111 | 1010011 | 101000 |
Color Harmonies of #116FBA
Complementary color
Monochromatic Colors of #116FBA
Black with #116FBA
Text Example
Text Example
White with #116FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FBA; }
p { color: rgb(17,111,186); }
H1.HeaderClassName
{
color: #116FBA;
}
.AnyTagClassName
{
color: #116FBA;
}
</style>
background-color css
<style>
a { background-color: #116FBA; }
a { background-color: rgb(17,111,186); }
div.DivClassName
{
background-color: #116FBA;
}
.BgClassName
{
background-color: #116FBA;
}
</style>
border-color css
<style>
span { border-color: #116FBA; }
span { border-color: rgb(17,111,186); }
td.TdClassName
{
border-color: #116FBA;
}
.TagClassName
{
border-color: #116FBA;
}
</style>