Shades of Elm #197778
Tints of Elm #197778
RGB
CMYK
RGB Variations
Color information
#197778 (or 0x197778) is known color: Elm. HEX triplet: 19, 77 and 78. RGB value is (25,119,120). Sum of RGB (Red+Green+Blue) = 25+119+120=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #197778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197778 is #E68887. Grayscale: #5A5A5A. Windows color (decimal): -15108232 or 7894809. OLE color: 7894809.
HSL color Cylindrical-coordinate representation of color #197778: hue angle of 180.63º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197778 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 119 | 120 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.53 |
| HSL | 180.63º | 0.66% | 0.28% | - |
| HSV(B) | 180.63º | 0.79% | 0.47% | - |
| XYZ | 10.39 | 14.76 | 20.07 | - |
| YUV | 91.01 | 144.36 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 120 | 0.79 | 0.01 | 0 | 0.53 | 180.63 | 0.66 | 0.28 |
| Hex | 19 | 77 | 78 | 4F | 1 | 0 | 35 | B5 | 42 | 1C |
| Octal | 31 | 167 | 170 | 117 | 1 | 0 | 65 | 265 | 102 | 34 |
| Binary | 11001 | 1110111 | 1111000 | 1001111 | 1 | 0 | 110101 | 10110101 | 1000010 | 11100 |
Color Harmonies of #197778
Complementary color
Monochromatic Colors of #197778
Black with #197778
Text Example
Text Example
White with #197778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197778; }
p { color: rgb(25,119,120); }
H1.HeaderClassName
{
color: #197778;
}
.AnyTagClassName
{
color: #197778;
}
</style>
background-color css
<style>
a { background-color: #197778; }
a { background-color: rgb(25,119,120); }
div.DivClassName
{
background-color: #197778;
}
.BgClassName
{
background-color: #197778;
}
</style>
border-color css
<style>
span { border-color: #197778; }
span { border-color: rgb(25,119,120); }
td.TdClassName
{
border-color: #197778;
}
.TagClassName
{
border-color: #197778;
}
</style>