Shades of Allports #19798D
Tints of Allports #19798D
RGB
CMYK
RGB Variations
Color information
#19798D (or 0x19798D) is known color: Allports. HEX triplet: 19, 79 and 8D. RGB value is (25,121,141). Sum of RGB (Red+Green+Blue) = 25+121+141=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #19798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19798D is #E68672. Grayscale: #5E5E5E. Windows color (decimal): -15107699 or 9271577. OLE color: 9271577.
HSL color Cylindrical-coordinate representation of color #19798D: hue angle of 190.34º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19798D is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 121 | 141 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.45 |
| HSL | 190.34º | 0.7% | 0.33% | - |
| HSV(B) | 190.34º | 0.82% | 0.55% | - |
| XYZ | 12.05 | 15.8 | 27.61 | - |
| YUV | 94.58 | 154.2 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 141 | 0.82 | 0.14 | 0 | 0.45 | 190.34 | 0.7 | 0.33 |
| Hex | 19 | 79 | 8D | 52 | E | 0 | 2D | BE | 46 | 21 |
| Octal | 31 | 171 | 215 | 122 | 16 | 0 | 55 | 276 | 106 | 41 |
| Binary | 11001 | 1111001 | 10001101 | 1010010 | 1110 | 0 | 101101 | 10111110 | 1000110 | 100001 |
Color Harmonies of #19798D
Complementary color
Monochromatic Colors of #19798D
Black with #19798D
Text Example
Text Example
White with #19798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19798D; }
p { color: rgb(25,121,141); }
H1.HeaderClassName
{
color: #19798D;
}
.AnyTagClassName
{
color: #19798D;
}
</style>
background-color css
<style>
a { background-color: #19798D; }
a { background-color: rgb(25,121,141); }
div.DivClassName
{
background-color: #19798D;
}
.BgClassName
{
background-color: #19798D;
}
</style>
border-color css
<style>
span { border-color: #19798D; }
span { border-color: rgb(25,121,141); }
td.TdClassName
{
border-color: #19798D;
}
.TagClassName
{
border-color: #19798D;
}
</style>