Shades of Allports #197582
Tints of Allports #197582
RGB
CMYK
RGB Variations
Color information
#197582 (or 0x197582) is known color: Allports. HEX triplet: 19, 75 and 82. RGB value is (25,117,130). Sum of RGB (Red+Green+Blue) = 25+117+130=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #197582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197582 is #E68A7D. Grayscale: #5A5A5A. Windows color (decimal): -15108734 or 8549657. OLE color: 8549657.
HSL color Cylindrical-coordinate representation of color #197582: hue angle of 187.43º 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 #197582 is Cyan = 0.81, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 117 | 130 | - |
| CMYK | 0.81 | 0.1 | 0 | 0.49 |
| HSL | 187.43º | 0.68% | 0.3% | - |
| HSV(B) | 187.43º | 0.81% | 0.51% | - |
| XYZ | 10.79 | 14.54 | 23.36 | - |
| YUV | 90.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 130 | 0.81 | 0.1 | 0 | 0.49 | 187.43 | 0.68 | 0.3 |
| Hex | 19 | 75 | 82 | 51 | A | 0 | 31 | BB | 44 | 1E |
| Octal | 31 | 165 | 202 | 121 | 12 | 0 | 61 | 273 | 104 | 36 |
| Binary | 11001 | 1110101 | 10000010 | 1010001 | 1010 | 0 | 110001 | 10111011 | 1000100 | 11110 |
Color Harmonies of #197582
Complementary color
Monochromatic Colors of #197582
Black with #197582
Text Example
Text Example
White with #197582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197582; }
p { color: rgb(25,117,130); }
H1.HeaderClassName
{
color: #197582;
}
.AnyTagClassName
{
color: #197582;
}
</style>
background-color css
<style>
a { background-color: #197582; }
a { background-color: rgb(25,117,130); }
div.DivClassName
{
background-color: #197582;
}
.BgClassName
{
background-color: #197582;
}
</style>
border-color css
<style>
span { border-color: #197582; }
span { border-color: rgb(25,117,130); }
td.TdClassName
{
border-color: #197582;
}
.TagClassName
{
border-color: #197582;
}
</style>