Shades of Allports #19707A
Tints of Allports #19707A
RGB
CMYK
RGB Variations
Color information
#19707A (or 0x19707A) is known color: Allports. HEX triplet: 19, 70 and 7A. RGB value is (25,112,122). Sum of RGB (Red+Green+Blue) = 25+112+122=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #19707A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19707A is #E68F85. Grayscale: #575757. Windows color (decimal): -15110022 or 8024089. OLE color: 8024089.
HSL color Cylindrical-coordinate representation of color #19707A: hue angle of 186.19º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19707A is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 112 | 122 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.52 |
| HSL | 186.19º | 0.66% | 0.29% | - |
| HSV(B) | 186.19º | 0.8% | 0.48% | - |
| XYZ | 9.71 | 13.2 | 20.45 | - |
| YUV | 87.13 | 147.68 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 122 | 0.80 | 0.08 | 0 | 0.52 | 186.19 | 0.66 | 0.29 |
| Hex | 19 | 70 | 7A | 50 | 8 | 0 | 34 | BA | 42 | 1D |
| Octal | 31 | 160 | 172 | 120 | 10 | 0 | 64 | 272 | 102 | 35 |
| Binary | 11001 | 1110000 | 1111010 | 1010000 | 1000 | 0 | 110100 | 10111010 | 1000010 | 11101 |
Color Harmonies of #19707A
Complementary color
Monochromatic Colors of #19707A
Black with #19707A
Text Example
Text Example
White with #19707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19707A; }
p { color: rgb(25,112,122); }
H1.HeaderClassName
{
color: #19707A;
}
.AnyTagClassName
{
color: #19707A;
}
</style>
background-color css
<style>
a { background-color: #19707A; }
a { background-color: rgb(25,112,122); }
div.DivClassName
{
background-color: #19707A;
}
.BgClassName
{
background-color: #19707A;
}
</style>
border-color css
<style>
span { border-color: #19707A; }
span { border-color: rgb(25,112,122); }
td.TdClassName
{
border-color: #19707A;
}
.TagClassName
{
border-color: #19707A;
}
</style>