Shades of Tiber #14444D
Tints of Tiber #14444D
RGB
CMYK
RGB Variations
Color information
#14444D (or 0x14444D) is known color: Tiber. HEX triplet: 14, 44 and 4D. RGB value is (20,68,77). Sum of RGB (Red+Green+Blue) = 20+68+77=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #14444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14444D is #EBBBB2. Grayscale: #363636. Windows color (decimal): -15449011 or 5063700. OLE color: 5063700.
HSL color Cylindrical-coordinate representation of color #14444D: hue angle of 189.47º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14444D is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 68 | 77 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.70 |
| HSL | 189.47º | 0.59% | 0.19% | - |
| HSV(B) | 189.47º | 0.74% | 0.3% | - |
| XYZ | 3.7 | 4.82 | 7.76 | - |
| YUV | 54.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 77 | 0.74 | 0.12 | 0 | 0.70 | 189.47 | 0.59 | 0.19 |
| Hex | 14 | 44 | 4D | 4A | C | 0 | 46 | BD | 3B | 13 |
| Octal | 24 | 104 | 115 | 112 | 14 | 0 | 106 | 275 | 73 | 23 |
| Binary | 10100 | 1000100 | 1001101 | 1001010 | 1100 | 0 | 1000110 | 10111101 | 111011 | 10011 |
Color Harmonies of #14444D
Complementary color
Monochromatic Colors of #14444D
Black with #14444D
Text Example
Text Example
White with #14444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14444D; }
p { color: rgb(20,68,77); }
H1.HeaderClassName
{
color: #14444D;
}
.AnyTagClassName
{
color: #14444D;
}
</style>
background-color css
<style>
a { background-color: #14444D; }
a { background-color: rgb(20,68,77); }
div.DivClassName
{
background-color: #14444D;
}
.BgClassName
{
background-color: #14444D;
}
</style>
border-color css
<style>
span { border-color: #14444D; }
span { border-color: rgb(20,68,77); }
td.TdClassName
{
border-color: #14444D;
}
.TagClassName
{
border-color: #14444D;
}
</style>