Shades of Allports #197496
Tints of Allports #197496
RGB
CMYK
RGB Variations
Color information
#197496 (or 0x197496) is known color: Allports. HEX triplet: 19, 74 and 96. RGB value is (25,116,150). Sum of RGB (Red+Green+Blue) = 25+116+150=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #197496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197496 is #E68B69. Grayscale: #5C5C5C. Windows color (decimal): -15108970 or 9860121. OLE color: 9860121.
HSL color Cylindrical-coordinate representation of color #197496: hue angle of 196.32º 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 #197496 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 116 | 150 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.41 |
| HSL | 196.32º | 0.71% | 0.34% | - |
| HSV(B) | 196.32º | 0.83% | 0.59% | - |
| XYZ | 12.15 | 14.9 | 31.09 | - |
| YUV | 92.67 | 160.35 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 150 | 0.83 | 0.23 | 0 | 0.41 | 196.32 | 0.71 | 0.34 |
| Hex | 19 | 74 | 96 | 53 | 17 | 0 | 29 | C4 | 47 | 22 |
| Octal | 31 | 164 | 226 | 123 | 27 | 0 | 51 | 304 | 107 | 42 |
| Binary | 11001 | 1110100 | 10010110 | 1010011 | 10111 | 0 | 101001 | 11000100 | 1000111 | 100010 |
Color Harmonies of #197496
Complementary color
Monochromatic Colors of #197496
Black with #197496
Text Example
Text Example
White with #197496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197496; }
p { color: rgb(25,116,150); }
H1.HeaderClassName
{
color: #197496;
}
.AnyTagClassName
{
color: #197496;
}
</style>
background-color css
<style>
a { background-color: #197496; }
a { background-color: rgb(25,116,150); }
div.DivClassName
{
background-color: #197496;
}
.BgClassName
{
background-color: #197496;
}
</style>
border-color css
<style>
span { border-color: #197496; }
span { border-color: rgb(25,116,150); }
td.TdClassName
{
border-color: #197496;
}
.TagClassName
{
border-color: #197496;
}
</style>