Shades of Allports #197484
Tints of Allports #197484
RGB
CMYK
RGB Variations
Color information
#197484 (or 0x197484) is known color: Allports. HEX triplet: 19, 74 and 84. RGB value is (25,116,132). Sum of RGB (Red+Green+Blue) = 25+116+132=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #197484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197484 is #E68B7B. Grayscale: #5A5A5A. Windows color (decimal): -15108988 or 8680473. OLE color: 8680473.
HSL color Cylindrical-coordinate representation of color #197484: hue angle of 188.97º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197484 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 116 | 132 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.48 |
| HSL | 188.97º | 0.68% | 0.31% | - |
| HSV(B) | 188.97º | 0.81% | 0.52% | - |
| XYZ | 10.81 | 14.36 | 24.03 | - |
| YUV | 90.62 | 151.35 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 132 | 0.81 | 0.12 | 0 | 0.48 | 188.97 | 0.68 | 0.31 |
| Hex | 19 | 74 | 84 | 51 | C | 0 | 30 | BD | 44 | 1F |
| Octal | 31 | 164 | 204 | 121 | 14 | 0 | 60 | 275 | 104 | 37 |
| Binary | 11001 | 1110100 | 10000100 | 1010001 | 1100 | 0 | 110000 | 10111101 | 1000100 | 11111 |
Color Harmonies of #197484
Complementary color
Monochromatic Colors of #197484
Black with #197484
Text Example
Text Example
White with #197484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197484; }
p { color: rgb(25,116,132); }
H1.HeaderClassName
{
color: #197484;
}
.AnyTagClassName
{
color: #197484;
}
</style>
background-color css
<style>
a { background-color: #197484; }
a { background-color: rgb(25,116,132); }
div.DivClassName
{
background-color: #197484;
}
.BgClassName
{
background-color: #197484;
}
</style>
border-color css
<style>
span { border-color: #197484; }
span { border-color: rgb(25,116,132); }
td.TdClassName
{
border-color: #197484;
}
.TagClassName
{
border-color: #197484;
}
</style>