Shades of Allports #197D8C
Tints of Allports #197D8C
RGB
CMYK
RGB Variations
Color information
#197D8C (or 0x197D8C) is known color: Allports. HEX triplet: 19, 7D and 8C. RGB value is (25,125,140). Sum of RGB (Red+Green+Blue) = 25+125+140=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #197D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197D8C is #E68273. Grayscale: #606060. Windows color (decimal): -15106676 or 9207065. OLE color: 9207065.
HSL color Cylindrical-coordinate representation of color #197D8C: hue angle of 187.83º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197D8C is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 125 | 140 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.45 |
| HSL | 187.83º | 0.7% | 0.32% | - |
| HSV(B) | 187.83º | 0.82% | 0.55% | - |
| XYZ | 12.47 | 16.77 | 27.39 | - |
| YUV | 96.81 | 152.37 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 140 | 0.82 | 0.11 | 0 | 0.45 | 187.83 | 0.7 | 0.32 |
| Hex | 19 | 7D | 8C | 52 | B | 0 | 2D | BC | 46 | 20 |
| Octal | 31 | 175 | 214 | 122 | 13 | 0 | 55 | 274 | 106 | 40 |
| Binary | 11001 | 1111101 | 10001100 | 1010010 | 1011 | 0 | 101101 | 10111100 | 1000110 | 100000 |
Color Harmonies of #197D8C
Complementary color
Monochromatic Colors of #197D8C
Black with #197D8C
Text Example
Text Example
White with #197D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D8C; }
p { color: rgb(25,125,140); }
H1.HeaderClassName
{
color: #197D8C;
}
.AnyTagClassName
{
color: #197D8C;
}
</style>
background-color css
<style>
a { background-color: #197D8C; }
a { background-color: rgb(25,125,140); }
div.DivClassName
{
background-color: #197D8C;
}
.BgClassName
{
background-color: #197D8C;
}
</style>
border-color css
<style>
span { border-color: #197D8C; }
span { border-color: rgb(25,125,140); }
td.TdClassName
{
border-color: #197D8C;
}
.TagClassName
{
border-color: #197D8C;
}
</style>