Shades of Allports #116391
Tints of Allports #116391
RGB
CMYK
RGB Variations
Color information
#116391 (or 0x116391) is known color: Allports. HEX triplet: 11, 63 and 91. RGB value is (17,99,145). Sum of RGB (Red+Green+Blue) = 17+99+145=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #116391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116391 is #EE9C6E. Grayscale: #4F4F4F. Windows color (decimal): -15637615 or 9528081. OLE color: 9528081.
HSL color Cylindrical-coordinate representation of color #116391: hue angle of 201.56º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116391 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 99 | 145 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.43 |
| HSL | 201.56º | 0.79% | 0.32% | - |
| HSV(B) | 201.56º | 0.88% | 0.57% | - |
| XYZ | 9.8 | 11.09 | 28.41 | - |
| YUV | 79.73 | 164.83 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 145 | 0.88 | 0.32 | 0 | 0.43 | 201.56 | 0.79 | 0.32 |
| Hex | 11 | 63 | 91 | 58 | 20 | 0 | 2B | CA | 4F | 20 |
| Octal | 21 | 143 | 221 | 130 | 40 | 0 | 53 | 312 | 117 | 40 |
| Binary | 10001 | 1100011 | 10010001 | 1011000 | 100000 | 0 | 101011 | 11001010 | 1001111 | 100000 |
Color Harmonies of #116391
Complementary color
Monochromatic Colors of #116391
Black with #116391
Text Example
Text Example
White with #116391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116391; }
p { color: rgb(17,99,145); }
H1.HeaderClassName
{
color: #116391;
}
.AnyTagClassName
{
color: #116391;
}
</style>
background-color css
<style>
a { background-color: #116391; }
a { background-color: rgb(17,99,145); }
div.DivClassName
{
background-color: #116391;
}
.BgClassName
{
background-color: #116391;
}
</style>
border-color css
<style>
span { border-color: #116391; }
span { border-color: rgb(17,99,145); }
td.TdClassName
{
border-color: #116391;
}
.TagClassName
{
border-color: #116391;
}
</style>