Shades of Tiber #1C514B
Tints of Tiber #1C514B
RGB
CMYK
RGB Variations
Color information
#1C514B (or 0x1C514B) is known color: Tiber. HEX triplet: 1C, 51 and 4B. RGB value is (28,81,75). Sum of RGB (Red+Green+Blue) = 28+81+75=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #1C514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C514B is #E3AEB4. Grayscale: #404040. Windows color (decimal): -14921397 or 4935964. OLE color: 4935964.
HSL color Cylindrical-coordinate representation of color #1C514B: hue angle of 173.21º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C514B is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 81 | 75 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.68 |
| HSL | 173.21º | 0.49% | 0.21% | - |
| HSV(B) | 173.21º | 0.65% | 0.32% | - |
| XYZ | 4.69 | 6.64 | 7.69 | - |
| YUV | 64.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 75 | 0.65 | 0 | 0.07 | 0.68 | 173.21 | 0.49 | 0.21 |
| Hex | 1C | 51 | 4B | 41 | 0 | 7 | 44 | AD | 31 | 15 |
| Octal | 34 | 121 | 113 | 101 | 0 | 7 | 104 | 255 | 61 | 25 |
| Binary | 11100 | 1010001 | 1001011 | 1000001 | 0 | 111 | 1000100 | 10101101 | 110001 | 10101 |
Color Harmonies of #1C514B
Complementary color
Monochromatic Colors of #1C514B
Black with #1C514B
Text Example
Text Example
White with #1C514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C514B; }
p { color: rgb(28,81,75); }
H1.HeaderClassName
{
color: #1C514B;
}
.AnyTagClassName
{
color: #1C514B;
}
</style>
background-color css
<style>
a { background-color: #1C514B; }
a { background-color: rgb(28,81,75); }
div.DivClassName
{
background-color: #1C514B;
}
.BgClassName
{
background-color: #1C514B;
}
</style>
border-color css
<style>
span { border-color: #1C514B; }
span { border-color: rgb(28,81,75); }
td.TdClassName
{
border-color: #1C514B;
}
.TagClassName
{
border-color: #1C514B;
}
</style>