Shades of Denim #116BC4
Tints of Denim #116BC4
RGB
CMYK
RGB Variations
Color information
#116BC4 (or 0x116BC4) is known color: Denim. HEX triplet: 11, 6B and C4. RGB value is (17,107,196). Sum of RGB (Red+Green+Blue) = 17+107+196=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 196 (76.95% from 255 or 61.25% from 320); Max value from RGB is 196 - color contains mainly: blue. Hex color #116BC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BC4 is #EE943B. Grayscale: #595959. Windows color (decimal): -15635516 or 12872465. OLE color: 12872465.
HSL color Cylindrical-coordinate representation of color #116BC4: hue angle of 209.83º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116BC4 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 107 | 196 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.23 |
| HSL | 209.83º | 0.84% | 0.42% | - |
| HSV(B) | 209.83º | 0.91% | 0.77% | - |
| XYZ | 15.45 | 14.62 | 54.23 | - |
| YUV | 90.24 | 187.68 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 196 | 0.91 | 0.45 | 0 | 0.23 | 209.83 | 0.84 | 0.42 |
| Hex | 11 | 6B | C4 | 5B | 2D | 0 | 17 | D2 | 54 | 2A |
| Octal | 21 | 153 | 304 | 133 | 55 | 0 | 27 | 322 | 124 | 52 |
| Binary | 10001 | 1101011 | 11000100 | 1011011 | 101101 | 0 | 10111 | 11010010 | 1010100 | 101010 |
Color Harmonies of #116BC4
Complementary color
Monochromatic Colors of #116BC4
Black with #116BC4
Text Example
Text Example
White with #116BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BC4; }
p { color: rgb(17,107,196); }
H1.HeaderClassName
{
color: #116BC4;
}
.AnyTagClassName
{
color: #116BC4;
}
</style>
background-color css
<style>
a { background-color: #116BC4; }
a { background-color: rgb(17,107,196); }
div.DivClassName
{
background-color: #116BC4;
}
.BgClassName
{
background-color: #116BC4;
}
</style>
border-color css
<style>
span { border-color: #116BC4; }
span { border-color: rgb(17,107,196); }
td.TdClassName
{
border-color: #116BC4;
}
.TagClassName
{
border-color: #116BC4;
}
</style>