Shades of Tiber #134044
Tints of Tiber #134044
RGB
CMYK
RGB Variations
Color information
#134044 (or 0x134044) is known color: Tiber. HEX triplet: 13, 40 and 44. RGB value is (19,64,68). Sum of RGB (Red+Green+Blue) = 19+64+68=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 68 - color contains mainly: blue. Hex color #134044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134044 is #ECBFBB. Grayscale: #323232. Windows color (decimal): -15515580 or 4472851. OLE color: 4472851.
HSL color Cylindrical-coordinate representation of color #134044: hue angle of 184.9º degrees, saturation: 0.56, 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 #134044 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 64 | 68 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.73 |
| HSL | 184.9º | 0.56% | 0.17% | - |
| HSV(B) | 184.9º | 0.72% | 0.27% | - |
| XYZ | 3.15 | 4.22 | 6.12 | - |
| YUV | 51 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 68 | 0.72 | 0.06 | 0 | 0.73 | 184.9 | 0.56 | 0.17 |
| Hex | 13 | 40 | 44 | 48 | 6 | 0 | 49 | B9 | 38 | 11 |
| Octal | 23 | 100 | 104 | 110 | 6 | 0 | 111 | 271 | 70 | 21 |
| Binary | 10011 | 1000000 | 1000100 | 1001000 | 110 | 0 | 1001001 | 10111001 | 111000 | 10001 |
Color Harmonies of #134044
Complementary color
Monochromatic Colors of #134044
Black with #134044
Text Example
Text Example
White with #134044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134044; }
p { color: rgb(19,64,68); }
H1.HeaderClassName
{
color: #134044;
}
.AnyTagClassName
{
color: #134044;
}
</style>
background-color css
<style>
a { background-color: #134044; }
a { background-color: rgb(19,64,68); }
div.DivClassName
{
background-color: #134044;
}
.BgClassName
{
background-color: #134044;
}
</style>
border-color css
<style>
span { border-color: #134044; }
span { border-color: rgb(19,64,68); }
td.TdClassName
{
border-color: #134044;
}
.TagClassName
{
border-color: #134044;
}
</style>