Shades of Allports #197590
Tints of Allports #197590
RGB
CMYK
RGB Variations
Color information
#197590 (or 0x197590) is known color: Allports. HEX triplet: 19, 75 and 90. RGB value is (25,117,144). Sum of RGB (Red+Green+Blue) = 25+117+144=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #197590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197590 is #E68A6F. Grayscale: #5C5C5C. Windows color (decimal): -15108720 or 9467161. OLE color: 9467161.
HSL color Cylindrical-coordinate representation of color #197590: hue angle of 193.61º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197590 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 117 | 144 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.44 |
| HSL | 193.61º | 0.7% | 0.33% | - |
| HSV(B) | 193.61º | 0.83% | 0.56% | - |
| XYZ | 11.8 | 14.94 | 28.65 | - |
| YUV | 92.57 | 157.02 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 144 | 0.83 | 0.19 | 0 | 0.44 | 193.61 | 0.7 | 0.33 |
| Hex | 19 | 75 | 90 | 53 | 13 | 0 | 2C | C2 | 46 | 21 |
| Octal | 31 | 165 | 220 | 123 | 23 | 0 | 54 | 302 | 106 | 41 |
| Binary | 11001 | 1110101 | 10010000 | 1010011 | 10011 | 0 | 101100 | 11000010 | 1000110 | 100001 |
Color Harmonies of #197590
Complementary color
Monochromatic Colors of #197590
Black with #197590
Text Example
Text Example
White with #197590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197590; }
p { color: rgb(25,117,144); }
H1.HeaderClassName
{
color: #197590;
}
.AnyTagClassName
{
color: #197590;
}
</style>
background-color css
<style>
a { background-color: #197590; }
a { background-color: rgb(25,117,144); }
div.DivClassName
{
background-color: #197590;
}
.BgClassName
{
background-color: #197590;
}
</style>
border-color css
<style>
span { border-color: #197590; }
span { border-color: rgb(25,117,144); }
td.TdClassName
{
border-color: #197590;
}
.TagClassName
{
border-color: #197590;
}
</style>