Shades of Allports #11647F
Tints of Allports #11647F
RGB
CMYK
RGB Variations
Color information
#11647F (or 0x11647F) is known color: Allports. HEX triplet: 11, 64 and 7F. RGB value is (17,100,127). Sum of RGB (Red+Green+Blue) = 17+100+127=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #11647F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11647F is #EE9B80. Grayscale: #4E4E4E. Windows color (decimal): -15637377 or 8348689. OLE color: 8348689.
HSL color Cylindrical-coordinate representation of color #11647F: hue angle of 194.73º 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 #11647F is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 100 | 127 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.50 |
| HSL | 194.73º | 0.76% | 0.28% | - |
| HSV(B) | 194.73º | 0.87% | 0.5% | - |
| XYZ | 8.62 | 10.77 | 21.7 | - |
| YUV | 78.26 | 155.5 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 127 | 0.87 | 0.21 | 0 | 0.50 | 194.73 | 0.76 | 0.28 |
| Hex | 11 | 64 | 7F | 57 | 15 | 0 | 32 | C3 | 4C | 1C |
| Octal | 21 | 144 | 177 | 127 | 25 | 0 | 62 | 303 | 114 | 34 |
| Binary | 10001 | 1100100 | 1111111 | 1010111 | 10101 | 0 | 110010 | 11000011 | 1001100 | 11100 |
Color Harmonies of #11647F
Complementary color
Monochromatic Colors of #11647F
Black with #11647F
Text Example
Text Example
White with #11647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11647F; }
p { color: rgb(17,100,127); }
H1.HeaderClassName
{
color: #11647F;
}
.AnyTagClassName
{
color: #11647F;
}
</style>
background-color css
<style>
a { background-color: #11647F; }
a { background-color: rgb(17,100,127); }
div.DivClassName
{
background-color: #11647F;
}
.BgClassName
{
background-color: #11647F;
}
</style>
border-color css
<style>
span { border-color: #11647F; }
span { border-color: rgb(17,100,127); }
td.TdClassName
{
border-color: #11647F;
}
.TagClassName
{
border-color: #11647F;
}
</style>