Shades of Allports #116D8D
Tints of Allports #116D8D
RGB
CMYK
RGB Variations
Color information
#116D8D (or 0x116D8D) is known color: Allports. HEX triplet: 11, 6D and 8D. RGB value is (17,109,141). Sum of RGB (Red+Green+Blue) = 17+109+141=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #116D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116D8D is #EE9272. Grayscale: #545454. Windows color (decimal): -15635059 or 9268497. OLE color: 9268497.
HSL color Cylindrical-coordinate representation of color #116D8D: hue angle of 195.48º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116D8D is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 109 | 141 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.45 |
| HSL | 195.48º | 0.78% | 0.31% | - |
| HSV(B) | 195.48º | 0.88% | 0.55% | - |
| XYZ | 10.51 | 12.98 | 27.15 | - |
| YUV | 85.14 | 159.52 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 141 | 0.88 | 0.23 | 0 | 0.45 | 195.48 | 0.78 | 0.31 |
| Hex | 11 | 6D | 8D | 58 | 17 | 0 | 2D | C3 | 4E | 1F |
| Octal | 21 | 155 | 215 | 130 | 27 | 0 | 55 | 303 | 116 | 37 |
| Binary | 10001 | 1101101 | 10001101 | 1011000 | 10111 | 0 | 101101 | 11000011 | 1001110 | 11111 |
Color Harmonies of #116D8D
Complementary color
Monochromatic Colors of #116D8D
Black with #116D8D
Text Example
Text Example
White with #116D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D8D; }
p { color: rgb(17,109,141); }
H1.HeaderClassName
{
color: #116D8D;
}
.AnyTagClassName
{
color: #116D8D;
}
</style>
background-color css
<style>
a { background-color: #116D8D; }
a { background-color: rgb(17,109,141); }
div.DivClassName
{
background-color: #116D8D;
}
.BgClassName
{
background-color: #116D8D;
}
</style>
border-color css
<style>
span { border-color: #116D8D; }
span { border-color: rgb(17,109,141); }
td.TdClassName
{
border-color: #116D8D;
}
.TagClassName
{
border-color: #116D8D;
}
</style>