Shades of Allports #197482
Tints of Allports #197482
RGB
CMYK
RGB Variations
Color information
#197482 (or 0x197482) is known color: Allports. HEX triplet: 19, 74 and 82. RGB value is (25,116,130). Sum of RGB (Red+Green+Blue) = 25+116+130=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #197482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197482 is #E68B7D. Grayscale: #5A5A5A. Windows color (decimal): -15108990 or 8549401. OLE color: 8549401.
HSL color Cylindrical-coordinate representation of color #197482: hue angle of 188º 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 #197482 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 116 | 130 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.49 |
| HSL | 188º | 0.68% | 0.3% | - |
| HSV(B) | 188º | 0.81% | 0.51% | - |
| XYZ | 10.68 | 14.31 | 23.32 | - |
| YUV | 90.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 130 | 0.81 | 0.11 | 0 | 0.49 | 188 | 0.68 | 0.3 |
| Hex | 19 | 74 | 82 | 51 | B | 0 | 31 | BC | 44 | 1E |
| Octal | 31 | 164 | 202 | 121 | 13 | 0 | 61 | 274 | 104 | 36 |
| Binary | 11001 | 1110100 | 10000010 | 1010001 | 1011 | 0 | 110001 | 10111100 | 1000100 | 11110 |
Color Harmonies of #197482
Complementary color
Monochromatic Colors of #197482
Black with #197482
Text Example
Text Example
White with #197482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197482; }
p { color: rgb(25,116,130); }
H1.HeaderClassName
{
color: #197482;
}
.AnyTagClassName
{
color: #197482;
}
</style>
background-color css
<style>
a { background-color: #197482; }
a { background-color: rgb(25,116,130); }
div.DivClassName
{
background-color: #197482;
}
.BgClassName
{
background-color: #197482;
}
</style>
border-color css
<style>
span { border-color: #197482; }
span { border-color: rgb(25,116,130); }
td.TdClassName
{
border-color: #197482;
}
.TagClassName
{
border-color: #197482;
}
</style>