Shades of Allports #197492
Tints of Allports #197492
RGB
CMYK
RGB Variations
Color information
#197492 (or 0x197492) is known color: Allports. HEX triplet: 19, 74 and 92. RGB value is (25,116,146). Sum of RGB (Red+Green+Blue) = 25+116+146=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #197492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197492 is #E68B6D. Grayscale: #5C5C5C. Windows color (decimal): -15108974 or 9597977. OLE color: 9597977.
HSL color Cylindrical-coordinate representation of color #197492: hue angle of 194.88º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197492 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 116 | 146 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.43 |
| HSL | 194.88º | 0.71% | 0.34% | - |
| HSV(B) | 194.88º | 0.83% | 0.57% | - |
| XYZ | 11.83 | 14.77 | 29.42 | - |
| YUV | 92.21 | 158.35 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 146 | 0.83 | 0.21 | 0 | 0.43 | 194.88 | 0.71 | 0.34 |
| Hex | 19 | 74 | 92 | 53 | 15 | 0 | 2B | C3 | 47 | 22 |
| Octal | 31 | 164 | 222 | 123 | 25 | 0 | 53 | 303 | 107 | 42 |
| Binary | 11001 | 1110100 | 10010010 | 1010011 | 10101 | 0 | 101011 | 11000011 | 1000111 | 100010 |
Color Harmonies of #197492
Complementary color
Monochromatic Colors of #197492
Black with #197492
Text Example
Text Example
White with #197492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197492; }
p { color: rgb(25,116,146); }
H1.HeaderClassName
{
color: #197492;
}
.AnyTagClassName
{
color: #197492;
}
</style>
background-color css
<style>
a { background-color: #197492; }
a { background-color: rgb(25,116,146); }
div.DivClassName
{
background-color: #197492;
}
.BgClassName
{
background-color: #197492;
}
</style>
border-color css
<style>
span { border-color: #197492; }
span { border-color: rgb(25,116,146); }
td.TdClassName
{
border-color: #197492;
}
.TagClassName
{
border-color: #197492;
}
</style>