Shades of Allports #116A83
Tints of Allports #116A83
RGB
CMYK
RGB Variations
Color information
#116A83 (or 0x116A83) is known color: Allports. HEX triplet: 11, 6A and 83. RGB value is (17,106,131). Sum of RGB (Red+Green+Blue) = 17+106+131=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #116A83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116A83 is #EE957C. Grayscale: #525252. Windows color (decimal): -15635837 or 8612369. OLE color: 8612369.
HSL color Cylindrical-coordinate representation of color #116A83: hue angle of 193.16º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116A83 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 106 | 131 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.49 |
| HSL | 193.16º | 0.77% | 0.29% | - |
| HSV(B) | 193.16º | 0.87% | 0.51% | - |
| XYZ | 9.48 | 12.07 | 23.3 | - |
| YUV | 82.24 | 155.51 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 131 | 0.87 | 0.19 | 0 | 0.49 | 193.16 | 0.77 | 0.29 |
| Hex | 11 | 6A | 83 | 57 | 13 | 0 | 31 | C1 | 4D | 1D |
| Octal | 21 | 152 | 203 | 127 | 23 | 0 | 61 | 301 | 115 | 35 |
| Binary | 10001 | 1101010 | 10000011 | 1010111 | 10011 | 0 | 110001 | 11000001 | 1001101 | 11101 |
Color Harmonies of #116A83
Complementary color
Monochromatic Colors of #116A83
Black with #116A83
Text Example
Text Example
White with #116A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A83; }
p { color: rgb(17,106,131); }
H1.HeaderClassName
{
color: #116A83;
}
.AnyTagClassName
{
color: #116A83;
}
</style>
background-color css
<style>
a { background-color: #116A83; }
a { background-color: rgb(17,106,131); }
div.DivClassName
{
background-color: #116A83;
}
.BgClassName
{
background-color: #116A83;
}
</style>
border-color css
<style>
span { border-color: #116A83; }
span { border-color: rgb(17,106,131); }
td.TdClassName
{
border-color: #116A83;
}
.TagClassName
{
border-color: #116A83;
}
</style>