Shades of Allports #197894
Tints of Allports #197894
RGB
CMYK
RGB Variations
Color information
#197894 (or 0x197894) is known color: Allports. HEX triplet: 19, 78 and 94. RGB value is (25,120,148). Sum of RGB (Red+Green+Blue) = 25+120+148=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #197894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197894 is #E6876B. Grayscale: #5E5E5E. Windows color (decimal): -15107948 or 9730073. OLE color: 9730073.
HSL color Cylindrical-coordinate representation of color #197894: hue angle of 193.66º 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 #197894 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 120 | 148 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.42 |
| HSL | 193.66º | 0.71% | 0.34% | - |
| HSV(B) | 193.66º | 0.83% | 0.58% | - |
| XYZ | 12.46 | 15.78 | 30.41 | - |
| YUV | 94.79 | 158.03 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 148 | 0.83 | 0.19 | 0 | 0.42 | 193.66 | 0.71 | 0.34 |
| Hex | 19 | 78 | 94 | 53 | 13 | 0 | 2A | C2 | 47 | 22 |
| Octal | 31 | 170 | 224 | 123 | 23 | 0 | 52 | 302 | 107 | 42 |
| Binary | 11001 | 1111000 | 10010100 | 1010011 | 10011 | 0 | 101010 | 11000010 | 1000111 | 100010 |
Color Harmonies of #197894
Complementary color
Monochromatic Colors of #197894
Black with #197894
Text Example
Text Example
White with #197894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197894; }
p { color: rgb(25,120,148); }
H1.HeaderClassName
{
color: #197894;
}
.AnyTagClassName
{
color: #197894;
}
</style>
background-color css
<style>
a { background-color: #197894; }
a { background-color: rgb(25,120,148); }
div.DivClassName
{
background-color: #197894;
}
.BgClassName
{
background-color: #197894;
}
</style>
border-color css
<style>
span { border-color: #197894; }
span { border-color: rgb(25,120,148); }
td.TdClassName
{
border-color: #197894;
}
.TagClassName
{
border-color: #197894;
}
</style>