Shades of Allports #116388
Tints of Allports #116388
RGB
CMYK
RGB Variations
Color information
#116388 (or 0x116388) is known color: Allports. HEX triplet: 11, 63 and 88. RGB value is (17,99,136). Sum of RGB (Red+Green+Blue) = 17+99+136=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #116388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116388 is #EE9C77. Grayscale: #4E4E4E. Windows color (decimal): -15637624 or 8938257. OLE color: 8938257.
HSL color Cylindrical-coordinate representation of color #116388: hue angle of 198.66º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116388 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 99 | 136 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.47 |
| HSL | 198.66º | 0.78% | 0.3% | - |
| HSV(B) | 198.66º | 0.88% | 0.53% | - |
| XYZ | 9.14 | 10.82 | 24.9 | - |
| YUV | 78.7 | 160.33 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 136 | 0.87 | 0.27 | 0 | 0.47 | 198.66 | 0.78 | 0.3 |
| Hex | 11 | 63 | 88 | 57 | 1B | 0 | 2F | C7 | 4E | 1E |
| Octal | 21 | 143 | 210 | 127 | 33 | 0 | 57 | 307 | 116 | 36 |
| Binary | 10001 | 1100011 | 10001000 | 1010111 | 11011 | 0 | 101111 | 11000111 | 1001110 | 11110 |
Color Harmonies of #116388
Complementary color
Monochromatic Colors of #116388
Black with #116388
Text Example
Text Example
White with #116388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116388; }
p { color: rgb(17,99,136); }
H1.HeaderClassName
{
color: #116388;
}
.AnyTagClassName
{
color: #116388;
}
</style>
background-color css
<style>
a { background-color: #116388; }
a { background-color: rgb(17,99,136); }
div.DivClassName
{
background-color: #116388;
}
.BgClassName
{
background-color: #116388;
}
</style>
border-color css
<style>
span { border-color: #116388; }
span { border-color: rgb(17,99,136); }
td.TdClassName
{
border-color: #116388;
}
.TagClassName
{
border-color: #116388;
}
</style>