Shades of Tiber #1C4C50
Tints of Tiber #1C4C50
RGB
CMYK
RGB Variations
Color information
#1C4C50 (or 0x1C4C50) is known color: Tiber. HEX triplet: 1C, 4C and 50. RGB value is (28,76,80). Sum of RGB (Red+Green+Blue) = 28+76+80=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C4C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4C50 is #E3B3AF. Grayscale: #3E3E3E. Windows color (decimal): -14922672 or 5262364. OLE color: 5262364.
HSL color Cylindrical-coordinate representation of color #1C4C50: hue angle of 184.62º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C4C50 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 76 | 80 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.69 |
| HSL | 184.62º | 0.48% | 0.21% | - |
| HSV(B) | 184.62º | 0.65% | 0.31% | - |
| XYZ | 4.51 | 5.99 | 8.51 | - |
| YUV | 62.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 80 | 0.65 | 0.05 | 0 | 0.69 | 184.62 | 0.48 | 0.21 |
| Hex | 1C | 4C | 50 | 41 | 5 | 0 | 45 | B9 | 30 | 15 |
| Octal | 34 | 114 | 120 | 101 | 5 | 0 | 105 | 271 | 60 | 25 |
| Binary | 11100 | 1001100 | 1010000 | 1000001 | 101 | 0 | 1000101 | 10111001 | 110000 | 10101 |
Color Harmonies of #1C4C50
Complementary color
Monochromatic Colors of #1C4C50
Black with #1C4C50
Text Example
Text Example
White with #1C4C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4C50; }
p { color: rgb(28,76,80); }
H1.HeaderClassName
{
color: #1C4C50;
}
.AnyTagClassName
{
color: #1C4C50;
}
</style>
background-color css
<style>
a { background-color: #1C4C50; }
a { background-color: rgb(28,76,80); }
div.DivClassName
{
background-color: #1C4C50;
}
.BgClassName
{
background-color: #1C4C50;
}
</style>
border-color css
<style>
span { border-color: #1C4C50; }
span { border-color: rgb(28,76,80); }
td.TdClassName
{
border-color: #1C4C50;
}
.TagClassName
{
border-color: #1C4C50;
}
</style>