Shades of Allports #197491
Tints of Allports #197491
RGB
CMYK
RGB Variations
Color information
#197491 (or 0x197491) is known color: Allports. HEX triplet: 19, 74 and 91. RGB value is (25,116,145). Sum of RGB (Red+Green+Blue) = 25+116+145=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #197491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197491 is #E68B6E. Grayscale: #5B5B5B. Windows color (decimal): -15108975 or 9532441. OLE color: 9532441.
HSL color Cylindrical-coordinate representation of color #197491: hue angle of 194.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197491 is Cyan = 0.83, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 116 | 145 | - |
| CMYK | 0.83 | 0.2 | 0 | 0.43 |
| HSL | 194.5º | 0.71% | 0.33% | - |
| HSV(B) | 194.5º | 0.83% | 0.57% | - |
| XYZ | 11.76 | 14.74 | 29.01 | - |
| YUV | 92.1 | 157.85 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 145 | 0.83 | 0.2 | 0 | 0.43 | 194.5 | 0.71 | 0.33 |
| Hex | 19 | 74 | 91 | 53 | 14 | 0 | 2B | C2 | 47 | 21 |
| Octal | 31 | 164 | 221 | 123 | 24 | 0 | 53 | 302 | 107 | 41 |
| Binary | 11001 | 1110100 | 10010001 | 1010011 | 10100 | 0 | 101011 | 11000010 | 1000111 | 100001 |
Color Harmonies of #197491
Complementary color
Monochromatic Colors of #197491
Black with #197491
Text Example
Text Example
White with #197491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197491; }
p { color: rgb(25,116,145); }
H1.HeaderClassName
{
color: #197491;
}
.AnyTagClassName
{
color: #197491;
}
</style>
background-color css
<style>
a { background-color: #197491; }
a { background-color: rgb(25,116,145); }
div.DivClassName
{
background-color: #197491;
}
.BgClassName
{
background-color: #197491;
}
</style>
border-color css
<style>
span { border-color: #197491; }
span { border-color: rgb(25,116,145); }
td.TdClassName
{
border-color: #197491;
}
.TagClassName
{
border-color: #197491;
}
</style>