Shades of Allports #197686
Tints of Allports #197686
RGB
CMYK
RGB Variations
Color information
#197686 (or 0x197686) is known color: Allports. HEX triplet: 19, 76 and 86. RGB value is (25,118,134). Sum of RGB (Red+Green+Blue) = 25+118+134=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #197686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197686 is #E68979. Grayscale: #5B5B5B. Windows color (decimal): -15108474 or 8812057. OLE color: 8812057.
HSL color Cylindrical-coordinate representation of color #197686: hue angle of 188.81º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197686 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 118 | 134 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.47 |
| HSL | 188.81º | 0.69% | 0.31% | - |
| HSV(B) | 188.81º | 0.81% | 0.53% | - |
| XYZ | 11.18 | 14.88 | 24.84 | - |
| YUV | 92.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 134 | 0.81 | 0.12 | 0 | 0.47 | 188.81 | 0.69 | 0.31 |
| Hex | 19 | 76 | 86 | 51 | C | 0 | 2F | BD | 45 | 1F |
| Octal | 31 | 166 | 206 | 121 | 14 | 0 | 57 | 275 | 105 | 37 |
| Binary | 11001 | 1110110 | 10000110 | 1010001 | 1100 | 0 | 101111 | 10111101 | 1000101 | 11111 |
Color Harmonies of #197686
Complementary color
Monochromatic Colors of #197686
Black with #197686
Text Example
Text Example
White with #197686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197686; }
p { color: rgb(25,118,134); }
H1.HeaderClassName
{
color: #197686;
}
.AnyTagClassName
{
color: #197686;
}
</style>
background-color css
<style>
a { background-color: #197686; }
a { background-color: rgb(25,118,134); }
div.DivClassName
{
background-color: #197686;
}
.BgClassName
{
background-color: #197686;
}
</style>
border-color css
<style>
span { border-color: #197686; }
span { border-color: rgb(25,118,134); }
td.TdClassName
{
border-color: #197686;
}
.TagClassName
{
border-color: #197686;
}
</style>