Shades of Tiber #1B504D
Tints of Tiber #1B504D
RGB
CMYK
RGB Variations
Color information
#1B504D (or 0x1B504D) is known color: Tiber. HEX triplet: 1B, 50 and 4D. RGB value is (27,80,77). Sum of RGB (Red+Green+Blue) = 27+80+77=184 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.67% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #1B504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B504D is #E4AFB2. Grayscale: #3F3F3F. Windows color (decimal): -14987187 or 5066779. OLE color: 5066779.
HSL color Cylindrical-coordinate representation of color #1B504D: hue angle of 176.6º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B504D is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 80 | 77 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.69 |
| HSL | 176.6º | 0.5% | 0.21% | - |
| HSV(B) | 176.6º | 0.66% | 0.31% | - |
| XYZ | 4.66 | 6.51 | 8.03 | - |
| YUV | 63.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 77 | 0.66 | 0 | 0.04 | 0.69 | 176.6 | 0.5 | 0.21 |
| Hex | 1B | 50 | 4D | 42 | 0 | 4 | 45 | B1 | 32 | 15 |
| Octal | 33 | 120 | 115 | 102 | 0 | 4 | 105 | 261 | 62 | 25 |
| Binary | 11011 | 1010000 | 1001101 | 1000010 | 0 | 100 | 1000101 | 10110001 | 110010 | 10101 |
Color Harmonies of #1B504D
Complementary color
Monochromatic Colors of #1B504D
Black with #1B504D
Text Example
Text Example
White with #1B504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B504D; }
p { color: rgb(27,80,77); }
H1.HeaderClassName
{
color: #1B504D;
}
.AnyTagClassName
{
color: #1B504D;
}
</style>
background-color css
<style>
a { background-color: #1B504D; }
a { background-color: rgb(27,80,77); }
div.DivClassName
{
background-color: #1B504D;
}
.BgClassName
{
background-color: #1B504D;
}
</style>
border-color css
<style>
span { border-color: #1B504D; }
span { border-color: rgb(27,80,77); }
td.TdClassName
{
border-color: #1B504D;
}
.TagClassName
{
border-color: #1B504D;
}
</style>