Shades of Allports #197493
Tints of Allports #197493
RGB
CMYK
RGB Variations
Color information
#197493 (or 0x197493) is known color: Allports. HEX triplet: 19, 74 and 93. RGB value is (25,116,147). Sum of RGB (Red+Green+Blue) = 25+116+147=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #197493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197493 is #E68B6C. Grayscale: #5C5C5C. Windows color (decimal): -15108973 or 9663513. OLE color: 9663513.
HSL color Cylindrical-coordinate representation of color #197493: hue angle of 195.25º 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 #197493 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 116 | 147 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.42 |
| HSL | 195.25º | 0.71% | 0.34% | - |
| HSV(B) | 195.25º | 0.83% | 0.58% | - |
| XYZ | 11.91 | 14.8 | 29.83 | - |
| YUV | 92.33 | 158.85 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 147 | 0.83 | 0.21 | 0 | 0.42 | 195.25 | 0.71 | 0.34 |
| Hex | 19 | 74 | 93 | 53 | 15 | 0 | 2A | C3 | 47 | 22 |
| Octal | 31 | 164 | 223 | 123 | 25 | 0 | 52 | 303 | 107 | 42 |
| Binary | 11001 | 1110100 | 10010011 | 1010011 | 10101 | 0 | 101010 | 11000011 | 1000111 | 100010 |
Color Harmonies of #197493
Complementary color
Monochromatic Colors of #197493
Black with #197493
Text Example
Text Example
White with #197493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197493; }
p { color: rgb(25,116,147); }
H1.HeaderClassName
{
color: #197493;
}
.AnyTagClassName
{
color: #197493;
}
</style>
background-color css
<style>
a { background-color: #197493; }
a { background-color: rgb(25,116,147); }
div.DivClassName
{
background-color: #197493;
}
.BgClassName
{
background-color: #197493;
}
</style>
border-color css
<style>
span { border-color: #197493; }
span { border-color: rgb(25,116,147); }
td.TdClassName
{
border-color: #197493;
}
.TagClassName
{
border-color: #197493;
}
</style>