Shades of Allports #197989
Tints of Allports #197989
RGB
CMYK
RGB Variations
Color information
#197989 (or 0x197989) is known color: Allports. HEX triplet: 19, 79 and 89. RGB value is (25,121,137). Sum of RGB (Red+Green+Blue) = 25+121+137=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #197989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197989 is #E68676. Grayscale: #5D5D5D. Windows color (decimal): -15107703 or 9009433. OLE color: 9009433.
HSL color Cylindrical-coordinate representation of color #197989: hue angle of 188.57º 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 #197989 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 121 | 137 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.46 |
| HSL | 188.57º | 0.69% | 0.32% | - |
| HSV(B) | 188.57º | 0.82% | 0.54% | - |
| XYZ | 11.75 | 15.69 | 26.08 | - |
| YUV | 94.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 137 | 0.82 | 0.12 | 0 | 0.46 | 188.57 | 0.69 | 0.32 |
| Hex | 19 | 79 | 89 | 52 | C | 0 | 2E | BD | 45 | 20 |
| Octal | 31 | 171 | 211 | 122 | 14 | 0 | 56 | 275 | 105 | 40 |
| Binary | 11001 | 1111001 | 10001001 | 1010010 | 1100 | 0 | 101110 | 10111101 | 1000101 | 100000 |
Color Harmonies of #197989
Complementary color
Monochromatic Colors of #197989
Black with #197989
Text Example
Text Example
White with #197989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197989; }
p { color: rgb(25,121,137); }
H1.HeaderClassName
{
color: #197989;
}
.AnyTagClassName
{
color: #197989;
}
</style>
background-color css
<style>
a { background-color: #197989; }
a { background-color: rgb(25,121,137); }
div.DivClassName
{
background-color: #197989;
}
.BgClassName
{
background-color: #197989;
}
</style>
border-color css
<style>
span { border-color: #197989; }
span { border-color: rgb(25,121,137); }
td.TdClassName
{
border-color: #197989;
}
.TagClassName
{
border-color: #197989;
}
</style>