Shades of Denim #116CB3
Tints of Denim #116CB3
RGB
CMYK
RGB Variations
Color information
#116CB3 (or 0x116CB3) is known color: Denim. HEX triplet: 11, 6C and B3. RGB value is (17,108,179). Sum of RGB (Red+Green+Blue) = 17+108+179=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #116CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116CB3 is #EE934C. Grayscale: #585858. Windows color (decimal): -15635277 or 11758609. OLE color: 11758609.
HSL color Cylindrical-coordinate representation of color #116CB3: hue angle of 206.3º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116CB3 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 108 | 179 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.30 |
| HSL | 206.3º | 0.83% | 0.38% | - |
| HSV(B) | 206.3º | 0.91% | 0.7% | - |
| XYZ | 13.73 | 14.1 | 44.65 | - |
| YUV | 88.89 | 178.85 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 179 | 0.91 | 0.40 | 0 | 0.30 | 206.3 | 0.83 | 0.38 |
| Hex | 11 | 6C | B3 | 5B | 28 | 0 | 1E | CE | 53 | 26 |
| Octal | 21 | 154 | 263 | 133 | 50 | 0 | 36 | 316 | 123 | 46 |
| Binary | 10001 | 1101100 | 10110011 | 1011011 | 101000 | 0 | 11110 | 11001110 | 1010011 | 100110 |
Color Harmonies of #116CB3
Complementary color
Monochromatic Colors of #116CB3
Black with #116CB3
Text Example
Text Example
White with #116CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116CB3; }
p { color: rgb(17,108,179); }
H1.HeaderClassName
{
color: #116CB3;
}
.AnyTagClassName
{
color: #116CB3;
}
</style>
background-color css
<style>
a { background-color: #116CB3; }
a { background-color: rgb(17,108,179); }
div.DivClassName
{
background-color: #116CB3;
}
.BgClassName
{
background-color: #116CB3;
}
</style>
border-color css
<style>
span { border-color: #116CB3; }
span { border-color: rgb(17,108,179); }
td.TdClassName
{
border-color: #116CB3;
}
.TagClassName
{
border-color: #116CB3;
}
</style>