Shades of Tiber #19484D
Tints of Tiber #19484D
RGB
CMYK
RGB Variations
Color information
#19484D (or 0x19484D) is known color: Tiber. HEX triplet: 19, 48 and 4D. RGB value is (25,72,77). Sum of RGB (Red+Green+Blue) = 25+72+77=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #19484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19484D is #E6B7B2. Grayscale: #3A3A3A. Windows color (decimal): -15120307 or 5064729. OLE color: 5064729.
HSL color Cylindrical-coordinate representation of color #19484D: hue angle of 185.77º 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 #19484D is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 72 | 77 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.70 |
| HSL | 185.77º | 0.51% | 0.2% | - |
| HSV(B) | 185.77º | 0.68% | 0.3% | - |
| XYZ | 4.06 | 5.38 | 7.85 | - |
| YUV | 58.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 77 | 0.68 | 0.06 | 0 | 0.70 | 185.77 | 0.51 | 0.2 |
| Hex | 19 | 48 | 4D | 44 | 6 | 0 | 46 | BA | 33 | 14 |
| Octal | 31 | 110 | 115 | 104 | 6 | 0 | 106 | 272 | 63 | 24 |
| Binary | 11001 | 1001000 | 1001101 | 1000100 | 110 | 0 | 1000110 | 10111010 | 110011 | 10100 |
Color Harmonies of #19484D
Complementary color
Monochromatic Colors of #19484D
Black with #19484D
Text Example
Text Example
White with #19484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19484D; }
p { color: rgb(25,72,77); }
H1.HeaderClassName
{
color: #19484D;
}
.AnyTagClassName
{
color: #19484D;
}
</style>
background-color css
<style>
a { background-color: #19484D; }
a { background-color: rgb(25,72,77); }
div.DivClassName
{
background-color: #19484D;
}
.BgClassName
{
background-color: #19484D;
}
</style>
border-color css
<style>
span { border-color: #19484D; }
span { border-color: rgb(25,72,77); }
td.TdClassName
{
border-color: #19484D;
}
.TagClassName
{
border-color: #19484D;
}
</style>