Shades of Allports #197792
Tints of Allports #197792
RGB
CMYK
RGB Variations
Color information
#197792 (or 0x197792) is known color: Allports. HEX triplet: 19, 77 and 92. RGB value is (25,119,146). Sum of RGB (Red+Green+Blue) = 25+119+146=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #197792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197792 is #E6886D. Grayscale: #5D5D5D. Windows color (decimal): -15108206 or 9598745. OLE color: 9598745.
HSL color Cylindrical-coordinate representation of color #197792: hue angle of 193.39º 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 #197792 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 119 | 146 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.43 |
| HSL | 193.39º | 0.71% | 0.34% | - |
| HSV(B) | 193.39º | 0.83% | 0.57% | - |
| XYZ | 12.19 | 15.48 | 29.54 | - |
| YUV | 93.97 | 157.36 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 146 | 0.83 | 0.18 | 0 | 0.43 | 193.39 | 0.71 | 0.34 |
| Hex | 19 | 77 | 92 | 53 | 12 | 0 | 2B | C1 | 47 | 22 |
| Octal | 31 | 167 | 222 | 123 | 22 | 0 | 53 | 301 | 107 | 42 |
| Binary | 11001 | 1110111 | 10010010 | 1010011 | 10010 | 0 | 101011 | 11000001 | 1000111 | 100010 |
Color Harmonies of #197792
Complementary color
Monochromatic Colors of #197792
Black with #197792
Text Example
Text Example
White with #197792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197792; }
p { color: rgb(25,119,146); }
H1.HeaderClassName
{
color: #197792;
}
.AnyTagClassName
{
color: #197792;
}
</style>
background-color css
<style>
a { background-color: #197792; }
a { background-color: rgb(25,119,146); }
div.DivClassName
{
background-color: #197792;
}
.BgClassName
{
background-color: #197792;
}
</style>
border-color css
<style>
span { border-color: #197792; }
span { border-color: rgb(25,119,146); }
td.TdClassName
{
border-color: #197792;
}
.TagClassName
{
border-color: #197792;
}
</style>