Shades of Denim #116CB8
Tints of Denim #116CB8
RGB
CMYK
RGB Variations
Color information
#116CB8 (or 0x116CB8) is known color: Denim. HEX triplet: 11, 6C and B8. RGB value is (17,108,184). Sum of RGB (Red+Green+Blue) = 17+108+184=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 184 (72.27% from 255 or 59.55% from 309); Max value from RGB is 184 - color contains mainly: blue. Hex color #116CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116CB8 is #EE9347. Grayscale: #595959. Windows color (decimal): -15635272 or 12086289. OLE color: 12086289.
HSL color Cylindrical-coordinate representation of color #116CB8: hue angle of 207.31º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116CB8 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 108 | 184 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.28 |
| HSL | 207.31º | 0.83% | 0.39% | - |
| HSV(B) | 207.31º | 0.91% | 0.72% | - |
| XYZ | 14.25 | 14.3 | 47.36 | - |
| YUV | 89.46 | 181.35 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 184 | 0.91 | 0.41 | 0 | 0.28 | 207.31 | 0.83 | 0.39 |
| Hex | 11 | 6C | B8 | 5B | 29 | 0 | 1C | CF | 53 | 27 |
| Octal | 21 | 154 | 270 | 133 | 51 | 0 | 34 | 317 | 123 | 47 |
| Binary | 10001 | 1101100 | 10111000 | 1011011 | 101001 | 0 | 11100 | 11001111 | 1010011 | 100111 |
Color Harmonies of #116CB8
Complementary color
Monochromatic Colors of #116CB8
Black with #116CB8
Text Example
Text Example
White with #116CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116CB8; }
p { color: rgb(17,108,184); }
H1.HeaderClassName
{
color: #116CB8;
}
.AnyTagClassName
{
color: #116CB8;
}
</style>
background-color css
<style>
a { background-color: #116CB8; }
a { background-color: rgb(17,108,184); }
div.DivClassName
{
background-color: #116CB8;
}
.BgClassName
{
background-color: #116CB8;
}
</style>
border-color css
<style>
span { border-color: #116CB8; }
span { border-color: rgb(17,108,184); }
td.TdClassName
{
border-color: #116CB8;
}
.TagClassName
{
border-color: #116CB8;
}
</style>