Shades of Tiber #19494D
Tints of Tiber #19494D
RGB
CMYK
RGB Variations
Color information
#19494D (or 0x19494D) is known color: Tiber. HEX triplet: 19, 49 and 4D. RGB value is (25,73,77). Sum of RGB (Red+Green+Blue) = 25+73+77=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #19494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19494D is #E6B6B2. Grayscale: #3B3B3B. Windows color (decimal): -15120051 or 5064985. OLE color: 5064985.
HSL color Cylindrical-coordinate representation of color #19494D: hue angle of 184.62º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19494D is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 73 | 77 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.70 |
| HSL | 184.62º | 0.51% | 0.2% | - |
| HSV(B) | 184.62º | 0.68% | 0.3% | - |
| XYZ | 4.12 | 5.51 | 7.87 | - |
| YUV | 59.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 77 | 0.68 | 0.05 | 0 | 0.70 | 184.62 | 0.51 | 0.2 |
| Hex | 19 | 49 | 4D | 44 | 5 | 0 | 46 | B9 | 33 | 14 |
| Octal | 31 | 111 | 115 | 104 | 5 | 0 | 106 | 271 | 63 | 24 |
| Binary | 11001 | 1001001 | 1001101 | 1000100 | 101 | 0 | 1000110 | 10111001 | 110011 | 10100 |
Color Harmonies of #19494D
Complementary color
Monochromatic Colors of #19494D
Black with #19494D
Text Example
Text Example
White with #19494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19494D; }
p { color: rgb(25,73,77); }
H1.HeaderClassName
{
color: #19494D;
}
.AnyTagClassName
{
color: #19494D;
}
</style>
background-color css
<style>
a { background-color: #19494D; }
a { background-color: rgb(25,73,77); }
div.DivClassName
{
background-color: #19494D;
}
.BgClassName
{
background-color: #19494D;
}
</style>
border-color css
<style>
span { border-color: #19494D; }
span { border-color: rgb(25,73,77); }
td.TdClassName
{
border-color: #19494D;
}
.TagClassName
{
border-color: #19494D;
}
</style>