Shades of Tiber #14444E
Tints of Tiber #14444E
RGB
CMYK
RGB Variations
Color information
#14444E (or 0x14444E) is known color: Tiber. HEX triplet: 14, 44 and 4E. RGB value is (20,68,78). Sum of RGB (Red+Green+Blue) = 20+68+78=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #14444E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14444E is #EBBBB1. Grayscale: #363636. Windows color (decimal): -15449010 or 5129236. OLE color: 5129236.
HSL color Cylindrical-coordinate representation of color #14444E: hue angle of 190.34º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14444E is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 68 | 78 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.69 |
| HSL | 190.34º | 0.59% | 0.19% | - |
| HSV(B) | 190.34º | 0.74% | 0.31% | - |
| XYZ | 3.73 | 4.83 | 7.94 | - |
| YUV | 54.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 78 | 0.74 | 0.13 | 0 | 0.69 | 190.34 | 0.59 | 0.19 |
| Hex | 14 | 44 | 4E | 4A | D | 0 | 45 | BE | 3B | 13 |
| Octal | 24 | 104 | 116 | 112 | 15 | 0 | 105 | 276 | 73 | 23 |
| Binary | 10100 | 1000100 | 1001110 | 1001010 | 1101 | 0 | 1000101 | 10111110 | 111011 | 10011 |
Color Harmonies of #14444E
Complementary color
Monochromatic Colors of #14444E
Black with #14444E
Text Example
Text Example
White with #14444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14444E; }
p { color: rgb(20,68,78); }
H1.HeaderClassName
{
color: #14444E;
}
.AnyTagClassName
{
color: #14444E;
}
</style>
background-color css
<style>
a { background-color: #14444E; }
a { background-color: rgb(20,68,78); }
div.DivClassName
{
background-color: #14444E;
}
.BgClassName
{
background-color: #14444E;
}
</style>
border-color css
<style>
span { border-color: #14444E; }
span { border-color: rgb(20,68,78); }
td.TdClassName
{
border-color: #14444E;
}
.TagClassName
{
border-color: #14444E;
}
</style>