Shades of Tiber #1A494F
Tints of Tiber #1A494F
RGB
CMYK
RGB Variations
Color information
#1A494F (or 0x1A494F) is known color: Tiber. HEX triplet: 1A, 49 and 4F. RGB value is (26,73,79). Sum of RGB (Red+Green+Blue) = 26+73+79=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #1A494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A494F is #E5B6B0. Grayscale: #3B3B3B. Windows color (decimal): -15054513 or 5196058. OLE color: 5196058.
HSL color Cylindrical-coordinate representation of color #1A494F: hue angle of 186.79º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A494F is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 73 | 79 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.69 |
| HSL | 186.79º | 0.5% | 0.21% | - |
| HSV(B) | 186.79º | 0.67% | 0.31% | - |
| XYZ | 4.22 | 5.55 | 8.25 | - |
| YUV | 59.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 79 | 0.67 | 0.08 | 0 | 0.69 | 186.79 | 0.5 | 0.21 |
| Hex | 1A | 49 | 4F | 43 | 8 | 0 | 45 | BB | 32 | 15 |
| Octal | 32 | 111 | 117 | 103 | 10 | 0 | 105 | 273 | 62 | 25 |
| Binary | 11010 | 1001001 | 1001111 | 1000011 | 1000 | 0 | 1000101 | 10111011 | 110010 | 10101 |
Color Harmonies of #1A494F
Complementary color
Monochromatic Colors of #1A494F
Black with #1A494F
Text Example
Text Example
White with #1A494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A494F; }
p { color: rgb(26,73,79); }
H1.HeaderClassName
{
color: #1A494F;
}
.AnyTagClassName
{
color: #1A494F;
}
</style>
background-color css
<style>
a { background-color: #1A494F; }
a { background-color: rgb(26,73,79); }
div.DivClassName
{
background-color: #1A494F;
}
.BgClassName
{
background-color: #1A494F;
}
</style>
border-color css
<style>
span { border-color: #1A494F; }
span { border-color: rgb(26,73,79); }
td.TdClassName
{
border-color: #1A494F;
}
.TagClassName
{
border-color: #1A494F;
}
</style>