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