Shades of Tiber #1A494D
Tints of Tiber #1A494D
RGB
CMYK
RGB Variations
Color information
#1A494D (or 0x1A494D) is known color: Tiber. HEX triplet: 1A, 49 and 4D. RGB value is (26,73,77). Sum of RGB (Red+Green+Blue) = 26+73+77=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A494D is #E5B6B2. Grayscale: #3B3B3B. Windows color (decimal): -15054515 or 5064986. OLE color: 5064986.
HSL color Cylindrical-coordinate representation of color #1A494D: hue angle of 184.71º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A494D is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 73 | 77 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.70 |
| HSL | 184.71º | 0.5% | 0.2% | - |
| HSV(B) | 184.71º | 0.66% | 0.3% | - |
| XYZ | 4.15 | 5.52 | 7.87 | - |
| YUV | 59.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 77 | 0.66 | 0.05 | 0 | 0.70 | 184.71 | 0.5 | 0.2 |
| Hex | 1A | 49 | 4D | 42 | 5 | 0 | 46 | B9 | 32 | 14 |
| Octal | 32 | 111 | 115 | 102 | 5 | 0 | 106 | 271 | 62 | 24 |
| Binary | 11010 | 1001001 | 1001101 | 1000010 | 101 | 0 | 1000110 | 10111001 | 110010 | 10100 |
Color Harmonies of #1A494D
Complementary color
Monochromatic Colors of #1A494D
Black with #1A494D
Text Example
Text Example
White with #1A494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A494D; }
p { color: rgb(26,73,77); }
H1.HeaderClassName
{
color: #1A494D;
}
.AnyTagClassName
{
color: #1A494D;
}
</style>
background-color css
<style>
a { background-color: #1A494D; }
a { background-color: rgb(26,73,77); }
div.DivClassName
{
background-color: #1A494D;
}
.BgClassName
{
background-color: #1A494D;
}
</style>
border-color css
<style>
span { border-color: #1A494D; }
span { border-color: rgb(26,73,77); }
td.TdClassName
{
border-color: #1A494D;
}
.TagClassName
{
border-color: #1A494D;
}
</style>