Shades of Allports #197689
Tints of Allports #197689
RGB
CMYK
RGB Variations
Color information
#197689 (or 0x197689) is known color: Allports. HEX triplet: 19, 76 and 89. RGB value is (25,118,137). Sum of RGB (Red+Green+Blue) = 25+118+137=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #197689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197689 is #E68976. Grayscale: #5C5C5C. Windows color (decimal): -15108471 or 9008665. OLE color: 9008665.
HSL color Cylindrical-coordinate representation of color #197689: hue angle of 190.18º 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 #197689 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 118 | 137 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.46 |
| HSL | 190.18º | 0.69% | 0.32% | - |
| HSV(B) | 190.18º | 0.82% | 0.54% | - |
| XYZ | 11.39 | 14.97 | 25.96 | - |
| YUV | 92.36 | 153.19 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 137 | 0.82 | 0.14 | 0 | 0.46 | 190.18 | 0.69 | 0.32 |
| Hex | 19 | 76 | 89 | 52 | E | 0 | 2E | BE | 45 | 20 |
| Octal | 31 | 166 | 211 | 122 | 16 | 0 | 56 | 276 | 105 | 40 |
| Binary | 11001 | 1110110 | 10001001 | 1010010 | 1110 | 0 | 101110 | 10111110 | 1000101 | 100000 |
Color Harmonies of #197689
Complementary color
Monochromatic Colors of #197689
Black with #197689
Text Example
Text Example
White with #197689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197689; }
p { color: rgb(25,118,137); }
H1.HeaderClassName
{
color: #197689;
}
.AnyTagClassName
{
color: #197689;
}
</style>
background-color css
<style>
a { background-color: #197689; }
a { background-color: rgb(25,118,137); }
div.DivClassName
{
background-color: #197689;
}
.BgClassName
{
background-color: #197689;
}
</style>
border-color css
<style>
span { border-color: #197689; }
span { border-color: rgb(25,118,137); }
td.TdClassName
{
border-color: #197689;
}
.TagClassName
{
border-color: #197689;
}
</style>