Shades of Tiber #144149
Tints of Tiber #144149
RGB
CMYK
RGB Variations
Color information
#144149 (or 0x144149) is known color: Tiber. HEX triplet: 14, 41 and 49. RGB value is (20,65,73). Sum of RGB (Red+Green+Blue) = 20+65+73=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #144149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144149 is #EBBEB6. Grayscale: #343434. Windows color (decimal): -15449783 or 4800788. OLE color: 4800788.
HSL color Cylindrical-coordinate representation of color #144149: hue angle of 189.06º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144149 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 65 | 73 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.71 |
| HSL | 189.06º | 0.57% | 0.18% | - |
| HSV(B) | 189.06º | 0.73% | 0.29% | - |
| XYZ | 3.38 | 4.41 | 6.98 | - |
| YUV | 52.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 73 | 0.73 | 0.11 | 0 | 0.71 | 189.06 | 0.57 | 0.18 |
| Hex | 14 | 41 | 49 | 49 | B | 0 | 47 | BD | 39 | 12 |
| Octal | 24 | 101 | 111 | 111 | 13 | 0 | 107 | 275 | 71 | 22 |
| Binary | 10100 | 1000001 | 1001001 | 1001001 | 1011 | 0 | 1000111 | 10111101 | 111001 | 10010 |
Color Harmonies of #144149
Complementary color
Monochromatic Colors of #144149
Black with #144149
Text Example
Text Example
White with #144149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144149; }
p { color: rgb(20,65,73); }
H1.HeaderClassName
{
color: #144149;
}
.AnyTagClassName
{
color: #144149;
}
</style>
background-color css
<style>
a { background-color: #144149; }
a { background-color: rgb(20,65,73); }
div.DivClassName
{
background-color: #144149;
}
.BgClassName
{
background-color: #144149;
}
</style>
border-color css
<style>
span { border-color: #144149; }
span { border-color: rgb(20,65,73); }
td.TdClassName
{
border-color: #144149;
}
.TagClassName
{
border-color: #144149;
}
</style>