Shades of Allports #197690
Tints of Allports #197690
RGB
CMYK
RGB Variations
Color information
#197690 (or 0x197690) is known color: Allports. HEX triplet: 19, 76 and 90. RGB value is (25,118,144). Sum of RGB (Red+Green+Blue) = 25+118+144=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #197690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197690 is #E6896F. Grayscale: #5C5C5C. Windows color (decimal): -15108464 or 9467417. OLE color: 9467417.
HSL color Cylindrical-coordinate representation of color #197690: hue angle of 193.11º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197690 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 118 | 144 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.44 |
| HSL | 193.11º | 0.7% | 0.33% | - |
| HSV(B) | 193.11º | 0.83% | 0.56% | - |
| XYZ | 11.91 | 15.18 | 28.69 | - |
| YUV | 93.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 144 | 0.83 | 0.18 | 0 | 0.44 | 193.11 | 0.7 | 0.33 |
| Hex | 19 | 76 | 90 | 53 | 12 | 0 | 2C | C1 | 46 | 21 |
| Octal | 31 | 166 | 220 | 123 | 22 | 0 | 54 | 301 | 106 | 41 |
| Binary | 11001 | 1110110 | 10010000 | 1010011 | 10010 | 0 | 101100 | 11000001 | 1000110 | 100001 |
Color Harmonies of #197690
Complementary color
Monochromatic Colors of #197690
Black with #197690
Text Example
Text Example
White with #197690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197690; }
p { color: rgb(25,118,144); }
H1.HeaderClassName
{
color: #197690;
}
.AnyTagClassName
{
color: #197690;
}
</style>
background-color css
<style>
a { background-color: #197690; }
a { background-color: rgb(25,118,144); }
div.DivClassName
{
background-color: #197690;
}
.BgClassName
{
background-color: #197690;
}
</style>
border-color css
<style>
span { border-color: #197690; }
span { border-color: rgb(25,118,144); }
td.TdClassName
{
border-color: #197690;
}
.TagClassName
{
border-color: #197690;
}
</style>