Shades of Teal Blue #1F4850
Tints of Teal Blue #1F4850
RGB
CMYK
RGB Variations
Color information
#1F4850 (or 0x1F4850) is known color: Teal Blue. HEX triplet: 1F, 48 and 50. RGB value is (31,72,80). Sum of RGB (Red+Green+Blue) = 31+72+80=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F4850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4850 is #E0B7AF. Grayscale: #3C3C3C. Windows color (decimal): -14727088 or 5261343. OLE color: 5261343.
HSL color Cylindrical-coordinate representation of color #1F4850: hue angle of 189.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F4850 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 72 | 80 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.69 |
| HSL | 189.8º | 0.44% | 0.22% | - |
| HSV(B) | 189.8º | 0.61% | 0.31% | - |
| XYZ | 4.33 | 5.51 | 8.42 | - |
| YUV | 60.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 80 | 0.61 | 0.10 | 0 | 0.69 | 189.8 | 0.44 | 0.22 |
| Hex | 1F | 48 | 50 | 3D | A | 0 | 45 | BE | 2C | 16 |
| Octal | 37 | 110 | 120 | 75 | 12 | 0 | 105 | 276 | 54 | 26 |
| Binary | 11111 | 1001000 | 1010000 | 111101 | 1010 | 0 | 1000101 | 10111110 | 101100 | 10110 |
Color Harmonies of #1F4850
Complementary color
Monochromatic Colors of #1F4850
Black with #1F4850
Text Example
Text Example
White with #1F4850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4850; }
p { color: rgb(31,72,80); }
H1.HeaderClassName
{
color: #1F4850;
}
.AnyTagClassName
{
color: #1F4850;
}
</style>
background-color css
<style>
a { background-color: #1F4850; }
a { background-color: rgb(31,72,80); }
div.DivClassName
{
background-color: #1F4850;
}
.BgClassName
{
background-color: #1F4850;
}
</style>
border-color css
<style>
span { border-color: #1F4850; }
span { border-color: rgb(31,72,80); }
td.TdClassName
{
border-color: #1F4850;
}
.TagClassName
{
border-color: #1F4850;
}
</style>