Shades of Tiber #194748
Tints of Tiber #194748
RGB
CMYK
RGB Variations
Color information
#194748 (or 0x194748) is known color: Tiber. HEX triplet: 19, 47 and 48. RGB value is (25,71,72). Sum of RGB (Red+Green+Blue) = 25+71+72=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #194748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194748 is #E6B8B7. Grayscale: #393939. Windows color (decimal): -15120568 or 4736793. OLE color: 4736793.
HSL color Cylindrical-coordinate representation of color #194748: hue angle of 181.28º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194748 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 71 | 72 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.72 |
| HSL | 181.28º | 0.48% | 0.19% | - |
| HSV(B) | 181.28º | 0.65% | 0.28% | - |
| XYZ | 3.82 | 5.18 | 6.93 | - |
| YUV | 57.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 72 | 0.65 | 0.01 | 0 | 0.72 | 181.28 | 0.48 | 0.19 |
| Hex | 19 | 47 | 48 | 41 | 1 | 0 | 48 | B5 | 30 | 13 |
| Octal | 31 | 107 | 110 | 101 | 1 | 0 | 110 | 265 | 60 | 23 |
| Binary | 11001 | 1000111 | 1001000 | 1000001 | 1 | 0 | 1001000 | 10110101 | 110000 | 10011 |
Color Harmonies of #194748
Complementary color
Monochromatic Colors of #194748
Black with #194748
Text Example
Text Example
White with #194748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194748; }
p { color: rgb(25,71,72); }
H1.HeaderClassName
{
color: #194748;
}
.AnyTagClassName
{
color: #194748;
}
</style>
background-color css
<style>
a { background-color: #194748; }
a { background-color: rgb(25,71,72); }
div.DivClassName
{
background-color: #194748;
}
.BgClassName
{
background-color: #194748;
}
</style>
border-color css
<style>
span { border-color: #194748; }
span { border-color: rgb(25,71,72); }
td.TdClassName
{
border-color: #194748;
}
.TagClassName
{
border-color: #194748;
}
</style>