Shades of Allports #19728A
Tints of Allports #19728A
RGB
CMYK
RGB Variations
Color information
#19728A (or 0x19728A) is known color: Allports. HEX triplet: 19, 72 and 8A. RGB value is (25,114,138). Sum of RGB (Red+Green+Blue) = 25+114+138=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #19728A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19728A is #E68D75. Grayscale: #595959. Windows color (decimal): -15109494 or 9073177. OLE color: 9073177.
HSL color Cylindrical-coordinate representation of color #19728A: hue angle of 192.74º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19728A is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 114 | 138 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.46 |
| HSL | 192.74º | 0.69% | 0.32% | - |
| HSV(B) | 192.74º | 0.82% | 0.54% | - |
| XYZ | 11.01 | 14.08 | 26.18 | - |
| YUV | 90.13 | 155.01 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 138 | 0.82 | 0.17 | 0 | 0.46 | 192.74 | 0.69 | 0.32 |
| Hex | 19 | 72 | 8A | 52 | 11 | 0 | 2E | C1 | 45 | 20 |
| Octal | 31 | 162 | 212 | 122 | 21 | 0 | 56 | 301 | 105 | 40 |
| Binary | 11001 | 1110010 | 10001010 | 1010010 | 10001 | 0 | 101110 | 11000001 | 1000101 | 100000 |
Color Harmonies of #19728A
Complementary color
Monochromatic Colors of #19728A
Black with #19728A
Text Example
Text Example
White with #19728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19728A; }
p { color: rgb(25,114,138); }
H1.HeaderClassName
{
color: #19728A;
}
.AnyTagClassName
{
color: #19728A;
}
</style>
background-color css
<style>
a { background-color: #19728A; }
a { background-color: rgb(25,114,138); }
div.DivClassName
{
background-color: #19728A;
}
.BgClassName
{
background-color: #19728A;
}
</style>
border-color css
<style>
span { border-color: #19728A; }
span { border-color: rgb(25,114,138); }
td.TdClassName
{
border-color: #19728A;
}
.TagClassName
{
border-color: #19728A;
}
</style>