Shades of Tiber #133F45
Tints of Tiber #133F45
RGB
CMYK
RGB Variations
Color information
#133F45 (or 0x133F45) is known color: Tiber. HEX triplet: 13, 3F and 45. RGB value is (19,63,69). Sum of RGB (Red+Green+Blue) = 19+63+69=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 69 - color contains mainly: blue. Hex color #133F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F45 is #ECC0BA. Grayscale: #323232. Windows color (decimal): -15515835 or 4538131. OLE color: 4538131.
HSL color Cylindrical-coordinate representation of color #133F45: hue angle of 187.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133F45 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 63 | 69 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.73 |
| HSL | 187.2º | 0.57% | 0.17% | - |
| HSV(B) | 187.2º | 0.72% | 0.27% | - |
| XYZ | 3.12 | 4.12 | 6.26 | - |
| YUV | 50.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 69 | 0.72 | 0.09 | 0 | 0.73 | 187.2 | 0.57 | 0.17 |
| Hex | 13 | 3F | 45 | 48 | 9 | 0 | 49 | BB | 39 | 11 |
| Octal | 23 | 77 | 105 | 110 | 11 | 0 | 111 | 273 | 71 | 21 |
| Binary | 10011 | 111111 | 1000101 | 1001000 | 1001 | 0 | 1001001 | 10111011 | 111001 | 10001 |
Color Harmonies of #133F45
Complementary color
Monochromatic Colors of #133F45
Black with #133F45
Text Example
Text Example
White with #133F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F45; }
p { color: rgb(19,63,69); }
H1.HeaderClassName
{
color: #133F45;
}
.AnyTagClassName
{
color: #133F45;
}
</style>
background-color css
<style>
a { background-color: #133F45; }
a { background-color: rgb(19,63,69); }
div.DivClassName
{
background-color: #133F45;
}
.BgClassName
{
background-color: #133F45;
}
</style>
border-color css
<style>
span { border-color: #133F45; }
span { border-color: rgb(19,63,69); }
td.TdClassName
{
border-color: #133F45;
}
.TagClassName
{
border-color: #133F45;
}
</style>