Shades of Tiber #144247
Tints of Tiber #144247
RGB
CMYK
RGB Variations
Color information
#144247 (or 0x144247) is known color: Tiber. HEX triplet: 14, 42 and 47. RGB value is (20,66,71). Sum of RGB (Red+Green+Blue) = 20+66+71=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #144247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144247 is #EBBDB8. Grayscale: #343434. Windows color (decimal): -15449529 or 4669972. OLE color: 4669972.
HSL color Cylindrical-coordinate representation of color #144247: hue angle of 185.88º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144247 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 66 | 71 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.72 |
| HSL | 185.88º | 0.56% | 0.18% | - |
| HSV(B) | 185.88º | 0.72% | 0.28% | - |
| XYZ | 3.37 | 4.5 | 6.65 | - |
| YUV | 52.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 71 | 0.72 | 0.07 | 0 | 0.72 | 185.88 | 0.56 | 0.18 |
| Hex | 14 | 42 | 47 | 48 | 7 | 0 | 48 | BA | 38 | 12 |
| Octal | 24 | 102 | 107 | 110 | 7 | 0 | 110 | 272 | 70 | 22 |
| Binary | 10100 | 1000010 | 1000111 | 1001000 | 111 | 0 | 1001000 | 10111010 | 111000 | 10010 |
Color Harmonies of #144247
Complementary color
Monochromatic Colors of #144247
Black with #144247
Text Example
Text Example
White with #144247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144247; }
p { color: rgb(20,66,71); }
H1.HeaderClassName
{
color: #144247;
}
.AnyTagClassName
{
color: #144247;
}
</style>
background-color css
<style>
a { background-color: #144247; }
a { background-color: rgb(20,66,71); }
div.DivClassName
{
background-color: #144247;
}
.BgClassName
{
background-color: #144247;
}
</style>
border-color css
<style>
span { border-color: #144247; }
span { border-color: rgb(20,66,71); }
td.TdClassName
{
border-color: #144247;
}
.TagClassName
{
border-color: #144247;
}
</style>