Shades of Tiber #1A474C
Tints of Tiber #1A474C
RGB
CMYK
RGB Variations
Color information
#1A474C (or 0x1A474C) is known color: Tiber. HEX triplet: 1A, 47 and 4C. RGB value is (26,71,76). Sum of RGB (Red+Green+Blue) = 26+71+76=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #1A474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A474C is #E5B8B3. Grayscale: #3A3A3A. Windows color (decimal): -15055028 or 4998938. OLE color: 4998938.
HSL color Cylindrical-coordinate representation of color #1A474C: hue angle of 186º degrees, saturation: 0.49, 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 #1A474C is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 71 | 76 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.70 |
| HSL | 186º | 0.49% | 0.2% | - |
| HSV(B) | 186º | 0.66% | 0.3% | - |
| XYZ | 3.98 | 5.25 | 7.64 | - |
| YUV | 58.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 76 | 0.66 | 0.07 | 0 | 0.70 | 186 | 0.49 | 0.2 |
| Hex | 1A | 47 | 4C | 42 | 7 | 0 | 46 | BA | 31 | 14 |
| Octal | 32 | 107 | 114 | 102 | 7 | 0 | 106 | 272 | 61 | 24 |
| Binary | 11010 | 1000111 | 1001100 | 1000010 | 111 | 0 | 1000110 | 10111010 | 110001 | 10100 |
Color Harmonies of #1A474C
Complementary color
Monochromatic Colors of #1A474C
Black with #1A474C
Text Example
Text Example
White with #1A474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A474C; }
p { color: rgb(26,71,76); }
H1.HeaderClassName
{
color: #1A474C;
}
.AnyTagClassName
{
color: #1A474C;
}
</style>
background-color css
<style>
a { background-color: #1A474C; }
a { background-color: rgb(26,71,76); }
div.DivClassName
{
background-color: #1A474C;
}
.BgClassName
{
background-color: #1A474C;
}
</style>
border-color css
<style>
span { border-color: #1A474C; }
span { border-color: rgb(26,71,76); }
td.TdClassName
{
border-color: #1A474C;
}
.TagClassName
{
border-color: #1A474C;
}
</style>