Shades of Allports #197096
Tints of Allports #197096
RGB
CMYK
RGB Variations
Color information
#197096 (or 0x197096) is known color: Allports. HEX triplet: 19, 70 and 96. RGB value is (25,112,150). Sum of RGB (Red+Green+Blue) = 25+112+150=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #197096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197096 is #E68F69. Grayscale: #5A5A5A. Windows color (decimal): -15109994 or 9859097. OLE color: 9859097.
HSL color Cylindrical-coordinate representation of color #197096: hue angle of 198.24º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197096 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 112 | 150 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.41 |
| HSL | 198.24º | 0.71% | 0.34% | - |
| HSV(B) | 198.24º | 0.83% | 0.59% | - |
| XYZ | 11.7 | 14 | 30.94 | - |
| YUV | 90.32 | 161.68 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 150 | 0.83 | 0.25 | 0 | 0.41 | 198.24 | 0.71 | 0.34 |
| Hex | 19 | 70 | 96 | 53 | 19 | 0 | 29 | C6 | 47 | 22 |
| Octal | 31 | 160 | 226 | 123 | 31 | 0 | 51 | 306 | 107 | 42 |
| Binary | 11001 | 1110000 | 10010110 | 1010011 | 11001 | 0 | 101001 | 11000110 | 1000111 | 100010 |
Color Harmonies of #197096
Complementary color
Monochromatic Colors of #197096
Black with #197096
Text Example
Text Example
White with #197096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197096; }
p { color: rgb(25,112,150); }
H1.HeaderClassName
{
color: #197096;
}
.AnyTagClassName
{
color: #197096;
}
</style>
background-color css
<style>
a { background-color: #197096; }
a { background-color: rgb(25,112,150); }
div.DivClassName
{
background-color: #197096;
}
.BgClassName
{
background-color: #197096;
}
</style>
border-color css
<style>
span { border-color: #197096; }
span { border-color: rgb(25,112,150); }
td.TdClassName
{
border-color: #197096;
}
.TagClassName
{
border-color: #197096;
}
</style>