Shades of Allports #116777
Tints of Allports #116777
RGB
CMYK
RGB Variations
Color information
#116777 (or 0x116777) is known color: Allports. HEX triplet: 11, 67 and 77. RGB value is (17,103,119). Sum of RGB (Red+Green+Blue) = 17+103+119=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #116777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116777 is #EE9888. Grayscale: #4E4E4E. Windows color (decimal): -15636617 or 7825169. OLE color: 7825169.
HSL color Cylindrical-coordinate representation of color #116777: hue angle of 189.41º 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 #116777 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 103 | 119 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.53 |
| HSL | 189.41º | 0.75% | 0.27% | - |
| HSV(B) | 189.41º | 0.86% | 0.47% | - |
| XYZ | 8.41 | 11.15 | 19.16 | - |
| YUV | 79.11 | 150.51 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 119 | 0.86 | 0.13 | 0 | 0.53 | 189.41 | 0.75 | 0.27 |
| Hex | 11 | 67 | 77 | 56 | D | 0 | 35 | BD | 4B | 1B |
| Octal | 21 | 147 | 167 | 126 | 15 | 0 | 65 | 275 | 113 | 33 |
| Binary | 10001 | 1100111 | 1110111 | 1010110 | 1101 | 0 | 110101 | 10111101 | 1001011 | 11011 |
Color Harmonies of #116777
Complementary color
Monochromatic Colors of #116777
Black with #116777
Text Example
Text Example
White with #116777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116777; }
p { color: rgb(17,103,119); }
H1.HeaderClassName
{
color: #116777;
}
.AnyTagClassName
{
color: #116777;
}
</style>
background-color css
<style>
a { background-color: #116777; }
a { background-color: rgb(17,103,119); }
div.DivClassName
{
background-color: #116777;
}
.BgClassName
{
background-color: #116777;
}
</style>
border-color css
<style>
span { border-color: #116777; }
span { border-color: rgb(17,103,119); }
td.TdClassName
{
border-color: #116777;
}
.TagClassName
{
border-color: #116777;
}
</style>