Shades of Allports #116078
Tints of Allports #116078
RGB
CMYK
RGB Variations
Color information
#116078 (or 0x116078) is known color: Allports. HEX triplet: 11, 60 and 78. RGB value is (17,96,120). Sum of RGB (Red+Green+Blue) = 17+96+120=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #116078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116078 is #EE9F87. Grayscale: #4A4A4A. Windows color (decimal): -15638408 or 7888913. OLE color: 7888913.
HSL color Cylindrical-coordinate representation of color #116078: hue angle of 193.98º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116078 is Cyan = 0.86, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 96 | 120 | - |
| CMYK | 0.86 | 0.2 | 0 | 0.53 |
| HSL | 193.98º | 0.75% | 0.27% | - |
| HSV(B) | 193.98º | 0.86% | 0.47% | - |
| XYZ | 7.8 | 9.84 | 19.26 | - |
| YUV | 75.12 | 153.33 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 120 | 0.86 | 0.2 | 0 | 0.53 | 193.98 | 0.75 | 0.27 |
| Hex | 11 | 60 | 78 | 56 | 14 | 0 | 35 | C2 | 4B | 1B |
| Octal | 21 | 140 | 170 | 126 | 24 | 0 | 65 | 302 | 113 | 33 |
| Binary | 10001 | 1100000 | 1111000 | 1010110 | 10100 | 0 | 110101 | 11000010 | 1001011 | 11011 |
Color Harmonies of #116078
Complementary color
Monochromatic Colors of #116078
Black with #116078
Text Example
Text Example
White with #116078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116078; }
p { color: rgb(17,96,120); }
H1.HeaderClassName
{
color: #116078;
}
.AnyTagClassName
{
color: #116078;
}
</style>
background-color css
<style>
a { background-color: #116078; }
a { background-color: rgb(17,96,120); }
div.DivClassName
{
background-color: #116078;
}
.BgClassName
{
background-color: #116078;
}
</style>
border-color css
<style>
span { border-color: #116078; }
span { border-color: rgb(17,96,120); }
td.TdClassName
{
border-color: #116078;
}
.TagClassName
{
border-color: #116078;
}
</style>