Shades of Tiber #1E514B
Tints of Tiber #1E514B
RGB
CMYK
RGB Variations
Color information
#1E514B (or 0x1E514B) is known color: Tiber. HEX triplet: 1E, 51 and 4B. RGB value is (30,81,75). Sum of RGB (Red+Green+Blue) = 30+81+75=186 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.13% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #1E514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E514B is #E1AEB4. Grayscale: #414141. Windows color (decimal): -14790325 or 4935966. OLE color: 4935966.
HSL color Cylindrical-coordinate representation of color #1E514B: hue angle of 172.94º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E514B is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 81 | 75 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.68 |
| HSL | 172.94º | 0.46% | 0.22% | - |
| HSV(B) | 172.94º | 0.63% | 0.32% | - |
| XYZ | 4.75 | 6.67 | 7.69 | - |
| YUV | 65.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 75 | 0.63 | 0 | 0.07 | 0.68 | 172.94 | 0.46 | 0.22 |
| Hex | 1E | 51 | 4B | 3F | 0 | 7 | 44 | AD | 2E | 16 |
| Octal | 36 | 121 | 113 | 77 | 0 | 7 | 104 | 255 | 56 | 26 |
| Binary | 11110 | 1010001 | 1001011 | 111111 | 0 | 111 | 1000100 | 10101101 | 101110 | 10110 |
Color Harmonies of #1E514B
Complementary color
Monochromatic Colors of #1E514B
Black with #1E514B
Text Example
Text Example
White with #1E514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E514B; }
p { color: rgb(30,81,75); }
H1.HeaderClassName
{
color: #1E514B;
}
.AnyTagClassName
{
color: #1E514B;
}
</style>
background-color css
<style>
a { background-color: #1E514B; }
a { background-color: rgb(30,81,75); }
div.DivClassName
{
background-color: #1E514B;
}
.BgClassName
{
background-color: #1E514B;
}
</style>
border-color css
<style>
span { border-color: #1E514B; }
span { border-color: rgb(30,81,75); }
td.TdClassName
{
border-color: #1E514B;
}
.TagClassName
{
border-color: #1E514B;
}
</style>