Shades of Allports #11778F
Tints of Allports #11778F
RGB
CMYK
RGB Variations
Color information
#11778F (or 0x11778F) is known color: Allports. HEX triplet: 11, 77 and 8F. RGB value is (17,119,143). Sum of RGB (Red+Green+Blue) = 17+119+143=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #11778F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11778F is #EE8870. Grayscale: #5B5B5B. Windows color (decimal): -15632497 or 9402129. OLE color: 9402129.
HSL color Cylindrical-coordinate representation of color #11778F: hue angle of 191.43º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11778F is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 119 | 143 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.44 |
| HSL | 191.43º | 0.79% | 0.31% | - |
| HSV(B) | 191.43º | 0.88% | 0.56% | - |
| XYZ | 11.79 | 15.3 | 28.32 | - |
| YUV | 91.24 | 157.21 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 119 | 143 | 0.88 | 0.17 | 0 | 0.44 | 191.43 | 0.79 | 0.31 |
| Hex | 11 | 77 | 8F | 58 | 11 | 0 | 2C | BF | 4F | 1F |
| Octal | 21 | 167 | 217 | 130 | 21 | 0 | 54 | 277 | 117 | 37 |
| Binary | 10001 | 1110111 | 10001111 | 1011000 | 10001 | 0 | 101100 | 10111111 | 1001111 | 11111 |
Color Harmonies of #11778F
Complementary color
Monochromatic Colors of #11778F
Black with #11778F
Text Example
Text Example
White with #11778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11778F; }
p { color: rgb(17,119,143); }
H1.HeaderClassName
{
color: #11778F;
}
.AnyTagClassName
{
color: #11778F;
}
</style>
background-color css
<style>
a { background-color: #11778F; }
a { background-color: rgb(17,119,143); }
div.DivClassName
{
background-color: #11778F;
}
.BgClassName
{
background-color: #11778F;
}
</style>
border-color css
<style>
span { border-color: #11778F; }
span { border-color: rgb(17,119,143); }
td.TdClassName
{
border-color: #11778F;
}
.TagClassName
{
border-color: #11778F;
}
</style>