Shades of Teal Blue #1F474D
Tints of Teal Blue #1F474D
RGB
CMYK
RGB Variations
Color information
#1F474D (or 0x1F474D) is known color: Teal Blue. HEX triplet: 1F, 47 and 4D. RGB value is (31,71,77). Sum of RGB (Red+Green+Blue) = 31+71+77=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F474D is #E0B8B2. Grayscale: #3B3B3B. Windows color (decimal): -14727347 or 5064479. OLE color: 5064479.
HSL color Cylindrical-coordinate representation of color #1F474D: hue angle of 187.83º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F474D is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 71 | 77 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.70 |
| HSL | 187.83º | 0.43% | 0.21% | - |
| HSV(B) | 187.83º | 0.6% | 0.3% | - |
| XYZ | 4.16 | 5.33 | 7.83 | - |
| YUV | 59.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 77 | 0.60 | 0.08 | 0 | 0.70 | 187.83 | 0.43 | 0.21 |
| Hex | 1F | 47 | 4D | 3C | 8 | 0 | 46 | BC | 2B | 15 |
| Octal | 37 | 107 | 115 | 74 | 10 | 0 | 106 | 274 | 53 | 25 |
| Binary | 11111 | 1000111 | 1001101 | 111100 | 1000 | 0 | 1000110 | 10111100 | 101011 | 10101 |
Color Harmonies of #1F474D
Complementary color
Monochromatic Colors of #1F474D
Black with #1F474D
Text Example
Text Example
White with #1F474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F474D; }
p { color: rgb(31,71,77); }
H1.HeaderClassName
{
color: #1F474D;
}
.AnyTagClassName
{
color: #1F474D;
}
</style>
background-color css
<style>
a { background-color: #1F474D; }
a { background-color: rgb(31,71,77); }
div.DivClassName
{
background-color: #1F474D;
}
.BgClassName
{
background-color: #1F474D;
}
</style>
border-color css
<style>
span { border-color: #1F474D; }
span { border-color: rgb(31,71,77); }
td.TdClassName
{
border-color: #1F474D;
}
.TagClassName
{
border-color: #1F474D;
}
</style>