Shades of Allports #197182
Tints of Allports #197182
RGB
CMYK
RGB Variations
Color information
#197182 (or 0x197182) is known color: Allports. HEX triplet: 19, 71 and 82. RGB value is (25,113,130). Sum of RGB (Red+Green+Blue) = 25+113+130=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #197182 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197182 is #E68E7D. Grayscale: #585858. Windows color (decimal): -15109758 or 8548633. OLE color: 8548633.
HSL color Cylindrical-coordinate representation of color #197182: hue angle of 189.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197182 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 113 | 130 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.49 |
| HSL | 189.71º | 0.68% | 0.3% | - |
| HSV(B) | 189.71º | 0.81% | 0.51% | - |
| XYZ | 10.34 | 13.63 | 23.2 | - |
| YUV | 88.63 | 151.35 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 130 | 0.81 | 0.13 | 0 | 0.49 | 189.71 | 0.68 | 0.3 |
| Hex | 19 | 71 | 82 | 51 | D | 0 | 31 | BE | 44 | 1E |
| Octal | 31 | 161 | 202 | 121 | 15 | 0 | 61 | 276 | 104 | 36 |
| Binary | 11001 | 1110001 | 10000010 | 1010001 | 1101 | 0 | 110001 | 10111110 | 1000100 | 11110 |
Color Harmonies of #197182
Complementary color
Monochromatic Colors of #197182
Black with #197182
Text Example
Text Example
White with #197182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197182; }
p { color: rgb(25,113,130); }
H1.HeaderClassName
{
color: #197182;
}
.AnyTagClassName
{
color: #197182;
}
</style>
background-color css
<style>
a { background-color: #197182; }
a { background-color: rgb(25,113,130); }
div.DivClassName
{
background-color: #197182;
}
.BgClassName
{
background-color: #197182;
}
</style>
border-color css
<style>
span { border-color: #197182; }
span { border-color: rgb(25,113,130); }
td.TdClassName
{
border-color: #197182;
}
.TagClassName
{
border-color: #197182;
}
</style>