Shades of Denim #116CB2
Tints of Denim #116CB2
RGB
CMYK
RGB Variations
Color information
#116CB2 (or 0x116CB2) is known color: Denim. HEX triplet: 11, 6C and B2. RGB value is (17,108,178). Sum of RGB (Red+Green+Blue) = 17+108+178=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 178 (69.92% from 255 or 58.75% from 303); Max value from RGB is 178 - color contains mainly: blue. Hex color #116CB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116CB2 is #EE934D. Grayscale: #585858. Windows color (decimal): -15635278 or 11693073. OLE color: 11693073.
HSL color Cylindrical-coordinate representation of color #116CB2: hue angle of 206.09º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116CB2 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 108 | 178 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.30 |
| HSL | 206.09º | 0.83% | 0.38% | - |
| HSV(B) | 206.09º | 0.9% | 0.7% | - |
| XYZ | 13.63 | 14.06 | 44.11 | - |
| YUV | 88.77 | 178.35 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 178 | 0.90 | 0.39 | 0 | 0.30 | 206.09 | 0.83 | 0.38 |
| Hex | 11 | 6C | B2 | 5A | 27 | 0 | 1E | CE | 53 | 26 |
| Octal | 21 | 154 | 262 | 132 | 47 | 0 | 36 | 316 | 123 | 46 |
| Binary | 10001 | 1101100 | 10110010 | 1011010 | 100111 | 0 | 11110 | 11001110 | 1010011 | 100110 |
Color Harmonies of #116CB2
Complementary color
Monochromatic Colors of #116CB2
Black with #116CB2
Text Example
Text Example
White with #116CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116CB2; }
p { color: rgb(17,108,178); }
H1.HeaderClassName
{
color: #116CB2;
}
.AnyTagClassName
{
color: #116CB2;
}
</style>
background-color css
<style>
a { background-color: #116CB2; }
a { background-color: rgb(17,108,178); }
div.DivClassName
{
background-color: #116CB2;
}
.BgClassName
{
background-color: #116CB2;
}
</style>
border-color css
<style>
span { border-color: #116CB2; }
span { border-color: rgb(17,108,178); }
td.TdClassName
{
border-color: #116CB2;
}
.TagClassName
{
border-color: #116CB2;
}
</style>