Shades of Allports #197A8A
Tints of Allports #197A8A
RGB
CMYK
RGB Variations
Color information
#197A8A (or 0x197A8A) is known color: Allports. HEX triplet: 19, 7A and 8A. RGB value is (25,122,138). Sum of RGB (Red+Green+Blue) = 25+122+138=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #197A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197A8A is #E68575. Grayscale: #5E5E5E. Windows color (decimal): -15107446 or 9075225. OLE color: 9075225.
HSL color Cylindrical-coordinate representation of color #197A8A: hue angle of 188.5º 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 #197A8A is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 122 | 138 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.46 |
| HSL | 188.5º | 0.69% | 0.32% | - |
| HSV(B) | 188.5º | 0.82% | 0.54% | - |
| XYZ | 11.95 | 15.96 | 26.5 | - |
| YUV | 94.82 | 152.36 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 138 | 0.82 | 0.12 | 0 | 0.46 | 188.5 | 0.69 | 0.32 |
| Hex | 19 | 7A | 8A | 52 | C | 0 | 2E | BC | 45 | 20 |
| Octal | 31 | 172 | 212 | 122 | 14 | 0 | 56 | 274 | 105 | 40 |
| Binary | 11001 | 1111010 | 10001010 | 1010010 | 1100 | 0 | 101110 | 10111100 | 1000101 | 100000 |
Color Harmonies of #197A8A
Complementary color
Monochromatic Colors of #197A8A
Black with #197A8A
Text Example
Text Example
White with #197A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197A8A; }
p { color: rgb(25,122,138); }
H1.HeaderClassName
{
color: #197A8A;
}
.AnyTagClassName
{
color: #197A8A;
}
</style>
background-color css
<style>
a { background-color: #197A8A; }
a { background-color: rgb(25,122,138); }
div.DivClassName
{
background-color: #197A8A;
}
.BgClassName
{
background-color: #197A8A;
}
</style>
border-color css
<style>
span { border-color: #197A8A; }
span { border-color: rgb(25,122,138); }
td.TdClassName
{
border-color: #197A8A;
}
.TagClassName
{
border-color: #197A8A;
}
</style>