Shades of Allports #117483
Tints of Allports #117483
RGB
CMYK
RGB Variations
Color information
#117483 (or 0x117483) is known color: Allports. HEX triplet: 11, 74 and 83. RGB value is (17,116,131). Sum of RGB (Red+Green+Blue) = 17+116+131=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #117483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117483 is #EE8B7C. Grayscale: #575757. Windows color (decimal): -15633277 or 8614929. OLE color: 8614929.
HSL color Cylindrical-coordinate representation of color #117483: hue angle of 187.89º 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 #117483 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 116 | 131 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.49 |
| HSL | 187.89º | 0.77% | 0.29% | - |
| HSV(B) | 187.89º | 0.87% | 0.51% | - |
| XYZ | 10.57 | 14.25 | 23.67 | - |
| YUV | 88.11 | 152.2 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 131 | 0.87 | 0.11 | 0 | 0.49 | 187.89 | 0.77 | 0.29 |
| Hex | 11 | 74 | 83 | 57 | B | 0 | 31 | BC | 4D | 1D |
| Octal | 21 | 164 | 203 | 127 | 13 | 0 | 61 | 274 | 115 | 35 |
| Binary | 10001 | 1110100 | 10000011 | 1010111 | 1011 | 0 | 110001 | 10111100 | 1001101 | 11101 |
Color Harmonies of #117483
Complementary color
Monochromatic Colors of #117483
Black with #117483
Text Example
Text Example
White with #117483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117483; }
p { color: rgb(17,116,131); }
H1.HeaderClassName
{
color: #117483;
}
.AnyTagClassName
{
color: #117483;
}
</style>
background-color css
<style>
a { background-color: #117483; }
a { background-color: rgb(17,116,131); }
div.DivClassName
{
background-color: #117483;
}
.BgClassName
{
background-color: #117483;
}
</style>
border-color css
<style>
span { border-color: #117483; }
span { border-color: rgb(17,116,131); }
td.TdClassName
{
border-color: #117483;
}
.TagClassName
{
border-color: #117483;
}
</style>