Shades of Tiber #1D514B
Tints of Tiber #1D514B
RGB
CMYK
RGB Variations
Color information
#1D514B (or 0x1D514B) is known color: Tiber. HEX triplet: 1D, 51 and 4B. RGB value is (29,81,75). Sum of RGB (Red+Green+Blue) = 29+81+75=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #1D514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D514B is #E2AEB4. Grayscale: #404040. Windows color (decimal): -14855861 or 4935965. OLE color: 4935965.
HSL color Cylindrical-coordinate representation of color #1D514B: hue angle of 173.08º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D514B is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 81 | 75 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.68 |
| HSL | 173.08º | 0.47% | 0.22% | - |
| HSV(B) | 173.08º | 0.64% | 0.32% | - |
| XYZ | 4.72 | 6.65 | 7.69 | - |
| YUV | 64.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 75 | 0.64 | 0 | 0.07 | 0.68 | 173.08 | 0.47 | 0.22 |
| Hex | 1D | 51 | 4B | 40 | 0 | 7 | 44 | AD | 2F | 16 |
| Octal | 35 | 121 | 113 | 100 | 0 | 7 | 104 | 255 | 57 | 26 |
| Binary | 11101 | 1010001 | 1001011 | 1000000 | 0 | 111 | 1000100 | 10101101 | 101111 | 10110 |
Color Harmonies of #1D514B
Complementary color
Monochromatic Colors of #1D514B
Black with #1D514B
Text Example
Text Example
White with #1D514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D514B; }
p { color: rgb(29,81,75); }
H1.HeaderClassName
{
color: #1D514B;
}
.AnyTagClassName
{
color: #1D514B;
}
</style>
background-color css
<style>
a { background-color: #1D514B; }
a { background-color: rgb(29,81,75); }
div.DivClassName
{
background-color: #1D514B;
}
.BgClassName
{
background-color: #1D514B;
}
</style>
border-color css
<style>
span { border-color: #1D514B; }
span { border-color: rgb(29,81,75); }
td.TdClassName
{
border-color: #1D514B;
}
.TagClassName
{
border-color: #1D514B;
}
</style>