Shades of Allports #197995
Tints of Allports #197995
RGB
CMYK
RGB Variations
Color information
#197995 (or 0x197995) is known color: Allports. HEX triplet: 19, 79 and 95. RGB value is (25,121,149). Sum of RGB (Red+Green+Blue) = 25+121+149=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #197995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197995 is #E6866A. Grayscale: #5F5F5F. Windows color (decimal): -15107691 or 9795865. OLE color: 9795865.
HSL color Cylindrical-coordinate representation of color #197995: hue angle of 193.55º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197995 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 121 | 149 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.42 |
| HSL | 193.55º | 0.71% | 0.34% | - |
| HSV(B) | 193.55º | 0.83% | 0.58% | - |
| XYZ | 12.66 | 16.05 | 30.86 | - |
| YUV | 95.49 | 158.2 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 149 | 0.83 | 0.19 | 0 | 0.42 | 193.55 | 0.71 | 0.34 |
| Hex | 19 | 79 | 95 | 53 | 13 | 0 | 2A | C2 | 47 | 22 |
| Octal | 31 | 171 | 225 | 123 | 23 | 0 | 52 | 302 | 107 | 42 |
| Binary | 11001 | 1111001 | 10010101 | 1010011 | 10011 | 0 | 101010 | 11000010 | 1000111 | 100010 |
Color Harmonies of #197995
Complementary color
Monochromatic Colors of #197995
Black with #197995
Text Example
Text Example
White with #197995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197995; }
p { color: rgb(25,121,149); }
H1.HeaderClassName
{
color: #197995;
}
.AnyTagClassName
{
color: #197995;
}
</style>
background-color css
<style>
a { background-color: #197995; }
a { background-color: rgb(25,121,149); }
div.DivClassName
{
background-color: #197995;
}
.BgClassName
{
background-color: #197995;
}
</style>
border-color css
<style>
span { border-color: #197995; }
span { border-color: rgb(25,121,149); }
td.TdClassName
{
border-color: #197995;
}
.TagClassName
{
border-color: #197995;
}
</style>