Shades of Allports #11667A
Tints of Allports #11667A
RGB
CMYK
RGB Variations
Color information
#11667A (or 0x11667A) is known color: Allports. HEX triplet: 11, 66 and 7A. RGB value is (17,102,122). Sum of RGB (Red+Green+Blue) = 17+102+122=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #11667A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11667A is #EE9985. Grayscale: #4E4E4E. Windows color (decimal): -15636870 or 8021521. OLE color: 8021521.
HSL color Cylindrical-coordinate representation of color #11667A: hue angle of 191.43º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11667A is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 102 | 122 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.52 |
| HSL | 191.43º | 0.76% | 0.27% | - |
| HSV(B) | 191.43º | 0.86% | 0.48% | - |
| XYZ | 8.5 | 11.03 | 20.09 | - |
| YUV | 78.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 122 | 0.86 | 0.16 | 0 | 0.52 | 191.43 | 0.76 | 0.27 |
| Hex | 11 | 66 | 7A | 56 | 10 | 0 | 34 | BF | 4C | 1B |
| Octal | 21 | 146 | 172 | 126 | 20 | 0 | 64 | 277 | 114 | 33 |
| Binary | 10001 | 1100110 | 1111010 | 1010110 | 10000 | 0 | 110100 | 10111111 | 1001100 | 11011 |
Color Harmonies of #11667A
Complementary color
Monochromatic Colors of #11667A
Black with #11667A
Text Example
Text Example
White with #11667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11667A; }
p { color: rgb(17,102,122); }
H1.HeaderClassName
{
color: #11667A;
}
.AnyTagClassName
{
color: #11667A;
}
</style>
background-color css
<style>
a { background-color: #11667A; }
a { background-color: rgb(17,102,122); }
div.DivClassName
{
background-color: #11667A;
}
.BgClassName
{
background-color: #11667A;
}
</style>
border-color css
<style>
span { border-color: #11667A; }
span { border-color: rgb(17,102,122); }
td.TdClassName
{
border-color: #11667A;
}
.TagClassName
{
border-color: #11667A;
}
</style>