Shades of Tiber #1A474D
Tints of Tiber #1A474D
RGB
CMYK
RGB Variations
Color information
#1A474D (or 0x1A474D) is known color: Tiber. HEX triplet: 1A, 47 and 4D. RGB value is (26,71,77). Sum of RGB (Red+Green+Blue) = 26+71+77=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A474D is #E5B8B2. Grayscale: #3A3A3A. Windows color (decimal): -15055027 or 5064474. OLE color: 5064474.
HSL color Cylindrical-coordinate representation of color #1A474D: hue angle of 187.06º 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 #1A474D is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 71 | 77 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.70 |
| HSL | 187.06º | 0.5% | 0.2% | - |
| HSV(B) | 187.06º | 0.66% | 0.3% | - |
| XYZ | 4.02 | 5.26 | 7.83 | - |
| YUV | 58.23 | 138.59 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 77 | 0.66 | 0.08 | 0 | 0.70 | 187.06 | 0.5 | 0.2 |
| Hex | 1A | 47 | 4D | 42 | 8 | 0 | 46 | BB | 32 | 14 |
| Octal | 32 | 107 | 115 | 102 | 10 | 0 | 106 | 273 | 62 | 24 |
| Binary | 11010 | 1000111 | 1001101 | 1000010 | 1000 | 0 | 1000110 | 10111011 | 110010 | 10100 |
Color Harmonies of #1A474D
Complementary color
Monochromatic Colors of #1A474D
Black with #1A474D
Text Example
Text Example
White with #1A474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A474D; }
p { color: rgb(26,71,77); }
H1.HeaderClassName
{
color: #1A474D;
}
.AnyTagClassName
{
color: #1A474D;
}
</style>
background-color css
<style>
a { background-color: #1A474D; }
a { background-color: rgb(26,71,77); }
div.DivClassName
{
background-color: #1A474D;
}
.BgClassName
{
background-color: #1A474D;
}
</style>
border-color css
<style>
span { border-color: #1A474D; }
span { border-color: rgb(26,71,77); }
td.TdClassName
{
border-color: #1A474D;
}
.TagClassName
{
border-color: #1A474D;
}
</style>