Shades of Allports #116979
Tints of Allports #116979
RGB
CMYK
RGB Variations
Color information
#116979 (or 0x116979) is known color: Allports. HEX triplet: 11, 69 and 79. RGB value is (17,105,121). Sum of RGB (Red+Green+Blue) = 17+105+121=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #116979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116979 is #EE9686. Grayscale: #505050. Windows color (decimal): -15636103 or 7956753. OLE color: 7956753.
HSL color Cylindrical-coordinate representation of color #116979: hue angle of 189.23º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116979 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 105 | 121 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.53 |
| HSL | 189.23º | 0.75% | 0.27% | - |
| HSV(B) | 189.23º | 0.86% | 0.47% | - |
| XYZ | 8.73 | 11.6 | 19.87 | - |
| YUV | 80.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 121 | 0.86 | 0.13 | 0 | 0.53 | 189.23 | 0.75 | 0.27 |
| Hex | 11 | 69 | 79 | 56 | D | 0 | 35 | BD | 4B | 1B |
| Octal | 21 | 151 | 171 | 126 | 15 | 0 | 65 | 275 | 113 | 33 |
| Binary | 10001 | 1101001 | 1111001 | 1010110 | 1101 | 0 | 110101 | 10111101 | 1001011 | 11011 |
Color Harmonies of #116979
Complementary color
Monochromatic Colors of #116979
Black with #116979
Text Example
Text Example
White with #116979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116979; }
p { color: rgb(17,105,121); }
H1.HeaderClassName
{
color: #116979;
}
.AnyTagClassName
{
color: #116979;
}
</style>
background-color css
<style>
a { background-color: #116979; }
a { background-color: rgb(17,105,121); }
div.DivClassName
{
background-color: #116979;
}
.BgClassName
{
background-color: #116979;
}
</style>
border-color css
<style>
span { border-color: #116979; }
span { border-color: rgb(17,105,121); }
td.TdClassName
{
border-color: #116979;
}
.TagClassName
{
border-color: #116979;
}
</style>