Shades of Allports #197192
Tints of Allports #197192
RGB
CMYK
RGB Variations
Color information
#197192 (or 0x197192) is known color: Allports. HEX triplet: 19, 71 and 92. RGB value is (25,113,146). Sum of RGB (Red+Green+Blue) = 25+113+146=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #197192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197192 is #E68E6D. Grayscale: #5A5A5A. Windows color (decimal): -15109742 or 9597209. OLE color: 9597209.
HSL color Cylindrical-coordinate representation of color #197192: hue angle of 196.36º 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 #197192 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 113 | 146 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.43 |
| HSL | 196.36º | 0.71% | 0.34% | - |
| HSV(B) | 196.36º | 0.83% | 0.57% | - |
| XYZ | 11.49 | 14.09 | 29.31 | - |
| YUV | 90.45 | 159.35 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 146 | 0.83 | 0.23 | 0 | 0.43 | 196.36 | 0.71 | 0.34 |
| Hex | 19 | 71 | 92 | 53 | 17 | 0 | 2B | C4 | 47 | 22 |
| Octal | 31 | 161 | 222 | 123 | 27 | 0 | 53 | 304 | 107 | 42 |
| Binary | 11001 | 1110001 | 10010010 | 1010011 | 10111 | 0 | 101011 | 11000100 | 1000111 | 100010 |
Color Harmonies of #197192
Complementary color
Monochromatic Colors of #197192
Black with #197192
Text Example
Text Example
White with #197192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197192; }
p { color: rgb(25,113,146); }
H1.HeaderClassName
{
color: #197192;
}
.AnyTagClassName
{
color: #197192;
}
</style>
background-color css
<style>
a { background-color: #197192; }
a { background-color: rgb(25,113,146); }
div.DivClassName
{
background-color: #197192;
}
.BgClassName
{
background-color: #197192;
}
</style>
border-color css
<style>
span { border-color: #197192; }
span { border-color: rgb(25,113,146); }
td.TdClassName
{
border-color: #197192;
}
.TagClassName
{
border-color: #197192;
}
</style>