Shades of Tiber #1C504F
Tints of Tiber #1C504F
RGB
CMYK
RGB Variations
Color information
#1C504F (or 0x1C504F) is known color: Tiber. HEX triplet: 1C, 50 and 4F. RGB value is (28,80,79). Sum of RGB (Red+Green+Blue) = 28+80+79=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #1C504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C504F is #E3AFB0. Grayscale: #404040. Windows color (decimal): -14921649 or 5197852. OLE color: 5197852.
HSL color Cylindrical-coordinate representation of color #1C504F: hue angle of 178.85º 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 #1C504F is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 80 | 79 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.69 |
| HSL | 178.85º | 0.48% | 0.21% | - |
| HSV(B) | 178.85º | 0.65% | 0.31% | - |
| XYZ | 4.76 | 6.55 | 8.41 | - |
| YUV | 64.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 80 | 79 | 0.65 | 0 | 0.01 | 0.69 | 178.85 | 0.48 | 0.21 |
| Hex | 1C | 50 | 4F | 41 | 0 | 1 | 45 | B3 | 30 | 15 |
| Octal | 34 | 120 | 117 | 101 | 0 | 1 | 105 | 263 | 60 | 25 |
| Binary | 11100 | 1010000 | 1001111 | 1000001 | 0 | 1 | 1000101 | 10110011 | 110000 | 10101 |
Color Harmonies of #1C504F
Complementary color
Monochromatic Colors of #1C504F
Black with #1C504F
Text Example
Text Example
White with #1C504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C504F; }
p { color: rgb(28,80,79); }
H1.HeaderClassName
{
color: #1C504F;
}
.AnyTagClassName
{
color: #1C504F;
}
</style>
background-color css
<style>
a { background-color: #1C504F; }
a { background-color: rgb(28,80,79); }
div.DivClassName
{
background-color: #1C504F;
}
.BgClassName
{
background-color: #1C504F;
}
</style>
border-color css
<style>
span { border-color: #1C504F; }
span { border-color: rgb(28,80,79); }
td.TdClassName
{
border-color: #1C504F;
}
.TagClassName
{
border-color: #1C504F;
}
</style>