Shades of Allports #197187
Tints of Allports #197187
RGB
CMYK
RGB Variations
Color information
#197187 (or 0x197187) is known color: Allports. HEX triplet: 19, 71 and 87. RGB value is (25,113,135). Sum of RGB (Red+Green+Blue) = 25+113+135=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #197187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197187 is #E68E78. Grayscale: #595959. Windows color (decimal): -15109753 or 8876313. OLE color: 8876313.
HSL color Cylindrical-coordinate representation of color #197187: hue angle of 192º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197187 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 113 | 135 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.47 |
| HSL | 192º | 0.69% | 0.31% | - |
| HSV(B) | 192º | 0.81% | 0.53% | - |
| XYZ | 10.68 | 13.77 | 25.02 | - |
| YUV | 89.2 | 153.85 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 135 | 0.81 | 0.16 | 0 | 0.47 | 192 | 0.69 | 0.31 |
| Hex | 19 | 71 | 87 | 51 | 10 | 0 | 2F | C0 | 45 | 1F |
| Octal | 31 | 161 | 207 | 121 | 20 | 0 | 57 | 300 | 105 | 37 |
| Binary | 11001 | 1110001 | 10000111 | 1010001 | 10000 | 0 | 101111 | 11000000 | 1000101 | 11111 |
Color Harmonies of #197187
Complementary color
Monochromatic Colors of #197187
Black with #197187
Text Example
Text Example
White with #197187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197187; }
p { color: rgb(25,113,135); }
H1.HeaderClassName
{
color: #197187;
}
.AnyTagClassName
{
color: #197187;
}
</style>
background-color css
<style>
a { background-color: #197187; }
a { background-color: rgb(25,113,135); }
div.DivClassName
{
background-color: #197187;
}
.BgClassName
{
background-color: #197187;
}
</style>
border-color css
<style>
span { border-color: #197187; }
span { border-color: rgb(25,113,135); }
td.TdClassName
{
border-color: #197187;
}
.TagClassName
{
border-color: #197187;
}
</style>