Shades of Allports #197497
Tints of Allports #197497
RGB
CMYK
RGB Variations
Color information
#197497 (or 0x197497) is known color: Allports. HEX triplet: 19, 74 and 97. RGB value is (25,116,151). Sum of RGB (Red+Green+Blue) = 25+116+151=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 151 (59.38% from 255 or 51.71% from 292); Max value from RGB is 151 - color contains mainly: blue. Hex color #197497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197497 is #E68B68. Grayscale: #5C5C5C. Windows color (decimal): -15108969 or 9925657. OLE color: 9925657.
HSL color Cylindrical-coordinate representation of color #197497: hue angle of 196.67º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197497 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 116 | 151 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.41 |
| HSL | 196.67º | 0.72% | 0.35% | - |
| HSV(B) | 196.67º | 0.83% | 0.59% | - |
| XYZ | 12.23 | 14.93 | 31.52 | - |
| YUV | 92.78 | 160.85 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 151 | 0.83 | 0.23 | 0 | 0.41 | 196.67 | 0.72 | 0.35 |
| Hex | 19 | 74 | 97 | 53 | 17 | 0 | 29 | C5 | 48 | 23 |
| Octal | 31 | 164 | 227 | 123 | 27 | 0 | 51 | 305 | 110 | 43 |
| Binary | 11001 | 1110100 | 10010111 | 1010011 | 10111 | 0 | 101001 | 11000101 | 1001000 | 100011 |
Color Harmonies of #197497
Complementary color
Monochromatic Colors of #197497
Black with #197497
Text Example
Text Example
White with #197497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197497; }
p { color: rgb(25,116,151); }
H1.HeaderClassName
{
color: #197497;
}
.AnyTagClassName
{
color: #197497;
}
</style>
background-color css
<style>
a { background-color: #197497; }
a { background-color: rgb(25,116,151); }
div.DivClassName
{
background-color: #197497;
}
.BgClassName
{
background-color: #197497;
}
</style>
border-color css
<style>
span { border-color: #197497; }
span { border-color: rgb(25,116,151); }
td.TdClassName
{
border-color: #197497;
}
.TagClassName
{
border-color: #197497;
}
</style>