Shades of Allports #11747F
Tints of Allports #11747F
RGB
CMYK
RGB Variations
Color information
#11747F (or 0x11747F) is known color: Allports. HEX triplet: 11, 74 and 7F. RGB value is (17,116,127). Sum of RGB (Red+Green+Blue) = 17+116+127=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #11747F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11747F is #EE8B80. Grayscale: #575757. Windows color (decimal): -15633281 or 8352785. OLE color: 8352785.
HSL color Cylindrical-coordinate representation of color #11747F: hue angle of 186º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11747F is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 116 | 127 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.50 |
| HSL | 186º | 0.76% | 0.28% | - |
| HSV(B) | 186º | 0.87% | 0.5% | - |
| XYZ | 10.31 | 14.14 | 22.27 | - |
| YUV | 87.65 | 150.2 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 127 | 0.87 | 0.09 | 0 | 0.50 | 186 | 0.76 | 0.28 |
| Hex | 11 | 74 | 7F | 57 | 9 | 0 | 32 | BA | 4C | 1C |
| Octal | 21 | 164 | 177 | 127 | 11 | 0 | 62 | 272 | 114 | 34 |
| Binary | 10001 | 1110100 | 1111111 | 1010111 | 1001 | 0 | 110010 | 10111010 | 1001100 | 11100 |
Color Harmonies of #11747F
Complementary color
Monochromatic Colors of #11747F
Black with #11747F
Text Example
Text Example
White with #11747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11747F; }
p { color: rgb(17,116,127); }
H1.HeaderClassName
{
color: #11747F;
}
.AnyTagClassName
{
color: #11747F;
}
</style>
background-color css
<style>
a { background-color: #11747F; }
a { background-color: rgb(17,116,127); }
div.DivClassName
{
background-color: #11747F;
}
.BgClassName
{
background-color: #11747F;
}
</style>
border-color css
<style>
span { border-color: #11747F; }
span { border-color: rgb(17,116,127); }
td.TdClassName
{
border-color: #11747F;
}
.TagClassName
{
border-color: #11747F;
}
</style>