Shades of Allports #117484
Tints of Allports #117484
RGB
CMYK
RGB Variations
Color information
#117484 (or 0x117484) is known color: Allports. HEX triplet: 11, 74 and 84. RGB value is (17,116,132). Sum of RGB (Red+Green+Blue) = 17+116+132=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #117484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117484 is #EE8B7B. Grayscale: #585858. Windows color (decimal): -15633276 or 8680465. OLE color: 8680465.
HSL color Cylindrical-coordinate representation of color #117484: hue angle of 188.35º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117484 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 116 | 132 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.48 |
| HSL | 188.35º | 0.77% | 0.29% | - |
| HSV(B) | 188.35º | 0.87% | 0.52% | - |
| XYZ | 10.64 | 14.28 | 24.02 | - |
| YUV | 88.22 | 152.7 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 132 | 0.87 | 0.12 | 0 | 0.48 | 188.35 | 0.77 | 0.29 |
| Hex | 11 | 74 | 84 | 57 | C | 0 | 30 | BC | 4D | 1D |
| Octal | 21 | 164 | 204 | 127 | 14 | 0 | 60 | 274 | 115 | 35 |
| Binary | 10001 | 1110100 | 10000100 | 1010111 | 1100 | 0 | 110000 | 10111100 | 1001101 | 11101 |
Color Harmonies of #117484
Complementary color
Monochromatic Colors of #117484
Black with #117484
Text Example
Text Example
White with #117484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117484; }
p { color: rgb(17,116,132); }
H1.HeaderClassName
{
color: #117484;
}
.AnyTagClassName
{
color: #117484;
}
</style>
background-color css
<style>
a { background-color: #117484; }
a { background-color: rgb(17,116,132); }
div.DivClassName
{
background-color: #117484;
}
.BgClassName
{
background-color: #117484;
}
</style>
border-color css
<style>
span { border-color: #117484; }
span { border-color: rgb(17,116,132); }
td.TdClassName
{
border-color: #117484;
}
.TagClassName
{
border-color: #117484;
}
</style>