Shades of Tiber #133A39
Tints of Tiber #133A39
RGB
CMYK
RGB Variations
Color information
#133A39 (or 0x133A39) is known color: Tiber. HEX triplet: 13, 3A and 39. RGB value is (19,58,57). Sum of RGB (Red+Green+Blue) = 19+58+57=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #133A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A39 is #ECC5C6. Grayscale: #2E2E2E. Windows color (decimal): -15517127 or 3750419. OLE color: 3750419.
HSL color Cylindrical-coordinate representation of color #133A39: hue angle of 178.46º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A39 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 58 | 57 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.77 |
| HSL | 178.46º | 0.51% | 0.15% | - |
| HSV(B) | 178.46º | 0.67% | 0.23% | - |
| XYZ | 2.52 | 3.46 | 4.41 | - |
| YUV | 46.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 57 | 0.67 | 0 | 0.02 | 0.77 | 178.46 | 0.51 | 0.15 |
| Hex | 13 | 3A | 39 | 43 | 0 | 2 | 4D | B2 | 33 | F |
| Octal | 23 | 72 | 71 | 103 | 0 | 2 | 115 | 262 | 63 | 17 |
| Binary | 10011 | 111010 | 111001 | 1000011 | 0 | 10 | 1001101 | 10110010 | 110011 | 1111 |
Color Harmonies of #133A39
Complementary color
Monochromatic Colors of #133A39
Black with #133A39
Text Example
Text Example
White with #133A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A39; }
p { color: rgb(19,58,57); }
H1.HeaderClassName
{
color: #133A39;
}
.AnyTagClassName
{
color: #133A39;
}
</style>
background-color css
<style>
a { background-color: #133A39; }
a { background-color: rgb(19,58,57); }
div.DivClassName
{
background-color: #133A39;
}
.BgClassName
{
background-color: #133A39;
}
</style>
border-color css
<style>
span { border-color: #133A39; }
span { border-color: rgb(19,58,57); }
td.TdClassName
{
border-color: #133A39;
}
.TagClassName
{
border-color: #133A39;
}
</style>