Shades of Tiber #194D52
Tints of Tiber #194D52
RGB
CMYK
RGB Variations
Color information
#194D52 (or 0x194D52) is known color: Tiber. HEX triplet: 19, 4D and 52. RGB value is (25,77,82). Sum of RGB (Red+Green+Blue) = 25+77+82=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #194D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D52 is #E6B2AD. Grayscale: #3D3D3D. Windows color (decimal): -15119022 or 5393689. OLE color: 5393689.
HSL color Cylindrical-coordinate representation of color #194D52: hue angle of 185.26º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #194D52 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 77 | 82 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.68 |
| HSL | 185.26º | 0.53% | 0.21% | - |
| HSV(B) | 185.26º | 0.7% | 0.32% | - |
| XYZ | 4.58 | 6.12 | 8.92 | - |
| YUV | 62.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 82 | 0.70 | 0.06 | 0 | 0.68 | 185.26 | 0.53 | 0.21 |
| Hex | 19 | 4D | 52 | 46 | 6 | 0 | 44 | B9 | 35 | 15 |
| Octal | 31 | 115 | 122 | 106 | 6 | 0 | 104 | 271 | 65 | 25 |
| Binary | 11001 | 1001101 | 1010010 | 1000110 | 110 | 0 | 1000100 | 10111001 | 110101 | 10101 |
Color Harmonies of #194D52
Complementary color
Monochromatic Colors of #194D52
Black with #194D52
Text Example
Text Example
White with #194D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D52; }
p { color: rgb(25,77,82); }
H1.HeaderClassName
{
color: #194D52;
}
.AnyTagClassName
{
color: #194D52;
}
</style>
background-color css
<style>
a { background-color: #194D52; }
a { background-color: rgb(25,77,82); }
div.DivClassName
{
background-color: #194D52;
}
.BgClassName
{
background-color: #194D52;
}
</style>
border-color css
<style>
span { border-color: #194D52; }
span { border-color: rgb(25,77,82); }
td.TdClassName
{
border-color: #194D52;
}
.TagClassName
{
border-color: #194D52;
}
</style>