Shades of Allports #197A84
Tints of Allports #197A84
RGB
CMYK
RGB Variations
Color information
#197A84 (or 0x197A84) is known color: Allports. HEX triplet: 19, 7A and 84. RGB value is (25,122,132). Sum of RGB (Red+Green+Blue) = 25+122+132=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #197A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197A84 is #E6857B. Grayscale: #5D5D5D. Windows color (decimal): -15107452 or 8682009. OLE color: 8682009.
HSL color Cylindrical-coordinate representation of color #197A84: hue angle of 185.61º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197A84 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 122 | 132 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.48 |
| HSL | 185.61º | 0.68% | 0.31% | - |
| HSV(B) | 185.61º | 0.81% | 0.52% | - |
| XYZ | 11.53 | 15.79 | 24.27 | - |
| YUV | 94.14 | 149.36 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 132 | 0.81 | 0.08 | 0 | 0.48 | 185.61 | 0.68 | 0.31 |
| Hex | 19 | 7A | 84 | 51 | 8 | 0 | 30 | BA | 44 | 1F |
| Octal | 31 | 172 | 204 | 121 | 10 | 0 | 60 | 272 | 104 | 37 |
| Binary | 11001 | 1111010 | 10000100 | 1010001 | 1000 | 0 | 110000 | 10111010 | 1000100 | 11111 |
Color Harmonies of #197A84
Complementary color
Monochromatic Colors of #197A84
Black with #197A84
Text Example
Text Example
White with #197A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197A84; }
p { color: rgb(25,122,132); }
H1.HeaderClassName
{
color: #197A84;
}
.AnyTagClassName
{
color: #197A84;
}
</style>
background-color css
<style>
a { background-color: #197A84; }
a { background-color: rgb(25,122,132); }
div.DivClassName
{
background-color: #197A84;
}
.BgClassName
{
background-color: #197A84;
}
</style>
border-color css
<style>
span { border-color: #197A84; }
span { border-color: rgb(25,122,132); }
td.TdClassName
{
border-color: #197A84;
}
.TagClassName
{
border-color: #197A84;
}
</style>