Shades of Allports #116386
Tints of Allports #116386
RGB
CMYK
RGB Variations
Color information
#116386 (or 0x116386) is known color: Allports. HEX triplet: 11, 63 and 86. RGB value is (17,99,134). Sum of RGB (Red+Green+Blue) = 17+99+134=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #116386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116386 is #EE9C79. Grayscale: #4E4E4E. Windows color (decimal): -15637626 or 8807185. OLE color: 8807185.
HSL color Cylindrical-coordinate representation of color #116386: hue angle of 197.95º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116386 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 99 | 134 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.47 |
| HSL | 197.95º | 0.77% | 0.3% | - |
| HSV(B) | 197.95º | 0.87% | 0.53% | - |
| XYZ | 9 | 10.76 | 24.16 | - |
| YUV | 78.47 | 159.33 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 134 | 0.87 | 0.26 | 0 | 0.47 | 197.95 | 0.77 | 0.3 |
| Hex | 11 | 63 | 86 | 57 | 1A | 0 | 2F | C6 | 4D | 1E |
| Octal | 21 | 143 | 206 | 127 | 32 | 0 | 57 | 306 | 115 | 36 |
| Binary | 10001 | 1100011 | 10000110 | 1010111 | 11010 | 0 | 101111 | 11000110 | 1001101 | 11110 |
Color Harmonies of #116386
Complementary color
Monochromatic Colors of #116386
Black with #116386
Text Example
Text Example
White with #116386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116386; }
p { color: rgb(17,99,134); }
H1.HeaderClassName
{
color: #116386;
}
.AnyTagClassName
{
color: #116386;
}
</style>
background-color css
<style>
a { background-color: #116386; }
a { background-color: rgb(17,99,134); }
div.DivClassName
{
background-color: #116386;
}
.BgClassName
{
background-color: #116386;
}
</style>
border-color css
<style>
span { border-color: #116386; }
span { border-color: rgb(17,99,134); }
td.TdClassName
{
border-color: #116386;
}
.TagClassName
{
border-color: #116386;
}
</style>