Shades of Allports #19798E
Tints of Allports #19798E
RGB
CMYK
RGB Variations
Color information
#19798E (or 0x19798E) is known color: Allports. HEX triplet: 19, 79 and 8E. RGB value is (25,121,142). Sum of RGB (Red+Green+Blue) = 25+121+142=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #19798E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19798E is #E68671. Grayscale: #5E5E5E. Windows color (decimal): -15107698 or 9337113. OLE color: 9337113.
HSL color Cylindrical-coordinate representation of color #19798E: hue angle of 190.77º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19798E is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 121 | 142 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.44 |
| HSL | 190.77º | 0.7% | 0.33% | - |
| HSV(B) | 190.77º | 0.82% | 0.56% | - |
| XYZ | 12.12 | 15.83 | 28.01 | - |
| YUV | 94.69 | 154.7 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 142 | 0.82 | 0.15 | 0 | 0.44 | 190.77 | 0.7 | 0.33 |
| Hex | 19 | 79 | 8E | 52 | F | 0 | 2C | BF | 46 | 21 |
| Octal | 31 | 171 | 216 | 122 | 17 | 0 | 54 | 277 | 106 | 41 |
| Binary | 11001 | 1111001 | 10001110 | 1010010 | 1111 | 0 | 101100 | 10111111 | 1000110 | 100001 |
Color Harmonies of #19798E
Complementary color
Monochromatic Colors of #19798E
Black with #19798E
Text Example
Text Example
White with #19798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19798E; }
p { color: rgb(25,121,142); }
H1.HeaderClassName
{
color: #19798E;
}
.AnyTagClassName
{
color: #19798E;
}
</style>
background-color css
<style>
a { background-color: #19798E; }
a { background-color: rgb(25,121,142); }
div.DivClassName
{
background-color: #19798E;
}
.BgClassName
{
background-color: #19798E;
}
</style>
border-color css
<style>
span { border-color: #19798E; }
span { border-color: rgb(25,121,142); }
td.TdClassName
{
border-color: #19798E;
}
.TagClassName
{
border-color: #19798E;
}
</style>