Shades of Allports #197382
Tints of Allports #197382
RGB
CMYK
RGB Variations
Color information
#197382 (or 0x197382) is known color: Allports. HEX triplet: 19, 73 and 82. RGB value is (25,115,130). Sum of RGB (Red+Green+Blue) = 25+115+130=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #197382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197382 is #E68C7D. Grayscale: #595959. Windows color (decimal): -15109246 or 8549145. OLE color: 8549145.
HSL color Cylindrical-coordinate representation of color #197382: hue angle of 188.57º 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 #197382 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 115 | 130 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.49 |
| HSL | 188.57º | 0.68% | 0.3% | - |
| HSV(B) | 188.57º | 0.81% | 0.51% | - |
| XYZ | 10.56 | 14.08 | 23.28 | - |
| YUV | 89.8 | 150.68 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 130 | 0.81 | 0.12 | 0 | 0.49 | 188.57 | 0.68 | 0.3 |
| Hex | 19 | 73 | 82 | 51 | C | 0 | 31 | BD | 44 | 1E |
| Octal | 31 | 163 | 202 | 121 | 14 | 0 | 61 | 275 | 104 | 36 |
| Binary | 11001 | 1110011 | 10000010 | 1010001 | 1100 | 0 | 110001 | 10111101 | 1000100 | 11110 |
Color Harmonies of #197382
Complementary color
Monochromatic Colors of #197382
Black with #197382
Text Example
Text Example
White with #197382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197382; }
p { color: rgb(25,115,130); }
H1.HeaderClassName
{
color: #197382;
}
.AnyTagClassName
{
color: #197382;
}
</style>
background-color css
<style>
a { background-color: #197382; }
a { background-color: rgb(25,115,130); }
div.DivClassName
{
background-color: #197382;
}
.BgClassName
{
background-color: #197382;
}
</style>
border-color css
<style>
span { border-color: #197382; }
span { border-color: rgb(25,115,130); }
td.TdClassName
{
border-color: #197382;
}
.TagClassName
{
border-color: #197382;
}
</style>