Shades of Allports #117683
Tints of Allports #117683
RGB
CMYK
RGB Variations
Color information
#117683 (or 0x117683) is known color: Allports. HEX triplet: 11, 76 and 83. RGB value is (17,118,131). Sum of RGB (Red+Green+Blue) = 17+118+131=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #117683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117683 is #EE897C. Grayscale: #595959. Windows color (decimal): -15632765 or 8615441. OLE color: 8615441.
HSL color Cylindrical-coordinate representation of color #117683: hue angle of 186.84º 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 #117683 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 118 | 131 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.49 |
| HSL | 186.84º | 0.77% | 0.29% | - |
| HSV(B) | 186.84º | 0.87% | 0.51% | - |
| XYZ | 10.81 | 14.71 | 23.74 | - |
| YUV | 89.28 | 151.54 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 131 | 0.87 | 0.10 | 0 | 0.49 | 186.84 | 0.77 | 0.29 |
| Hex | 11 | 76 | 83 | 57 | A | 0 | 31 | BB | 4D | 1D |
| Octal | 21 | 166 | 203 | 127 | 12 | 0 | 61 | 273 | 115 | 35 |
| Binary | 10001 | 1110110 | 10000011 | 1010111 | 1010 | 0 | 110001 | 10111011 | 1001101 | 11101 |
Color Harmonies of #117683
Complementary color
Monochromatic Colors of #117683
Black with #117683
Text Example
Text Example
White with #117683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117683; }
p { color: rgb(17,118,131); }
H1.HeaderClassName
{
color: #117683;
}
.AnyTagClassName
{
color: #117683;
}
</style>
background-color css
<style>
a { background-color: #117683; }
a { background-color: rgb(17,118,131); }
div.DivClassName
{
background-color: #117683;
}
.BgClassName
{
background-color: #117683;
}
</style>
border-color css
<style>
span { border-color: #117683; }
span { border-color: rgb(17,118,131); }
td.TdClassName
{
border-color: #117683;
}
.TagClassName
{
border-color: #117683;
}
</style>