Shades of Allports #116D7D
Tints of Allports #116D7D
RGB
CMYK
RGB Variations
Color information
#116D7D (or 0x116D7D) is known color: Allports. HEX triplet: 11, 6D and 7D. RGB value is (17,109,125). Sum of RGB (Red+Green+Blue) = 17+109+125=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #116D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D7D is #EE9282. Grayscale: #535353. Windows color (decimal): -15635075 or 8219921. OLE color: 8219921.
HSL color Cylindrical-coordinate representation of color #116D7D: hue angle of 188.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116D7D is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 109 | 125 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.51 |
| HSL | 188.89º | 0.76% | 0.28% | - |
| HSV(B) | 188.89º | 0.86% | 0.49% | - |
| XYZ | 9.4 | 12.54 | 21.33 | - |
| YUV | 83.32 | 151.52 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 125 | 0.86 | 0.13 | 0 | 0.51 | 188.89 | 0.76 | 0.28 |
| Hex | 11 | 6D | 7D | 56 | D | 0 | 33 | BD | 4C | 1C |
| Octal | 21 | 155 | 175 | 126 | 15 | 0 | 63 | 275 | 114 | 34 |
| Binary | 10001 | 1101101 | 1111101 | 1010110 | 1101 | 0 | 110011 | 10111101 | 1001100 | 11100 |
Color Harmonies of #116D7D
Complementary color
Monochromatic Colors of #116D7D
Black with #116D7D
Text Example
Text Example
White with #116D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D7D; }
p { color: rgb(17,109,125); }
H1.HeaderClassName
{
color: #116D7D;
}
.AnyTagClassName
{
color: #116D7D;
}
</style>
background-color css
<style>
a { background-color: #116D7D; }
a { background-color: rgb(17,109,125); }
div.DivClassName
{
background-color: #116D7D;
}
.BgClassName
{
background-color: #116D7D;
}
</style>
border-color css
<style>
span { border-color: #116D7D; }
span { border-color: rgb(17,109,125); }
td.TdClassName
{
border-color: #116D7D;
}
.TagClassName
{
border-color: #116D7D;
}
</style>