Shades of Tiber #133F41
Tints of Tiber #133F41
RGB
CMYK
RGB Variations
Color information
#133F41 (or 0x133F41) is known color: Tiber. HEX triplet: 13, 3F and 41. RGB value is (19,63,65). Sum of RGB (Red+Green+Blue) = 19+63+65=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #133F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F41 is #ECC0BE. Grayscale: #323232. Windows color (decimal): -15515839 or 4275987. OLE color: 4275987.
HSL color Cylindrical-coordinate representation of color #133F41: hue angle of 182.61º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133F41 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 63 | 65 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.75 |
| HSL | 182.61º | 0.55% | 0.16% | - |
| HSV(B) | 182.61º | 0.71% | 0.25% | - |
| XYZ | 3 | 4.08 | 5.63 | - |
| YUV | 50.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 65 | 0.71 | 0.03 | 0 | 0.75 | 182.61 | 0.55 | 0.16 |
| Hex | 13 | 3F | 41 | 47 | 3 | 0 | 4B | B7 | 37 | 10 |
| Octal | 23 | 77 | 101 | 107 | 3 | 0 | 113 | 267 | 67 | 20 |
| Binary | 10011 | 111111 | 1000001 | 1000111 | 11 | 0 | 1001011 | 10110111 | 110111 | 10000 |
Color Harmonies of #133F41
Complementary color
Monochromatic Colors of #133F41
Black with #133F41
Text Example
Text Example
White with #133F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F41; }
p { color: rgb(19,63,65); }
H1.HeaderClassName
{
color: #133F41;
}
.AnyTagClassName
{
color: #133F41;
}
</style>
background-color css
<style>
a { background-color: #133F41; }
a { background-color: rgb(19,63,65); }
div.DivClassName
{
background-color: #133F41;
}
.BgClassName
{
background-color: #133F41;
}
</style>
border-color css
<style>
span { border-color: #133F41; }
span { border-color: rgb(19,63,65); }
td.TdClassName
{
border-color: #133F41;
}
.TagClassName
{
border-color: #133F41;
}
</style>