Shades of Denim #116FB0
Tints of Denim #116FB0
RGB
CMYK
RGB Variations
Color information
#116FB0 (or 0x116FB0) is known color: Denim. HEX triplet: 11, 6F and B0. RGB value is (17,111,176). Sum of RGB (Red+Green+Blue) = 17+111+176=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 176 (69.14% from 255 or 57.89% from 304); Max value from RGB is 176 - color contains mainly: blue. Hex color #116FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116FB0 is #EE904F. Grayscale: #595959. Windows color (decimal): -15634512 or 11562769. OLE color: 11562769.
HSL color Cylindrical-coordinate representation of color #116FB0: hue angle of 204.53º 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 #116FB0 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 111 | 176 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.31 |
| HSL | 204.53º | 0.82% | 0.38% | - |
| HSV(B) | 204.53º | 0.9% | 0.69% | - |
| XYZ | 13.75 | 14.62 | 43.17 | - |
| YUV | 90.3 | 176.36 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 176 | 0.90 | 0.37 | 0 | 0.31 | 204.53 | 0.82 | 0.38 |
| Hex | 11 | 6F | B0 | 5A | 25 | 0 | 1F | CD | 52 | 26 |
| Octal | 21 | 157 | 260 | 132 | 45 | 0 | 37 | 315 | 122 | 46 |
| Binary | 10001 | 1101111 | 10110000 | 1011010 | 100101 | 0 | 11111 | 11001101 | 1010010 | 100110 |
Color Harmonies of #116FB0
Complementary color
Monochromatic Colors of #116FB0
Black with #116FB0
Text Example
Text Example
White with #116FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FB0; }
p { color: rgb(17,111,176); }
H1.HeaderClassName
{
color: #116FB0;
}
.AnyTagClassName
{
color: #116FB0;
}
</style>
background-color css
<style>
a { background-color: #116FB0; }
a { background-color: rgb(17,111,176); }
div.DivClassName
{
background-color: #116FB0;
}
.BgClassName
{
background-color: #116FB0;
}
</style>
border-color css
<style>
span { border-color: #116FB0; }
span { border-color: rgb(17,111,176); }
td.TdClassName
{
border-color: #116FB0;
}
.TagClassName
{
border-color: #116FB0;
}
</style>