Shades of Allports #197593
Tints of Allports #197593
RGB
CMYK
RGB Variations
Color information
#197593 (or 0x197593) is known color: Allports. HEX triplet: 19, 75 and 93. RGB value is (25,117,147). Sum of RGB (Red+Green+Blue) = 25+117+147=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #197593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197593 is #E68A6C. Grayscale: #5C5C5C. Windows color (decimal): -15108717 or 9663769. OLE color: 9663769.
HSL color Cylindrical-coordinate representation of color #197593: hue angle of 194.75º 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 #197593 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 117 | 147 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.42 |
| HSL | 194.75º | 0.71% | 0.34% | - |
| HSV(B) | 194.75º | 0.83% | 0.58% | - |
| XYZ | 12.03 | 15.04 | 29.87 | - |
| YUV | 92.91 | 158.52 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 147 | 0.83 | 0.20 | 0 | 0.42 | 194.75 | 0.71 | 0.34 |
| Hex | 19 | 75 | 93 | 53 | 14 | 0 | 2A | C3 | 47 | 22 |
| Octal | 31 | 165 | 223 | 123 | 24 | 0 | 52 | 303 | 107 | 42 |
| Binary | 11001 | 1110101 | 10010011 | 1010011 | 10100 | 0 | 101010 | 11000011 | 1000111 | 100010 |
Color Harmonies of #197593
Complementary color
Monochromatic Colors of #197593
Black with #197593
Text Example
Text Example
White with #197593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197593; }
p { color: rgb(25,117,147); }
H1.HeaderClassName
{
color: #197593;
}
.AnyTagClassName
{
color: #197593;
}
</style>
background-color css
<style>
a { background-color: #197593; }
a { background-color: rgb(25,117,147); }
div.DivClassName
{
background-color: #197593;
}
.BgClassName
{
background-color: #197593;
}
</style>
border-color css
<style>
span { border-color: #197593; }
span { border-color: rgb(25,117,147); }
td.TdClassName
{
border-color: #197593;
}
.TagClassName
{
border-color: #197593;
}
</style>