Shades of Allports #11778C
Tints of Allports #11778C
RGB
CMYK
RGB Variations
Color information
#11778C (or 0x11778C) is known color: Allports. HEX triplet: 11, 77 and 8C. RGB value is (17,119,140). Sum of RGB (Red+Green+Blue) = 17+119+140=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #11778C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11778C is #EE8873. Grayscale: #5A5A5A. Windows color (decimal): -15632500 or 9205521. OLE color: 9205521.
HSL color Cylindrical-coordinate representation of color #11778C: hue angle of 190.24º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11778C is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 119 | 140 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.45 |
| HSL | 190.24º | 0.78% | 0.31% | - |
| HSV(B) | 190.24º | 0.88% | 0.55% | - |
| XYZ | 11.56 | 15.21 | 27.14 | - |
| YUV | 90.9 | 155.71 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 119 | 140 | 0.88 | 0.15 | 0 | 0.45 | 190.24 | 0.78 | 0.31 |
| Hex | 11 | 77 | 8C | 58 | F | 0 | 2D | BE | 4E | 1F |
| Octal | 21 | 167 | 214 | 130 | 17 | 0 | 55 | 276 | 116 | 37 |
| Binary | 10001 | 1110111 | 10001100 | 1011000 | 1111 | 0 | 101101 | 10111110 | 1001110 | 11111 |
Color Harmonies of #11778C
Complementary color
Monochromatic Colors of #11778C
Black with #11778C
Text Example
Text Example
White with #11778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11778C; }
p { color: rgb(17,119,140); }
H1.HeaderClassName
{
color: #11778C;
}
.AnyTagClassName
{
color: #11778C;
}
</style>
background-color css
<style>
a { background-color: #11778C; }
a { background-color: rgb(17,119,140); }
div.DivClassName
{
background-color: #11778C;
}
.BgClassName
{
background-color: #11778C;
}
</style>
border-color css
<style>
span { border-color: #11778C; }
span { border-color: rgb(17,119,140); }
td.TdClassName
{
border-color: #11778C;
}
.TagClassName
{
border-color: #11778C;
}
</style>