Shades of Tiber #194649
Tints of Tiber #194649
RGB
CMYK
RGB Variations
Color information
#194649 (or 0x194649) is known color: Tiber. HEX triplet: 19, 46 and 49. RGB value is (25,70,73). Sum of RGB (Red+Green+Blue) = 25+70+73=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #194649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194649 is #E6B9B6. Grayscale: #383838. Windows color (decimal): -15120823 or 4802073. OLE color: 4802073.
HSL color Cylindrical-coordinate representation of color #194649: hue angle of 183.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194649 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 70 | 73 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.71 |
| HSL | 183.75º | 0.49% | 0.19% | - |
| HSV(B) | 183.75º | 0.66% | 0.29% | - |
| XYZ | 3.79 | 5.07 | 7.08 | - |
| YUV | 56.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 73 | 0.66 | 0.04 | 0 | 0.71 | 183.75 | 0.49 | 0.19 |
| Hex | 19 | 46 | 49 | 42 | 4 | 0 | 47 | B8 | 31 | 13 |
| Octal | 31 | 106 | 111 | 102 | 4 | 0 | 107 | 270 | 61 | 23 |
| Binary | 11001 | 1000110 | 1001001 | 1000010 | 100 | 0 | 1000111 | 10111000 | 110001 | 10011 |
Color Harmonies of #194649
Complementary color
Monochromatic Colors of #194649
Black with #194649
Text Example
Text Example
White with #194649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194649; }
p { color: rgb(25,70,73); }
H1.HeaderClassName
{
color: #194649;
}
.AnyTagClassName
{
color: #194649;
}
</style>
background-color css
<style>
a { background-color: #194649; }
a { background-color: rgb(25,70,73); }
div.DivClassName
{
background-color: #194649;
}
.BgClassName
{
background-color: #194649;
}
</style>
border-color css
<style>
span { border-color: #194649; }
span { border-color: rgb(25,70,73); }
td.TdClassName
{
border-color: #194649;
}
.TagClassName
{
border-color: #194649;
}
</style>