Shades of Allports #117078
Tints of Allports #117078
RGB
CMYK
RGB Variations
Color information
#117078 (or 0x117078) is known color: Allports. HEX triplet: 11, 70 and 78. RGB value is (17,112,120). Sum of RGB (Red+Green+Blue) = 17+112+120=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #117078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117078 is #EE8F87. Grayscale: #545454. Windows color (decimal): -15634312 or 7893009. OLE color: 7893009.
HSL color Cylindrical-coordinate representation of color #117078: hue angle of 184.66º 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 #117078 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 112 | 120 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.53 |
| HSL | 184.66º | 0.75% | 0.27% | - |
| HSV(B) | 184.66º | 0.86% | 0.47% | - |
| XYZ | 9.42 | 13.06 | 19.79 | - |
| YUV | 84.51 | 148.03 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 120 | 0.86 | 0.07 | 0 | 0.53 | 184.66 | 0.75 | 0.27 |
| Hex | 11 | 70 | 78 | 56 | 7 | 0 | 35 | B9 | 4B | 1B |
| Octal | 21 | 160 | 170 | 126 | 7 | 0 | 65 | 271 | 113 | 33 |
| Binary | 10001 | 1110000 | 1111000 | 1010110 | 111 | 0 | 110101 | 10111001 | 1001011 | 11011 |
Color Harmonies of #117078
Complementary color
Monochromatic Colors of #117078
Black with #117078
Text Example
Text Example
White with #117078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117078; }
p { color: rgb(17,112,120); }
H1.HeaderClassName
{
color: #117078;
}
.AnyTagClassName
{
color: #117078;
}
</style>
background-color css
<style>
a { background-color: #117078; }
a { background-color: rgb(17,112,120); }
div.DivClassName
{
background-color: #117078;
}
.BgClassName
{
background-color: #117078;
}
</style>
border-color css
<style>
span { border-color: #117078; }
span { border-color: rgb(17,112,120); }
td.TdClassName
{
border-color: #117078;
}
.TagClassName
{
border-color: #117078;
}
</style>