Shades of Allports #197494
Tints of Allports #197494
RGB
CMYK
RGB Variations
Color information
#197494 (or 0x197494) is known color: Allports. HEX triplet: 19, 74 and 94. RGB value is (25,116,148). Sum of RGB (Red+Green+Blue) = 25+116+148=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #197494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197494 is #E68B6B. Grayscale: #5C5C5C. Windows color (decimal): -15108972 or 9729049. OLE color: 9729049.
HSL color Cylindrical-coordinate representation of color #197494: hue angle of 195.61º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197494 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 116 | 148 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.42 |
| HSL | 195.61º | 0.71% | 0.34% | - |
| HSV(B) | 195.61º | 0.83% | 0.58% | - |
| XYZ | 11.99 | 14.84 | 30.25 | - |
| YUV | 92.44 | 159.35 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 148 | 0.83 | 0.22 | 0 | 0.42 | 195.61 | 0.71 | 0.34 |
| Hex | 19 | 74 | 94 | 53 | 16 | 0 | 2A | C4 | 47 | 22 |
| Octal | 31 | 164 | 224 | 123 | 26 | 0 | 52 | 304 | 107 | 42 |
| Binary | 11001 | 1110100 | 10010100 | 1010011 | 10110 | 0 | 101010 | 11000100 | 1000111 | 100010 |
Color Harmonies of #197494
Complementary color
Monochromatic Colors of #197494
Black with #197494
Text Example
Text Example
White with #197494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197494; }
p { color: rgb(25,116,148); }
H1.HeaderClassName
{
color: #197494;
}
.AnyTagClassName
{
color: #197494;
}
</style>
background-color css
<style>
a { background-color: #197494; }
a { background-color: rgb(25,116,148); }
div.DivClassName
{
background-color: #197494;
}
.BgClassName
{
background-color: #197494;
}
</style>
border-color css
<style>
span { border-color: #197494; }
span { border-color: rgb(25,116,148); }
td.TdClassName
{
border-color: #197494;
}
.TagClassName
{
border-color: #197494;
}
</style>