Shades of Tiber #1A5051
Tints of Tiber #1A5051
RGB
CMYK
RGB Variations
Color information
#1A5051 (or 0x1A5051) is known color: Tiber. HEX triplet: 1A, 50 and 51. RGB value is (26,80,81). Sum of RGB (Red+Green+Blue) = 26+80+81=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A5051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5051 is #E5AFAE. Grayscale: #3F3F3F. Windows color (decimal): -15052719 or 5328922. OLE color: 5328922.
HSL color Cylindrical-coordinate representation of color #1A5051: hue angle of 181.09º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A5051 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 80 | 81 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.68 |
| HSL | 181.09º | 0.51% | 0.21% | - |
| HSV(B) | 181.09º | 0.68% | 0.32% | - |
| XYZ | 4.78 | 6.55 | 8.8 | - |
| YUV | 63.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 81 | 0.68 | 0.01 | 0 | 0.68 | 181.09 | 0.51 | 0.21 |
| Hex | 1A | 50 | 51 | 44 | 1 | 0 | 44 | B5 | 33 | 15 |
| Octal | 32 | 120 | 121 | 104 | 1 | 0 | 104 | 265 | 63 | 25 |
| Binary | 11010 | 1010000 | 1010001 | 1000100 | 1 | 0 | 1000100 | 10110101 | 110011 | 10101 |
Color Harmonies of #1A5051
Complementary color
Monochromatic Colors of #1A5051
Black with #1A5051
Text Example
Text Example
White with #1A5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5051; }
p { color: rgb(26,80,81); }
H1.HeaderClassName
{
color: #1A5051;
}
.AnyTagClassName
{
color: #1A5051;
}
</style>
background-color css
<style>
a { background-color: #1A5051; }
a { background-color: rgb(26,80,81); }
div.DivClassName
{
background-color: #1A5051;
}
.BgClassName
{
background-color: #1A5051;
}
</style>
border-color css
<style>
span { border-color: #1A5051; }
span { border-color: rgb(26,80,81); }
td.TdClassName
{
border-color: #1A5051;
}
.TagClassName
{
border-color: #1A5051;
}
</style>