Shades of Tiber #1E4146
Tints of Tiber #1E4146
RGB
CMYK
RGB Variations
Color information
#1E4146 (or 0x1E4146) is known color: Tiber. HEX triplet: 1E, 41 and 46. RGB value is (30,65,70). Sum of RGB (Red+Green+Blue) = 30+65+70=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E4146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4146 is #E1BEB9. Grayscale: #373737. Windows color (decimal): -14794426 or 4604190. OLE color: 4604190.
HSL color Cylindrical-coordinate representation of color #1E4146: hue angle of 187.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E4146 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 65 | 70 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.73 |
| HSL | 187.5º | 0.4% | 0.2% | - |
| HSV(B) | 187.5º | 0.57% | 0.27% | - |
| XYZ | 3.53 | 4.5 | 6.48 | - |
| YUV | 55.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 70 | 0.57 | 0.07 | 0 | 0.73 | 187.5 | 0.4 | 0.2 |
| Hex | 1E | 41 | 46 | 39 | 7 | 0 | 49 | BC | 28 | 14 |
| Octal | 36 | 101 | 106 | 71 | 7 | 0 | 111 | 274 | 50 | 24 |
| Binary | 11110 | 1000001 | 1000110 | 111001 | 111 | 0 | 1001001 | 10111100 | 101000 | 10100 |
Color Harmonies of #1E4146
Complementary color
Monochromatic Colors of #1E4146
Black with #1E4146
Text Example
Text Example
White with #1E4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4146; }
p { color: rgb(30,65,70); }
H1.HeaderClassName
{
color: #1E4146;
}
.AnyTagClassName
{
color: #1E4146;
}
</style>
background-color css
<style>
a { background-color: #1E4146; }
a { background-color: rgb(30,65,70); }
div.DivClassName
{
background-color: #1E4146;
}
.BgClassName
{
background-color: #1E4146;
}
</style>
border-color css
<style>
span { border-color: #1E4146; }
span { border-color: rgb(30,65,70); }
td.TdClassName
{
border-color: #1E4146;
}
.TagClassName
{
border-color: #1E4146;
}
</style>