Shades of Tiber #194348
Tints of Tiber #194348
RGB
CMYK
RGB Variations
Color information
#194348 (or 0x194348) is known color: Tiber. HEX triplet: 19, 43 and 48. RGB value is (25,67,72). Sum of RGB (Red+Green+Blue) = 25+67+72=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #194348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194348 is #E6BCB7. Grayscale: #363636. Windows color (decimal): -15121592 or 4735769. OLE color: 4735769.
HSL color Cylindrical-coordinate representation of color #194348: hue angle of 186.38º 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 #194348 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 67 | 72 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.72 |
| HSL | 186.38º | 0.48% | 0.19% | - |
| HSV(B) | 186.38º | 0.65% | 0.28% | - |
| XYZ | 3.58 | 4.69 | 6.85 | - |
| YUV | 55.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 72 | 0.65 | 0.07 | 0 | 0.72 | 186.38 | 0.48 | 0.19 |
| Hex | 19 | 43 | 48 | 41 | 7 | 0 | 48 | BA | 30 | 13 |
| Octal | 31 | 103 | 110 | 101 | 7 | 0 | 110 | 272 | 60 | 23 |
| Binary | 11001 | 1000011 | 1001000 | 1000001 | 111 | 0 | 1001000 | 10111010 | 110000 | 10011 |
Color Harmonies of #194348
Complementary color
Monochromatic Colors of #194348
Black with #194348
Text Example
Text Example
White with #194348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194348; }
p { color: rgb(25,67,72); }
H1.HeaderClassName
{
color: #194348;
}
.AnyTagClassName
{
color: #194348;
}
</style>
background-color css
<style>
a { background-color: #194348; }
a { background-color: rgb(25,67,72); }
div.DivClassName
{
background-color: #194348;
}
.BgClassName
{
background-color: #194348;
}
</style>
border-color css
<style>
span { border-color: #194348; }
span { border-color: rgb(25,67,72); }
td.TdClassName
{
border-color: #194348;
}
.TagClassName
{
border-color: #194348;
}
</style>