Shades of Tiber #1F464B
Tints of Tiber #1F464B
RGB
CMYK
RGB Variations
Color information
#1F464B (or 0x1F464B) is known color: Tiber. HEX triplet: 1F, 46 and 4B. RGB value is (31,70,75). Sum of RGB (Red+Green+Blue) = 31+70+75=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F464B is #E0B9B4. Grayscale: #3A3A3A. Windows color (decimal): -14727605 or 4933151. OLE color: 4933151.
HSL color Cylindrical-coordinate representation of color #1F464B: hue angle of 186.82º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F464B is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 70 | 75 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.71 |
| HSL | 186.82º | 0.42% | 0.21% | - |
| HSV(B) | 186.82º | 0.59% | 0.29% | - |
| XYZ | 4.03 | 5.18 | 7.44 | - |
| YUV | 58.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 75 | 0.59 | 0.07 | 0 | 0.71 | 186.82 | 0.42 | 0.21 |
| Hex | 1F | 46 | 4B | 3B | 7 | 0 | 47 | BB | 2A | 15 |
| Octal | 37 | 106 | 113 | 73 | 7 | 0 | 107 | 273 | 52 | 25 |
| Binary | 11111 | 1000110 | 1001011 | 111011 | 111 | 0 | 1000111 | 10111011 | 101010 | 10101 |
Color Harmonies of #1F464B
Complementary color
Monochromatic Colors of #1F464B
Black with #1F464B
Text Example
Text Example
White with #1F464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F464B; }
p { color: rgb(31,70,75); }
H1.HeaderClassName
{
color: #1F464B;
}
.AnyTagClassName
{
color: #1F464B;
}
</style>
background-color css
<style>
a { background-color: #1F464B; }
a { background-color: rgb(31,70,75); }
div.DivClassName
{
background-color: #1F464B;
}
.BgClassName
{
background-color: #1F464B;
}
</style>
border-color css
<style>
span { border-color: #1F464B; }
span { border-color: rgb(31,70,75); }
td.TdClassName
{
border-color: #1F464B;
}
.TagClassName
{
border-color: #1F464B;
}
</style>