Shades of Allports #117488
Tints of Allports #117488
RGB
CMYK
RGB Variations
Color information
#117488 (or 0x117488) is known color: Allports. HEX triplet: 11, 74 and 88. RGB value is (17,116,136). Sum of RGB (Red+Green+Blue) = 17+116+136=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #117488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117488 is #EE8B77. Grayscale: #585858. Windows color (decimal): -15633272 or 8942609. OLE color: 8942609.
HSL color Cylindrical-coordinate representation of color #117488: hue angle of 190.08º 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 #117488 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 116 | 136 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.47 |
| HSL | 190.08º | 0.78% | 0.3% | - |
| HSV(B) | 190.08º | 0.88% | 0.53% | - |
| XYZ | 10.92 | 14.39 | 25.49 | - |
| YUV | 88.68 | 154.7 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 136 | 0.87 | 0.15 | 0 | 0.47 | 190.08 | 0.78 | 0.3 |
| Hex | 11 | 74 | 88 | 57 | F | 0 | 2F | BE | 4E | 1E |
| Octal | 21 | 164 | 210 | 127 | 17 | 0 | 57 | 276 | 116 | 36 |
| Binary | 10001 | 1110100 | 10001000 | 1010111 | 1111 | 0 | 101111 | 10111110 | 1001110 | 11110 |
Color Harmonies of #117488
Complementary color
Monochromatic Colors of #117488
Black with #117488
Text Example
Text Example
White with #117488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117488; }
p { color: rgb(17,116,136); }
H1.HeaderClassName
{
color: #117488;
}
.AnyTagClassName
{
color: #117488;
}
</style>
background-color css
<style>
a { background-color: #117488; }
a { background-color: rgb(17,116,136); }
div.DivClassName
{
background-color: #117488;
}
.BgClassName
{
background-color: #117488;
}
</style>
border-color css
<style>
span { border-color: #117488; }
span { border-color: rgb(17,116,136); }
td.TdClassName
{
border-color: #117488;
}
.TagClassName
{
border-color: #117488;
}
</style>