Shades of Allports #19778C
Tints of Allports #19778C
RGB
CMYK
RGB Variations
Color information
#19778C (or 0x19778C) is known color: Allports. HEX triplet: 19, 77 and 8C. RGB value is (25,119,140). Sum of RGB (Red+Green+Blue) = 25+119+140=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #19778C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19778C is #E68873. Grayscale: #5D5D5D. Windows color (decimal): -15108212 or 9205529. OLE color: 9205529.
HSL color Cylindrical-coordinate representation of color #19778C: hue angle of 190.96º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19778C is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 119 | 140 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.45 |
| HSL | 190.96º | 0.7% | 0.32% | - |
| HSV(B) | 190.96º | 0.82% | 0.55% | - |
| XYZ | 11.73 | 15.29 | 27.14 | - |
| YUV | 93.29 | 154.36 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 140 | 0.82 | 0.15 | 0 | 0.45 | 190.96 | 0.7 | 0.32 |
| Hex | 19 | 77 | 8C | 52 | F | 0 | 2D | BF | 46 | 20 |
| Octal | 31 | 167 | 214 | 122 | 17 | 0 | 55 | 277 | 106 | 40 |
| Binary | 11001 | 1110111 | 10001100 | 1010010 | 1111 | 0 | 101101 | 10111111 | 1000110 | 100000 |
Color Harmonies of #19778C
Complementary color
Monochromatic Colors of #19778C
Black with #19778C
Text Example
Text Example
White with #19778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19778C; }
p { color: rgb(25,119,140); }
H1.HeaderClassName
{
color: #19778C;
}
.AnyTagClassName
{
color: #19778C;
}
</style>
background-color css
<style>
a { background-color: #19778C; }
a { background-color: rgb(25,119,140); }
div.DivClassName
{
background-color: #19778C;
}
.BgClassName
{
background-color: #19778C;
}
</style>
border-color css
<style>
span { border-color: #19778C; }
span { border-color: rgb(25,119,140); }
td.TdClassName
{
border-color: #19778C;
}
.TagClassName
{
border-color: #19778C;
}
</style>