Shades of Allports #197594
Tints of Allports #197594
RGB
CMYK
RGB Variations
Color information
#197594 (or 0x197594) is known color: Allports. HEX triplet: 19, 75 and 94. RGB value is (25,117,148). Sum of RGB (Red+Green+Blue) = 25+117+148=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #197594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197594 is #E68A6B. Grayscale: #5C5C5C. Windows color (decimal): -15108716 or 9729305. OLE color: 9729305.
HSL color Cylindrical-coordinate representation of color #197594: hue angle of 195.12º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197594 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 117 | 148 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.42 |
| HSL | 195.12º | 0.71% | 0.34% | - |
| HSV(B) | 195.12º | 0.83% | 0.58% | - |
| XYZ | 12.11 | 15.07 | 30.29 | - |
| YUV | 93.03 | 159.02 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 148 | 0.83 | 0.21 | 0 | 0.42 | 195.12 | 0.71 | 0.34 |
| Hex | 19 | 75 | 94 | 53 | 15 | 0 | 2A | C3 | 47 | 22 |
| Octal | 31 | 165 | 224 | 123 | 25 | 0 | 52 | 303 | 107 | 42 |
| Binary | 11001 | 1110101 | 10010100 | 1010011 | 10101 | 0 | 101010 | 11000011 | 1000111 | 100010 |
Color Harmonies of #197594
Complementary color
Monochromatic Colors of #197594
Black with #197594
Text Example
Text Example
White with #197594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197594; }
p { color: rgb(25,117,148); }
H1.HeaderClassName
{
color: #197594;
}
.AnyTagClassName
{
color: #197594;
}
</style>
background-color css
<style>
a { background-color: #197594; }
a { background-color: rgb(25,117,148); }
div.DivClassName
{
background-color: #197594;
}
.BgClassName
{
background-color: #197594;
}
</style>
border-color css
<style>
span { border-color: #197594; }
span { border-color: rgb(25,117,148); }
td.TdClassName
{
border-color: #197594;
}
.TagClassName
{
border-color: #197594;
}
</style>