Shades of Tiber #1B4449
Tints of Tiber #1B4449
RGB
CMYK
RGB Variations
Color information
#1B4449 (or 0x1B4449) is known color: Tiber. HEX triplet: 1B, 44 and 49. RGB value is (27,68,73). Sum of RGB (Red+Green+Blue) = 27+68+73=168 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.07% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #1B4449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4449 is #E4BBB6. Grayscale: #383838. Windows color (decimal): -14990263 or 4801563. OLE color: 4801563.
HSL color Cylindrical-coordinate representation of color #1B4449: hue angle of 186.52º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B4449 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 68 | 73 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.71 |
| HSL | 186.52º | 0.46% | 0.2% | - |
| HSV(B) | 186.52º | 0.63% | 0.29% | - |
| XYZ | 3.72 | 4.85 | 7.04 | - |
| YUV | 56.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 68 | 73 | 0.63 | 0.07 | 0 | 0.71 | 186.52 | 0.46 | 0.2 |
| Hex | 1B | 44 | 49 | 3F | 7 | 0 | 47 | BB | 2E | 14 |
| Octal | 33 | 104 | 111 | 77 | 7 | 0 | 107 | 273 | 56 | 24 |
| Binary | 11011 | 1000100 | 1001001 | 111111 | 111 | 0 | 1000111 | 10111011 | 101110 | 10100 |
Color Harmonies of #1B4449
Complementary color
Monochromatic Colors of #1B4449
Black with #1B4449
Text Example
Text Example
White with #1B4449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4449; }
p { color: rgb(27,68,73); }
H1.HeaderClassName
{
color: #1B4449;
}
.AnyTagClassName
{
color: #1B4449;
}
</style>
background-color css
<style>
a { background-color: #1B4449; }
a { background-color: rgb(27,68,73); }
div.DivClassName
{
background-color: #1B4449;
}
.BgClassName
{
background-color: #1B4449;
}
</style>
border-color css
<style>
span { border-color: #1B4449; }
span { border-color: rgb(27,68,73); }
td.TdClassName
{
border-color: #1B4449;
}
.TagClassName
{
border-color: #1B4449;
}
</style>