Shades of Tiber #19494E
Tints of Tiber #19494E
RGB
CMYK
RGB Variations
Color information
#19494E (or 0x19494E) is known color: Tiber. HEX triplet: 19, 49 and 4E. RGB value is (25,73,78). Sum of RGB (Red+Green+Blue) = 25+73+78=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #19494E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19494E is #E6B6B1. Grayscale: #3B3B3B. Windows color (decimal): -15120050 or 5130521. OLE color: 5130521.
HSL color Cylindrical-coordinate representation of color #19494E: hue angle of 185.66º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19494E is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 73 | 78 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.69 |
| HSL | 185.66º | 0.51% | 0.2% | - |
| HSV(B) | 185.66º | 0.68% | 0.31% | - |
| XYZ | 4.16 | 5.52 | 8.05 | - |
| YUV | 59.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 78 | 0.68 | 0.06 | 0 | 0.69 | 185.66 | 0.51 | 0.2 |
| Hex | 19 | 49 | 4E | 44 | 6 | 0 | 45 | BA | 33 | 14 |
| Octal | 31 | 111 | 116 | 104 | 6 | 0 | 105 | 272 | 63 | 24 |
| Binary | 11001 | 1001001 | 1001110 | 1000100 | 110 | 0 | 1000101 | 10111010 | 110011 | 10100 |
Color Harmonies of #19494E
Complementary color
Monochromatic Colors of #19494E
Black with #19494E
Text Example
Text Example
White with #19494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19494E; }
p { color: rgb(25,73,78); }
H1.HeaderClassName
{
color: #19494E;
}
.AnyTagClassName
{
color: #19494E;
}
</style>
background-color css
<style>
a { background-color: #19494E; }
a { background-color: rgb(25,73,78); }
div.DivClassName
{
background-color: #19494E;
}
.BgClassName
{
background-color: #19494E;
}
</style>
border-color css
<style>
span { border-color: #19494E; }
span { border-color: rgb(25,73,78); }
td.TdClassName
{
border-color: #19494E;
}
.TagClassName
{
border-color: #19494E;
}
</style>