Shades of Allports #197892
Tints of Allports #197892
RGB
CMYK
RGB Variations
Color information
#197892 (or 0x197892) is known color: Allports. HEX triplet: 19, 78 and 92. RGB value is (25,120,146). Sum of RGB (Red+Green+Blue) = 25+120+146=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #197892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197892 is #E6876D. Grayscale: #5E5E5E. Windows color (decimal): -15107950 or 9599001. OLE color: 9599001.
HSL color Cylindrical-coordinate representation of color #197892: hue angle of 192.89º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197892 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 120 | 146 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.43 |
| HSL | 192.89º | 0.71% | 0.34% | - |
| HSV(B) | 192.89º | 0.83% | 0.57% | - |
| XYZ | 12.31 | 15.71 | 29.58 | - |
| YUV | 94.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 146 | 0.83 | 0.18 | 0 | 0.43 | 192.89 | 0.71 | 0.34 |
| Hex | 19 | 78 | 92 | 53 | 12 | 0 | 2B | C1 | 47 | 22 |
| Octal | 31 | 170 | 222 | 123 | 22 | 0 | 53 | 301 | 107 | 42 |
| Binary | 11001 | 1111000 | 10010010 | 1010011 | 10010 | 0 | 101011 | 11000001 | 1000111 | 100010 |
Color Harmonies of #197892
Complementary color
Monochromatic Colors of #197892
Black with #197892
Text Example
Text Example
White with #197892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197892; }
p { color: rgb(25,120,146); }
H1.HeaderClassName
{
color: #197892;
}
.AnyTagClassName
{
color: #197892;
}
</style>
background-color css
<style>
a { background-color: #197892; }
a { background-color: rgb(25,120,146); }
div.DivClassName
{
background-color: #197892;
}
.BgClassName
{
background-color: #197892;
}
</style>
border-color css
<style>
span { border-color: #197892; }
span { border-color: rgb(25,120,146); }
td.TdClassName
{
border-color: #197892;
}
.TagClassName
{
border-color: #197892;
}
</style>