Shades of Allports #116387
Tints of Allports #116387
RGB
CMYK
RGB Variations
Color information
#116387 (or 0x116387) is known color: Allports. HEX triplet: 11, 63 and 87. RGB value is (17,99,135). Sum of RGB (Red+Green+Blue) = 17+99+135=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #116387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116387 is #EE9C78. Grayscale: #4E4E4E. Windows color (decimal): -15637625 or 8872721. OLE color: 8872721.
HSL color Cylindrical-coordinate representation of color #116387: hue angle of 198.31º degrees, saturation: 0.78, 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 #116387 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 99 | 135 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.47 |
| HSL | 198.31º | 0.78% | 0.3% | - |
| HSV(B) | 198.31º | 0.87% | 0.53% | - |
| XYZ | 9.07 | 10.79 | 24.53 | - |
| YUV | 78.59 | 159.83 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 135 | 0.87 | 0.27 | 0 | 0.47 | 198.31 | 0.78 | 0.3 |
| Hex | 11 | 63 | 87 | 57 | 1B | 0 | 2F | C6 | 4E | 1E |
| Octal | 21 | 143 | 207 | 127 | 33 | 0 | 57 | 306 | 116 | 36 |
| Binary | 10001 | 1100011 | 10000111 | 1010111 | 11011 | 0 | 101111 | 11000110 | 1001110 | 11110 |
Color Harmonies of #116387
Complementary color
Monochromatic Colors of #116387
Black with #116387
Text Example
Text Example
White with #116387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116387; }
p { color: rgb(17,99,135); }
H1.HeaderClassName
{
color: #116387;
}
.AnyTagClassName
{
color: #116387;
}
</style>
background-color css
<style>
a { background-color: #116387; }
a { background-color: rgb(17,99,135); }
div.DivClassName
{
background-color: #116387;
}
.BgClassName
{
background-color: #116387;
}
</style>
border-color css
<style>
span { border-color: #116387; }
span { border-color: rgb(17,99,135); }
td.TdClassName
{
border-color: #116387;
}
.TagClassName
{
border-color: #116387;
}
</style>