Shades of Teal Blue #1F4757
Tints of Teal Blue #1F4757
RGB
CMYK
RGB Variations
Color information
#1F4757 (or 0x1F4757) is known color: Teal Blue. HEX triplet: 1F, 47 and 57. RGB value is (31,71,87). Sum of RGB (Red+Green+Blue) = 31+71+87=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #1F4757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4757 is #E0B8A8. Grayscale: #3C3C3C. Windows color (decimal): -14727337 or 5719839. OLE color: 5719839.
HSL color Cylindrical-coordinate representation of color #1F4757: hue angle of 197.14º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F4757 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 71 | 87 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.66 |
| HSL | 197.14º | 0.47% | 0.23% | - |
| HSV(B) | 197.14º | 0.64% | 0.34% | - |
| XYZ | 4.54 | 5.49 | 9.84 | - |
| YUV | 60.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 87 | 0.64 | 0.18 | 0 | 0.66 | 197.14 | 0.47 | 0.23 |
| Hex | 1F | 47 | 57 | 40 | 12 | 0 | 42 | C5 | 2F | 17 |
| Octal | 37 | 107 | 127 | 100 | 22 | 0 | 102 | 305 | 57 | 27 |
| Binary | 11111 | 1000111 | 1010111 | 1000000 | 10010 | 0 | 1000010 | 11000101 | 101111 | 10111 |
Color Harmonies of #1F4757
Complementary color
Monochromatic Colors of #1F4757
Black with #1F4757
Text Example
Text Example
White with #1F4757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4757; }
p { color: rgb(31,71,87); }
H1.HeaderClassName
{
color: #1F4757;
}
.AnyTagClassName
{
color: #1F4757;
}
</style>
background-color css
<style>
a { background-color: #1F4757; }
a { background-color: rgb(31,71,87); }
div.DivClassName
{
background-color: #1F4757;
}
.BgClassName
{
background-color: #1F4757;
}
</style>
border-color css
<style>
span { border-color: #1F4757; }
span { border-color: rgb(31,71,87); }
td.TdClassName
{
border-color: #1F4757;
}
.TagClassName
{
border-color: #1F4757;
}
</style>