Shades of Allports #197D8E
Tints of Allports #197D8E
RGB
CMYK
RGB Variations
Color information
#197D8E (or 0x197D8E) is known color: Allports. HEX triplet: 19, 7D and 8E. RGB value is (25,125,142). Sum of RGB (Red+Green+Blue) = 25+125+142=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #197D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197D8E is #E68271. Grayscale: #606060. Windows color (decimal): -15106674 or 9338137. OLE color: 9338137.
HSL color Cylindrical-coordinate representation of color #197D8E: hue angle of 188.72º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197D8E is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 125 | 142 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.44 |
| HSL | 188.72º | 0.7% | 0.33% | - |
| HSV(B) | 188.72º | 0.82% | 0.56% | - |
| XYZ | 12.62 | 16.83 | 28.17 | - |
| YUV | 97.04 | 153.37 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 142 | 0.82 | 0.12 | 0 | 0.44 | 188.72 | 0.7 | 0.33 |
| Hex | 19 | 7D | 8E | 52 | C | 0 | 2C | BD | 46 | 21 |
| Octal | 31 | 175 | 216 | 122 | 14 | 0 | 54 | 275 | 106 | 41 |
| Binary | 11001 | 1111101 | 10001110 | 1010010 | 1100 | 0 | 101100 | 10111101 | 1000110 | 100001 |
Color Harmonies of #197D8E
Complementary color
Monochromatic Colors of #197D8E
Black with #197D8E
Text Example
Text Example
White with #197D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D8E; }
p { color: rgb(25,125,142); }
H1.HeaderClassName
{
color: #197D8E;
}
.AnyTagClassName
{
color: #197D8E;
}
</style>
background-color css
<style>
a { background-color: #197D8E; }
a { background-color: rgb(25,125,142); }
div.DivClassName
{
background-color: #197D8E;
}
.BgClassName
{
background-color: #197D8E;
}
</style>
border-color css
<style>
span { border-color: #197D8E; }
span { border-color: rgb(25,125,142); }
td.TdClassName
{
border-color: #197D8E;
}
.TagClassName
{
border-color: #197D8E;
}
</style>