Shades of Tiber #1A4248
Tints of Tiber #1A4248
RGB
CMYK
RGB Variations
Color information
#1A4248 (or 0x1A4248) is known color: Tiber. HEX triplet: 1A, 42 and 48. RGB value is (26,66,72). Sum of RGB (Red+Green+Blue) = 26+66+72=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #1A4248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4248 is #E5BDB7. Grayscale: #363636. Windows color (decimal): -15056312 or 4735514. OLE color: 4735514.
HSL color Cylindrical-coordinate representation of color #1A4248: hue angle of 187.83º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A4248 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 66 | 72 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.72 |
| HSL | 187.83º | 0.47% | 0.19% | - |
| HSV(B) | 187.83º | 0.64% | 0.28% | - |
| XYZ | 3.54 | 4.58 | 6.83 | - |
| YUV | 54.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 72 | 0.64 | 0.08 | 0 | 0.72 | 187.83 | 0.47 | 0.19 |
| Hex | 1A | 42 | 48 | 40 | 8 | 0 | 48 | BC | 2F | 13 |
| Octal | 32 | 102 | 110 | 100 | 10 | 0 | 110 | 274 | 57 | 23 |
| Binary | 11010 | 1000010 | 1001000 | 1000000 | 1000 | 0 | 1001000 | 10111100 | 101111 | 10011 |
Color Harmonies of #1A4248
Complementary color
Monochromatic Colors of #1A4248
Black with #1A4248
Text Example
Text Example
White with #1A4248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4248; }
p { color: rgb(26,66,72); }
H1.HeaderClassName
{
color: #1A4248;
}
.AnyTagClassName
{
color: #1A4248;
}
</style>
background-color css
<style>
a { background-color: #1A4248; }
a { background-color: rgb(26,66,72); }
div.DivClassName
{
background-color: #1A4248;
}
.BgClassName
{
background-color: #1A4248;
}
</style>
border-color css
<style>
span { border-color: #1A4248; }
span { border-color: rgb(26,66,72); }
td.TdClassName
{
border-color: #1A4248;
}
.TagClassName
{
border-color: #1A4248;
}
</style>