Shades of Allports #116D94
Tints of Allports #116D94
RGB
CMYK
RGB Variations
Color information
#116D94 (or 0x116D94) is known color: Allports. HEX triplet: 11, 6D and 94. RGB value is (17,109,148). Sum of RGB (Red+Green+Blue) = 17+109+148=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #116D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116D94 is #EE926B. Grayscale: #555555. Windows color (decimal): -15635052 or 9727249. OLE color: 9727249.
HSL color Cylindrical-coordinate representation of color #116D94: hue angle of 197.86º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116D94 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 109 | 148 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.42 |
| HSL | 197.86º | 0.79% | 0.32% | - |
| HSV(B) | 197.86º | 0.89% | 0.58% | - |
| XYZ | 11.05 | 13.19 | 29.98 | - |
| YUV | 85.94 | 163.02 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 148 | 0.89 | 0.26 | 0 | 0.42 | 197.86 | 0.79 | 0.32 |
| Hex | 11 | 6D | 94 | 59 | 1A | 0 | 2A | C6 | 4F | 20 |
| Octal | 21 | 155 | 224 | 131 | 32 | 0 | 52 | 306 | 117 | 40 |
| Binary | 10001 | 1101101 | 10010100 | 1011001 | 11010 | 0 | 101010 | 11000110 | 1001111 | 100000 |
Color Harmonies of #116D94
Complementary color
Monochromatic Colors of #116D94
Black with #116D94
Text Example
Text Example
White with #116D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D94; }
p { color: rgb(17,109,148); }
H1.HeaderClassName
{
color: #116D94;
}
.AnyTagClassName
{
color: #116D94;
}
</style>
background-color css
<style>
a { background-color: #116D94; }
a { background-color: rgb(17,109,148); }
div.DivClassName
{
background-color: #116D94;
}
.BgClassName
{
background-color: #116D94;
}
</style>
border-color css
<style>
span { border-color: #116D94; }
span { border-color: rgb(17,109,148); }
td.TdClassName
{
border-color: #116D94;
}
.TagClassName
{
border-color: #116D94;
}
</style>