Shades of Allports #19788C
Tints of Allports #19788C
RGB
CMYK
RGB Variations
Color information
#19788C (or 0x19788C) is known color: Allports. HEX triplet: 19, 78 and 8C. RGB value is (25,120,140). Sum of RGB (Red+Green+Blue) = 25+120+140=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #19788C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19788C is #E68773. Grayscale: #5D5D5D. Windows color (decimal): -15107956 or 9205785. OLE color: 9205785.
HSL color Cylindrical-coordinate representation of color #19788C: hue angle of 190.43º 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 #19788C is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 120 | 140 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.45 |
| HSL | 190.43º | 0.7% | 0.32% | - |
| HSV(B) | 190.43º | 0.82% | 0.55% | - |
| XYZ | 11.85 | 15.53 | 27.18 | - |
| YUV | 93.88 | 154.03 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 140 | 0.82 | 0.14 | 0 | 0.45 | 190.43 | 0.7 | 0.32 |
| Hex | 19 | 78 | 8C | 52 | E | 0 | 2D | BE | 46 | 20 |
| Octal | 31 | 170 | 214 | 122 | 16 | 0 | 55 | 276 | 106 | 40 |
| Binary | 11001 | 1111000 | 10001100 | 1010010 | 1110 | 0 | 101101 | 10111110 | 1000110 | 100000 |
Color Harmonies of #19788C
Complementary color
Monochromatic Colors of #19788C
Black with #19788C
Text Example
Text Example
White with #19788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19788C; }
p { color: rgb(25,120,140); }
H1.HeaderClassName
{
color: #19788C;
}
.AnyTagClassName
{
color: #19788C;
}
</style>
background-color css
<style>
a { background-color: #19788C; }
a { background-color: rgb(25,120,140); }
div.DivClassName
{
background-color: #19788C;
}
.BgClassName
{
background-color: #19788C;
}
</style>
border-color css
<style>
span { border-color: #19788C; }
span { border-color: rgb(25,120,140); }
td.TdClassName
{
border-color: #19788C;
}
.TagClassName
{
border-color: #19788C;
}
</style>