Shades of Allports #197C8D
Tints of Allports #197C8D
RGB
CMYK
RGB Variations
Color information
#197C8D (or 0x197C8D) is known color: Allports. HEX triplet: 19, 7C and 8D. RGB value is (25,124,141). Sum of RGB (Red+Green+Blue) = 25+124+141=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #197C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197C8D is #E68372. Grayscale: #606060. Windows color (decimal): -15106931 or 9272345. OLE color: 9272345.
HSL color Cylindrical-coordinate representation of color #197C8D: hue angle of 188.79º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197C8D is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 124 | 141 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.45 |
| HSL | 188.79º | 0.7% | 0.33% | - |
| HSV(B) | 188.79º | 0.82% | 0.55% | - |
| XYZ | 12.42 | 16.55 | 27.74 | - |
| YUV | 96.34 | 153.2 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 141 | 0.82 | 0.12 | 0 | 0.45 | 188.79 | 0.7 | 0.33 |
| Hex | 19 | 7C | 8D | 52 | C | 0 | 2D | BD | 46 | 21 |
| Octal | 31 | 174 | 215 | 122 | 14 | 0 | 55 | 275 | 106 | 41 |
| Binary | 11001 | 1111100 | 10001101 | 1010010 | 1100 | 0 | 101101 | 10111101 | 1000110 | 100001 |
Color Harmonies of #197C8D
Complementary color
Monochromatic Colors of #197C8D
Black with #197C8D
Text Example
Text Example
White with #197C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C8D; }
p { color: rgb(25,124,141); }
H1.HeaderClassName
{
color: #197C8D;
}
.AnyTagClassName
{
color: #197C8D;
}
</style>
background-color css
<style>
a { background-color: #197C8D; }
a { background-color: rgb(25,124,141); }
div.DivClassName
{
background-color: #197C8D;
}
.BgClassName
{
background-color: #197C8D;
}
</style>
border-color css
<style>
span { border-color: #197C8D; }
span { border-color: rgb(25,124,141); }
td.TdClassName
{
border-color: #197C8D;
}
.TagClassName
{
border-color: #197C8D;
}
</style>