Shades of Denim #116BB0
Tints of Denim #116BB0
RGB
CMYK
RGB Variations
Color information
#116BB0 (or 0x116BB0) is known color: Denim. HEX triplet: 11, 6B and B0. RGB value is (17,107,176). Sum of RGB (Red+Green+Blue) = 17+107+176=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 176 (69.14% from 255 or 58.67% from 300); Max value from RGB is 176 - color contains mainly: blue. Hex color #116BB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116BB0 is #EE944F. Grayscale: #575757. Windows color (decimal): -15635536 or 11561745. OLE color: 11561745.
HSL color Cylindrical-coordinate representation of color #116BB0: hue angle of 206.04º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116BB0 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 107 | 176 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.31 |
| HSL | 206.04º | 0.82% | 0.38% | - |
| HSV(B) | 206.04º | 0.9% | 0.69% | - |
| XYZ | 13.33 | 13.77 | 43.03 | - |
| YUV | 87.96 | 177.68 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 176 | 0.90 | 0.39 | 0 | 0.31 | 206.04 | 0.82 | 0.38 |
| Hex | 11 | 6B | B0 | 5A | 27 | 0 | 1F | CE | 52 | 26 |
| Octal | 21 | 153 | 260 | 132 | 47 | 0 | 37 | 316 | 122 | 46 |
| Binary | 10001 | 1101011 | 10110000 | 1011010 | 100111 | 0 | 11111 | 11001110 | 1010010 | 100110 |
Color Harmonies of #116BB0
Complementary color
Monochromatic Colors of #116BB0
Black with #116BB0
Text Example
Text Example
White with #116BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BB0; }
p { color: rgb(17,107,176); }
H1.HeaderClassName
{
color: #116BB0;
}
.AnyTagClassName
{
color: #116BB0;
}
</style>
background-color css
<style>
a { background-color: #116BB0; }
a { background-color: rgb(17,107,176); }
div.DivClassName
{
background-color: #116BB0;
}
.BgClassName
{
background-color: #116BB0;
}
</style>
border-color css
<style>
span { border-color: #116BB0; }
span { border-color: rgb(17,107,176); }
td.TdClassName
{
border-color: #116BB0;
}
.TagClassName
{
border-color: #116BB0;
}
</style>