Shades of Allports #197082
Tints of Allports #197082
RGB
CMYK
RGB Variations
Color information
#197082 (or 0x197082) is known color: Allports. HEX triplet: 19, 70 and 82. RGB value is (25,112,130). Sum of RGB (Red+Green+Blue) = 25+112+130=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #197082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197082 is #E68F7D. Grayscale: #575757. Windows color (decimal): -15110014 or 8548377. OLE color: 8548377.
HSL color Cylindrical-coordinate representation of color #197082: hue angle of 190.29º 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 #197082 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 112 | 130 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.49 |
| HSL | 190.29º | 0.68% | 0.3% | - |
| HSV(B) | 190.29º | 0.81% | 0.51% | - |
| XYZ | 10.22 | 13.41 | 23.17 | - |
| YUV | 88.04 | 151.68 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 130 | 0.81 | 0.14 | 0 | 0.49 | 190.29 | 0.68 | 0.3 |
| Hex | 19 | 70 | 82 | 51 | E | 0 | 31 | BE | 44 | 1E |
| Octal | 31 | 160 | 202 | 121 | 16 | 0 | 61 | 276 | 104 | 36 |
| Binary | 11001 | 1110000 | 10000010 | 1010001 | 1110 | 0 | 110001 | 10111110 | 1000100 | 11110 |
Color Harmonies of #197082
Complementary color
Monochromatic Colors of #197082
Black with #197082
Text Example
Text Example
White with #197082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197082; }
p { color: rgb(25,112,130); }
H1.HeaderClassName
{
color: #197082;
}
.AnyTagClassName
{
color: #197082;
}
</style>
background-color css
<style>
a { background-color: #197082; }
a { background-color: rgb(25,112,130); }
div.DivClassName
{
background-color: #197082;
}
.BgClassName
{
background-color: #197082;
}
</style>
border-color css
<style>
span { border-color: #197082; }
span { border-color: rgb(25,112,130); }
td.TdClassName
{
border-color: #197082;
}
.TagClassName
{
border-color: #197082;
}
</style>