Shades of Allports #11667D
Tints of Allports #11667D
RGB
CMYK
RGB Variations
Color information
#11667D (or 0x11667D) is known color: Allports. HEX triplet: 11, 66 and 7D. RGB value is (17,102,125). Sum of RGB (Red+Green+Blue) = 17+102+125=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #11667D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11667D is #EE9982. Grayscale: #4F4F4F. Windows color (decimal): -15636867 or 8218129. OLE color: 8218129.
HSL color Cylindrical-coordinate representation of color #11667D: hue angle of 192.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11667D is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 102 | 125 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.51 |
| HSL | 192.78º | 0.76% | 0.28% | - |
| HSV(B) | 192.78º | 0.86% | 0.49% | - |
| XYZ | 8.68 | 11.1 | 21.09 | - |
| YUV | 79.21 | 153.84 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 125 | 0.86 | 0.18 | 0 | 0.51 | 192.78 | 0.76 | 0.28 |
| Hex | 11 | 66 | 7D | 56 | 12 | 0 | 33 | C1 | 4C | 1C |
| Octal | 21 | 146 | 175 | 126 | 22 | 0 | 63 | 301 | 114 | 34 |
| Binary | 10001 | 1100110 | 1111101 | 1010110 | 10010 | 0 | 110011 | 11000001 | 1001100 | 11100 |
Color Harmonies of #11667D
Complementary color
Monochromatic Colors of #11667D
Black with #11667D
Text Example
Text Example
White with #11667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11667D; }
p { color: rgb(17,102,125); }
H1.HeaderClassName
{
color: #11667D;
}
.AnyTagClassName
{
color: #11667D;
}
</style>
background-color css
<style>
a { background-color: #11667D; }
a { background-color: rgb(17,102,125); }
div.DivClassName
{
background-color: #11667D;
}
.BgClassName
{
background-color: #11667D;
}
</style>
border-color css
<style>
span { border-color: #11667D; }
span { border-color: rgb(17,102,125); }
td.TdClassName
{
border-color: #11667D;
}
.TagClassName
{
border-color: #11667D;
}
</style>