Shades of Tiber #1E4844
Tints of Tiber #1E4844
RGB
CMYK
RGB Variations
Color information
#1E4844 (or 0x1E4844) is known color: Tiber. HEX triplet: 1E, 48 and 44. RGB value is (30,72,68). Sum of RGB (Red+Green+Blue) = 30+72+68=170 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.65% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #1E4844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4844 is #E1B7BB. Grayscale: #3A3A3A. Windows color (decimal): -14792636 or 4474910. OLE color: 4474910.
HSL color Cylindrical-coordinate representation of color #1E4844: hue angle of 174.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E4844 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 72 | 68 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.72 |
| HSL | 174.29º | 0.41% | 0.2% | - |
| HSV(B) | 174.29º | 0.58% | 0.28% | - |
| XYZ | 3.9 | 5.33 | 6.29 | - |
| YUV | 58.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 72 | 68 | 0.58 | 0 | 0.06 | 0.72 | 174.29 | 0.41 | 0.2 |
| Hex | 1E | 48 | 44 | 3A | 0 | 6 | 48 | AE | 29 | 14 |
| Octal | 36 | 110 | 104 | 72 | 0 | 6 | 110 | 256 | 51 | 24 |
| Binary | 11110 | 1001000 | 1000100 | 111010 | 0 | 110 | 1001000 | 10101110 | 101001 | 10100 |
Color Harmonies of #1E4844
Complementary color
Monochromatic Colors of #1E4844
Black with #1E4844
Text Example
Text Example
White with #1E4844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4844; }
p { color: rgb(30,72,68); }
H1.HeaderClassName
{
color: #1E4844;
}
.AnyTagClassName
{
color: #1E4844;
}
</style>
background-color css
<style>
a { background-color: #1E4844; }
a { background-color: rgb(30,72,68); }
div.DivClassName
{
background-color: #1E4844;
}
.BgClassName
{
background-color: #1E4844;
}
</style>
border-color css
<style>
span { border-color: #1E4844; }
span { border-color: rgb(30,72,68); }
td.TdClassName
{
border-color: #1E4844;
}
.TagClassName
{
border-color: #1E4844;
}
</style>