Shades of Tiber #133F49
Tints of Tiber #133F49
RGB
CMYK
RGB Variations
Color information
#133F49 (or 0x133F49) is known color: Tiber. HEX triplet: 13, 3F and 49. RGB value is (19,63,73). Sum of RGB (Red+Green+Blue) = 19+63+73=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #133F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F49 is #ECC0B6. Grayscale: #323232. Windows color (decimal): -15515831 or 4800275. OLE color: 4800275.
HSL color Cylindrical-coordinate representation of color #133F49: hue angle of 191.11º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133F49 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 63 | 73 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.71 |
| HSL | 191.11º | 0.59% | 0.18% | - |
| HSV(B) | 191.11º | 0.74% | 0.29% | - |
| XYZ | 3.25 | 4.17 | 6.94 | - |
| YUV | 50.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 73 | 0.74 | 0.14 | 0 | 0.71 | 191.11 | 0.59 | 0.18 |
| Hex | 13 | 3F | 49 | 4A | E | 0 | 47 | BF | 3B | 12 |
| Octal | 23 | 77 | 111 | 112 | 16 | 0 | 107 | 277 | 73 | 22 |
| Binary | 10011 | 111111 | 1001001 | 1001010 | 1110 | 0 | 1000111 | 10111111 | 111011 | 10010 |
Color Harmonies of #133F49
Complementary color
Monochromatic Colors of #133F49
Black with #133F49
Text Example
Text Example
White with #133F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F49; }
p { color: rgb(19,63,73); }
H1.HeaderClassName
{
color: #133F49;
}
.AnyTagClassName
{
color: #133F49;
}
</style>
background-color css
<style>
a { background-color: #133F49; }
a { background-color: rgb(19,63,73); }
div.DivClassName
{
background-color: #133F49;
}
.BgClassName
{
background-color: #133F49;
}
</style>
border-color css
<style>
span { border-color: #133F49; }
span { border-color: rgb(19,63,73); }
td.TdClassName
{
border-color: #133F49;
}
.TagClassName
{
border-color: #133F49;
}
</style>