Shades of Allports #116593
Tints of Allports #116593
RGB
CMYK
RGB Variations
Color information
#116593 (or 0x116593) is known color: Allports. HEX triplet: 11, 65 and 93. RGB value is (17,101,147). Sum of RGB (Red+Green+Blue) = 17+101+147=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #116593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116593 is #EE9A6C. Grayscale: #505050. Windows color (decimal): -15637101 or 9659665. OLE color: 9659665.
HSL color Cylindrical-coordinate representation of color #116593: hue angle of 201.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116593 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 101 | 147 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.42 |
| HSL | 201.23º | 0.79% | 0.32% | - |
| HSV(B) | 201.23º | 0.88% | 0.58% | - |
| XYZ | 10.15 | 11.53 | 29.29 | - |
| YUV | 81.13 | 165.17 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 147 | 0.88 | 0.31 | 0 | 0.42 | 201.23 | 0.79 | 0.32 |
| Hex | 11 | 65 | 93 | 58 | 1F | 0 | 2A | C9 | 4F | 20 |
| Octal | 21 | 145 | 223 | 130 | 37 | 0 | 52 | 311 | 117 | 40 |
| Binary | 10001 | 1100101 | 10010011 | 1011000 | 11111 | 0 | 101010 | 11001001 | 1001111 | 100000 |
Color Harmonies of #116593
Complementary color
Monochromatic Colors of #116593
Black with #116593
Text Example
Text Example
White with #116593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116593; }
p { color: rgb(17,101,147); }
H1.HeaderClassName
{
color: #116593;
}
.AnyTagClassName
{
color: #116593;
}
</style>
background-color css
<style>
a { background-color: #116593; }
a { background-color: rgb(17,101,147); }
div.DivClassName
{
background-color: #116593;
}
.BgClassName
{
background-color: #116593;
}
</style>
border-color css
<style>
span { border-color: #116593; }
span { border-color: rgb(17,101,147); }
td.TdClassName
{
border-color: #116593;
}
.TagClassName
{
border-color: #116593;
}
</style>