Shades of Tiber #194B4B
Tints of Tiber #194B4B
RGB
CMYK
RGB Variations
Color information
#194B4B (or 0x194B4B) is known color: Tiber. HEX triplet: 19, 4B and 4B. RGB value is (25,75,75). Sum of RGB (Red+Green+Blue) = 25+75+75=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #194B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B4B is #E6B4B4. Grayscale: #3C3C3C. Windows color (decimal): -15119541 or 4934425. OLE color: 4934425.
HSL color Cylindrical-coordinate representation of color #194B4B: hue angle of 180º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194B4B is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 75 | - |
| CMYK | 0.67 | 0 | 0 | 0.71 |
| HSL | 180º | 0.5% | 0.2% | - |
| HSV(B) | 180º | 0.67% | 0.29% | - |
| XYZ | 4.19 | 5.75 | 7.55 | - |
| YUV | 60.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 75 | 0.67 | 0 | 0 | 0.71 | 180 | 0.5 | 0.2 |
| Hex | 19 | 4B | 4B | 43 | 0 | 0 | 47 | B4 | 32 | 14 |
| Octal | 31 | 113 | 113 | 103 | 0 | 0 | 107 | 264 | 62 | 24 |
| Binary | 11001 | 1001011 | 1001011 | 1000011 | 0 | 0 | 1000111 | 10110100 | 110010 | 10100 |
Color Harmonies of #194B4B
Complementary color
Monochromatic Colors of #194B4B
Black with #194B4B
Text Example
Text Example
White with #194B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B4B; }
p { color: rgb(25,75,75); }
H1.HeaderClassName
{
color: #194B4B;
}
.AnyTagClassName
{
color: #194B4B;
}
</style>
background-color css
<style>
a { background-color: #194B4B; }
a { background-color: rgb(25,75,75); }
div.DivClassName
{
background-color: #194B4B;
}
.BgClassName
{
background-color: #194B4B;
}
</style>
border-color css
<style>
span { border-color: #194B4B; }
span { border-color: rgb(25,75,75); }
td.TdClassName
{
border-color: #194B4B;
}
.TagClassName
{
border-color: #194B4B;
}
</style>