Shades of Allports #11627F
Tints of Allports #11627F
RGB
CMYK
RGB Variations
Color information
#11627F (or 0x11627F) is known color: Allports. HEX triplet: 11, 62 and 7F. RGB value is (17,98,127). Sum of RGB (Red+Green+Blue) = 17+98+127=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #11627F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11627F is #EE9D80. Grayscale: #4C4C4C. Windows color (decimal): -15637889 or 8348177. OLE color: 8348177.
HSL color Cylindrical-coordinate representation of color #11627F: hue angle of 195.82º 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 #11627F is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 98 | 127 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.50 |
| HSL | 195.82º | 0.76% | 0.28% | - |
| HSV(B) | 195.82º | 0.87% | 0.5% | - |
| XYZ | 8.43 | 10.39 | 21.64 | - |
| YUV | 77.09 | 156.16 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 127 | 0.87 | 0.23 | 0 | 0.50 | 195.82 | 0.76 | 0.28 |
| Hex | 11 | 62 | 7F | 57 | 17 | 0 | 32 | C4 | 4C | 1C |
| Octal | 21 | 142 | 177 | 127 | 27 | 0 | 62 | 304 | 114 | 34 |
| Binary | 10001 | 1100010 | 1111111 | 1010111 | 10111 | 0 | 110010 | 11000100 | 1001100 | 11100 |
Color Harmonies of #11627F
Complementary color
Monochromatic Colors of #11627F
Black with #11627F
Text Example
Text Example
White with #11627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11627F; }
p { color: rgb(17,98,127); }
H1.HeaderClassName
{
color: #11627F;
}
.AnyTagClassName
{
color: #11627F;
}
</style>
background-color css
<style>
a { background-color: #11627F; }
a { background-color: rgb(17,98,127); }
div.DivClassName
{
background-color: #11627F;
}
.BgClassName
{
background-color: #11627F;
}
</style>
border-color css
<style>
span { border-color: #11627F; }
span { border-color: rgb(17,98,127); }
td.TdClassName
{
border-color: #11627F;
}
.TagClassName
{
border-color: #11627F;
}
</style>