Shades of Allports #117381
Tints of Allports #117381
RGB
CMYK
RGB Variations
Color information
#117381 (or 0x117381) is known color: Allports. HEX triplet: 11, 73 and 81. RGB value is (17,115,129). Sum of RGB (Red+Green+Blue) = 17+115+129=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #117381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117381 is #EE8C7E. Grayscale: #575757. Windows color (decimal): -15633535 or 8483601. OLE color: 8483601.
HSL color Cylindrical-coordinate representation of color #117381: hue angle of 187.5º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117381 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 115 | 129 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.49 |
| HSL | 187.5º | 0.77% | 0.29% | - |
| HSV(B) | 187.5º | 0.87% | 0.51% | - |
| XYZ | 10.32 | 13.97 | 22.92 | - |
| YUV | 87.29 | 151.53 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 129 | 0.87 | 0.11 | 0 | 0.49 | 187.5 | 0.77 | 0.29 |
| Hex | 11 | 73 | 81 | 57 | B | 0 | 31 | BC | 4D | 1D |
| Octal | 21 | 163 | 201 | 127 | 13 | 0 | 61 | 274 | 115 | 35 |
| Binary | 10001 | 1110011 | 10000001 | 1010111 | 1011 | 0 | 110001 | 10111100 | 1001101 | 11101 |
Color Harmonies of #117381
Complementary color
Monochromatic Colors of #117381
Black with #117381
Text Example
Text Example
White with #117381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117381; }
p { color: rgb(17,115,129); }
H1.HeaderClassName
{
color: #117381;
}
.AnyTagClassName
{
color: #117381;
}
</style>
background-color css
<style>
a { background-color: #117381; }
a { background-color: rgb(17,115,129); }
div.DivClassName
{
background-color: #117381;
}
.BgClassName
{
background-color: #117381;
}
</style>
border-color css
<style>
span { border-color: #117381; }
span { border-color: rgb(17,115,129); }
td.TdClassName
{
border-color: #117381;
}
.TagClassName
{
border-color: #117381;
}
</style>