Shades of Allports #197396
Tints of Allports #197396
RGB
CMYK
RGB Variations
Color information
#197396 (or 0x197396) is known color: Allports. HEX triplet: 19, 73 and 96. RGB value is (25,115,150). Sum of RGB (Red+Green+Blue) = 25+115+150=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #197396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197396 is #E68C69. Grayscale: #5B5B5B. Windows color (decimal): -15109226 or 9859865. OLE color: 9859865.
HSL color Cylindrical-coordinate representation of color #197396: hue angle of 196.8º 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 #197396 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 115 | 150 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.41 |
| HSL | 196.8º | 0.71% | 0.34% | - |
| HSV(B) | 196.8º | 0.83% | 0.59% | - |
| XYZ | 12.04 | 14.67 | 31.05 | - |
| YUV | 92.08 | 160.68 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 150 | 0.83 | 0.23 | 0 | 0.41 | 196.8 | 0.71 | 0.34 |
| Hex | 19 | 73 | 96 | 53 | 17 | 0 | 29 | C5 | 47 | 22 |
| Octal | 31 | 163 | 226 | 123 | 27 | 0 | 51 | 305 | 107 | 42 |
| Binary | 11001 | 1110011 | 10010110 | 1010011 | 10111 | 0 | 101001 | 11000101 | 1000111 | 100010 |
Color Harmonies of #197396
Complementary color
Monochromatic Colors of #197396
Black with #197396
Text Example
Text Example
White with #197396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197396; }
p { color: rgb(25,115,150); }
H1.HeaderClassName
{
color: #197396;
}
.AnyTagClassName
{
color: #197396;
}
</style>
background-color css
<style>
a { background-color: #197396; }
a { background-color: rgb(25,115,150); }
div.DivClassName
{
background-color: #197396;
}
.BgClassName
{
background-color: #197396;
}
</style>
border-color css
<style>
span { border-color: #197396; }
span { border-color: rgb(25,115,150); }
td.TdClassName
{
border-color: #197396;
}
.TagClassName
{
border-color: #197396;
}
</style>