Shades of Allports #116275
Tints of Allports #116275
RGB
CMYK
RGB Variations
Color information
#116275 (or 0x116275) is known color: Allports. HEX triplet: 11, 62 and 75. RGB value is (17,98,117). Sum of RGB (Red+Green+Blue) = 17+98+117=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #116275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116275 is #EE9D8A. Grayscale: #4B4B4B. Windows color (decimal): -15637899 or 7692817. OLE color: 7692817.
HSL color Cylindrical-coordinate representation of color #116275: hue angle of 191.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116275 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 98 | 117 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.54 |
| HSL | 191.4º | 0.75% | 0.26% | - |
| HSV(B) | 191.4º | 0.85% | 0.46% | - |
| XYZ | 7.81 | 10.14 | 18.38 | - |
| YUV | 75.95 | 151.16 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 117 | 0.85 | 0.16 | 0 | 0.54 | 191.4 | 0.75 | 0.26 |
| Hex | 11 | 62 | 75 | 55 | 10 | 0 | 36 | BF | 4B | 1A |
| Octal | 21 | 142 | 165 | 125 | 20 | 0 | 66 | 277 | 113 | 32 |
| Binary | 10001 | 1100010 | 1110101 | 1010101 | 10000 | 0 | 110110 | 10111111 | 1001011 | 11010 |
Color Harmonies of #116275
Complementary color
Monochromatic Colors of #116275
Black with #116275
Text Example
Text Example
White with #116275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116275; }
p { color: rgb(17,98,117); }
H1.HeaderClassName
{
color: #116275;
}
.AnyTagClassName
{
color: #116275;
}
</style>
background-color css
<style>
a { background-color: #116275; }
a { background-color: rgb(17,98,117); }
div.DivClassName
{
background-color: #116275;
}
.BgClassName
{
background-color: #116275;
}
</style>
border-color css
<style>
span { border-color: #116275; }
span { border-color: rgb(17,98,117); }
td.TdClassName
{
border-color: #116275;
}
.TagClassName
{
border-color: #116275;
}
</style>