Shades of Tiber #133F47
Tints of Tiber #133F47
RGB
CMYK
RGB Variations
Color information
#133F47 (or 0x133F47) is known color: Tiber. HEX triplet: 13, 3F and 47. RGB value is (19,63,71). Sum of RGB (Red+Green+Blue) = 19+63+71=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #133F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F47 is #ECC0B8. Grayscale: #323232. Windows color (decimal): -15515833 or 4669203. OLE color: 4669203.
HSL color Cylindrical-coordinate representation of color #133F47: hue angle of 189.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #133F47 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 63 | 71 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.72 |
| HSL | 189.23º | 0.58% | 0.18% | - |
| HSV(B) | 189.23º | 0.73% | 0.28% | - |
| XYZ | 3.18 | 4.15 | 6.59 | - |
| YUV | 50.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 71 | 0.73 | 0.11 | 0 | 0.72 | 189.23 | 0.58 | 0.18 |
| Hex | 13 | 3F | 47 | 49 | B | 0 | 48 | BD | 3A | 12 |
| Octal | 23 | 77 | 107 | 111 | 13 | 0 | 110 | 275 | 72 | 22 |
| Binary | 10011 | 111111 | 1000111 | 1001001 | 1011 | 0 | 1001000 | 10111101 | 111010 | 10010 |
Color Harmonies of #133F47
Complementary color
Monochromatic Colors of #133F47
Black with #133F47
Text Example
Text Example
White with #133F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F47; }
p { color: rgb(19,63,71); }
H1.HeaderClassName
{
color: #133F47;
}
.AnyTagClassName
{
color: #133F47;
}
</style>
background-color css
<style>
a { background-color: #133F47; }
a { background-color: rgb(19,63,71); }
div.DivClassName
{
background-color: #133F47;
}
.BgClassName
{
background-color: #133F47;
}
</style>
border-color css
<style>
span { border-color: #133F47; }
span { border-color: rgb(19,63,71); }
td.TdClassName
{
border-color: #133F47;
}
.TagClassName
{
border-color: #133F47;
}
</style>