Shades of Tiber #1B484D
Tints of Tiber #1B484D
RGB
CMYK
RGB Variations
Color information
#1B484D (or 0x1B484D) is known color: Tiber. HEX triplet: 1B, 48 and 4D. RGB value is (27,72,77). Sum of RGB (Red+Green+Blue) = 27+72+77=176 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.34% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B484D is #E4B7B2. Grayscale: #3B3B3B. Windows color (decimal): -14989235 or 5064731. OLE color: 5064731.
HSL color Cylindrical-coordinate representation of color #1B484D: hue angle of 186º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B484D is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 72 | 77 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.70 |
| HSL | 186º | 0.48% | 0.2% | - |
| HSV(B) | 186º | 0.65% | 0.3% | - |
| XYZ | 4.11 | 5.4 | 7.85 | - |
| YUV | 59.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 77 | 0.65 | 0.06 | 0 | 0.70 | 186 | 0.48 | 0.2 |
| Hex | 1B | 48 | 4D | 41 | 6 | 0 | 46 | BA | 30 | 14 |
| Octal | 33 | 110 | 115 | 101 | 6 | 0 | 106 | 272 | 60 | 24 |
| Binary | 11011 | 1001000 | 1001101 | 1000001 | 110 | 0 | 1000110 | 10111010 | 110000 | 10100 |
Color Harmonies of #1B484D
Complementary color
Monochromatic Colors of #1B484D
Black with #1B484D
Text Example
Text Example
White with #1B484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B484D; }
p { color: rgb(27,72,77); }
H1.HeaderClassName
{
color: #1B484D;
}
.AnyTagClassName
{
color: #1B484D;
}
</style>
background-color css
<style>
a { background-color: #1B484D; }
a { background-color: rgb(27,72,77); }
div.DivClassName
{
background-color: #1B484D;
}
.BgClassName
{
background-color: #1B484D;
}
</style>
border-color css
<style>
span { border-color: #1B484D; }
span { border-color: rgb(27,72,77); }
td.TdClassName
{
border-color: #1B484D;
}
.TagClassName
{
border-color: #1B484D;
}
</style>