Shades of Tiber #193F42
Tints of Tiber #193F42
RGB
CMYK
RGB Variations
Color information
#193F42 (or 0x193F42) is known color: Tiber. HEX triplet: 19, 3F and 42. RGB value is (25,63,66). Sum of RGB (Red+Green+Blue) = 25+63+66=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 66 - color contains mainly: blue. Hex color #193F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193F42 is #E6C0BD. Grayscale: #333333. Windows color (decimal): -15122622 or 4341529. OLE color: 4341529.
HSL color Cylindrical-coordinate representation of color #193F42: hue angle of 184.39º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #193F42 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 63 | 66 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.74 |
| HSL | 184.39º | 0.45% | 0.18% | - |
| HSV(B) | 184.39º | 0.62% | 0.26% | - |
| XYZ | 3.16 | 4.16 | 5.79 | - |
| YUV | 51.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 66 | 0.62 | 0.05 | 0 | 0.74 | 184.39 | 0.45 | 0.18 |
| Hex | 19 | 3F | 42 | 3E | 5 | 0 | 4A | B8 | 2D | 12 |
| Octal | 31 | 77 | 102 | 76 | 5 | 0 | 112 | 270 | 55 | 22 |
| Binary | 11001 | 111111 | 1000010 | 111110 | 101 | 0 | 1001010 | 10111000 | 101101 | 10010 |
Color Harmonies of #193F42
Complementary color
Monochromatic Colors of #193F42
Black with #193F42
Text Example
Text Example
White with #193F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F42; }
p { color: rgb(25,63,66); }
H1.HeaderClassName
{
color: #193F42;
}
.AnyTagClassName
{
color: #193F42;
}
</style>
background-color css
<style>
a { background-color: #193F42; }
a { background-color: rgb(25,63,66); }
div.DivClassName
{
background-color: #193F42;
}
.BgClassName
{
background-color: #193F42;
}
</style>
border-color css
<style>
span { border-color: #193F42; }
span { border-color: rgb(25,63,66); }
td.TdClassName
{
border-color: #193F42;
}
.TagClassName
{
border-color: #193F42;
}
</style>