Shades of Allports #197488
Tints of Allports #197488
RGB
CMYK
RGB Variations
Color information
#197488 (or 0x197488) is known color: Allports. HEX triplet: 19, 74 and 88. RGB value is (25,116,136). Sum of RGB (Red+Green+Blue) = 25+116+136=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #197488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197488 is #E68B77. Grayscale: #5A5A5A. Windows color (decimal): -15108984 or 8942617. OLE color: 8942617.
HSL color Cylindrical-coordinate representation of color #197488: hue angle of 190.81º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197488 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 116 | 136 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.47 |
| HSL | 190.81º | 0.69% | 0.32% | - |
| HSV(B) | 190.81º | 0.82% | 0.53% | - |
| XYZ | 11.09 | 14.48 | 25.5 | - |
| YUV | 91.07 | 153.35 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 136 | 0.82 | 0.15 | 0 | 0.47 | 190.81 | 0.69 | 0.32 |
| Hex | 19 | 74 | 88 | 52 | F | 0 | 2F | BF | 45 | 20 |
| Octal | 31 | 164 | 210 | 122 | 17 | 0 | 57 | 277 | 105 | 40 |
| Binary | 11001 | 1110100 | 10001000 | 1010010 | 1111 | 0 | 101111 | 10111111 | 1000101 | 100000 |
Color Harmonies of #197488
Complementary color
Monochromatic Colors of #197488
Black with #197488
Text Example
Text Example
White with #197488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197488; }
p { color: rgb(25,116,136); }
H1.HeaderClassName
{
color: #197488;
}
.AnyTagClassName
{
color: #197488;
}
</style>
background-color css
<style>
a { background-color: #197488; }
a { background-color: rgb(25,116,136); }
div.DivClassName
{
background-color: #197488;
}
.BgClassName
{
background-color: #197488;
}
</style>
border-color css
<style>
span { border-color: #197488; }
span { border-color: rgb(25,116,136); }
td.TdClassName
{
border-color: #197488;
}
.TagClassName
{
border-color: #197488;
}
</style>