Shades of Allports #197C8A
Tints of Allports #197C8A
RGB
CMYK
RGB Variations
Color information
#197C8A (or 0x197C8A) is known color: Allports. HEX triplet: 19, 7C and 8A. RGB value is (25,124,138). Sum of RGB (Red+Green+Blue) = 25+124+138=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #197C8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197C8A is #E68375. Grayscale: #5F5F5F. Windows color (decimal): -15106934 or 9075737. OLE color: 9075737.
HSL color Cylindrical-coordinate representation of color #197C8A: hue angle of 187.43º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197C8A is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 124 | 138 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.46 |
| HSL | 187.43º | 0.69% | 0.32% | - |
| HSV(B) | 187.43º | 0.82% | 0.54% | - |
| XYZ | 12.2 | 16.46 | 26.58 | - |
| YUV | 96 | 151.7 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 138 | 0.82 | 0.10 | 0 | 0.46 | 187.43 | 0.69 | 0.32 |
| Hex | 19 | 7C | 8A | 52 | A | 0 | 2E | BB | 45 | 20 |
| Octal | 31 | 174 | 212 | 122 | 12 | 0 | 56 | 273 | 105 | 40 |
| Binary | 11001 | 1111100 | 10001010 | 1010010 | 1010 | 0 | 101110 | 10111011 | 1000101 | 100000 |
Color Harmonies of #197C8A
Complementary color
Monochromatic Colors of #197C8A
Black with #197C8A
Text Example
Text Example
White with #197C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C8A; }
p { color: rgb(25,124,138); }
H1.HeaderClassName
{
color: #197C8A;
}
.AnyTagClassName
{
color: #197C8A;
}
</style>
background-color css
<style>
a { background-color: #197C8A; }
a { background-color: rgb(25,124,138); }
div.DivClassName
{
background-color: #197C8A;
}
.BgClassName
{
background-color: #197C8A;
}
</style>
border-color css
<style>
span { border-color: #197C8A; }
span { border-color: rgb(25,124,138); }
td.TdClassName
{
border-color: #197C8A;
}
.TagClassName
{
border-color: #197C8A;
}
</style>