Shades of Allports #197D92
Tints of Allports #197D92
RGB
CMYK
RGB Variations
Color information
#197D92 (or 0x197D92) is known color: Allports. HEX triplet: 19, 7D and 92. RGB value is (25,125,146). Sum of RGB (Red+Green+Blue) = 25+125+146=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #197D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197D92 is #E6826D. Grayscale: #616161. Windows color (decimal): -15106670 or 9600281. OLE color: 9600281.
HSL color Cylindrical-coordinate representation of color #197D92: hue angle of 190.41º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197D92 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 125 | 146 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.43 |
| HSL | 190.41º | 0.71% | 0.34% | - |
| HSV(B) | 190.41º | 0.83% | 0.57% | - |
| XYZ | 12.92 | 16.95 | 29.78 | - |
| YUV | 97.49 | 155.37 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 146 | 0.83 | 0.14 | 0 | 0.43 | 190.41 | 0.71 | 0.34 |
| Hex | 19 | 7D | 92 | 53 | E | 0 | 2B | BE | 47 | 22 |
| Octal | 31 | 175 | 222 | 123 | 16 | 0 | 53 | 276 | 107 | 42 |
| Binary | 11001 | 1111101 | 10010010 | 1010011 | 1110 | 0 | 101011 | 10111110 | 1000111 | 100010 |
Color Harmonies of #197D92
Complementary color
Monochromatic Colors of #197D92
Black with #197D92
Text Example
Text Example
White with #197D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D92; }
p { color: rgb(25,125,146); }
H1.HeaderClassName
{
color: #197D92;
}
.AnyTagClassName
{
color: #197D92;
}
</style>
background-color css
<style>
a { background-color: #197D92; }
a { background-color: rgb(25,125,146); }
div.DivClassName
{
background-color: #197D92;
}
.BgClassName
{
background-color: #197D92;
}
</style>
border-color css
<style>
span { border-color: #197D92; }
span { border-color: rgb(25,125,146); }
td.TdClassName
{
border-color: #197D92;
}
.TagClassName
{
border-color: #197D92;
}
</style>