Shades of Teal Blue #1F5560
Tints of Teal Blue #1F5560
RGB
CMYK
RGB Variations
Color information
#1F5560 (or 0x1F5560) is known color: Teal Blue. HEX triplet: 1F, 55 and 60. RGB value is (31,85,96). Sum of RGB (Red+Green+Blue) = 31+85+96=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F5560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5560 is #E0AA9F. Grayscale: #464646. Windows color (decimal): -14723744 or 6313247. OLE color: 6313247.
HSL color Cylindrical-coordinate representation of color #1F5560: hue angle of 190.15º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F5560 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 85 | 96 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.62 |
| HSL | 190.15º | 0.51% | 0.25% | - |
| HSV(B) | 190.15º | 0.68% | 0.38% | - |
| XYZ | 5.92 | 7.63 | 12.23 | - |
| YUV | 70.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 96 | 0.68 | 0.11 | 0 | 0.62 | 190.15 | 0.51 | 0.25 |
| Hex | 1F | 55 | 60 | 44 | B | 0 | 3E | BE | 33 | 19 |
| Octal | 37 | 125 | 140 | 104 | 13 | 0 | 76 | 276 | 63 | 31 |
| Binary | 11111 | 1010101 | 1100000 | 1000100 | 1011 | 0 | 111110 | 10111110 | 110011 | 11001 |
Color Harmonies of #1F5560
Complementary color
Monochromatic Colors of #1F5560
Black with #1F5560
Text Example
Text Example
White with #1F5560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5560; }
p { color: rgb(31,85,96); }
H1.HeaderClassName
{
color: #1F5560;
}
.AnyTagClassName
{
color: #1F5560;
}
</style>
background-color css
<style>
a { background-color: #1F5560; }
a { background-color: rgb(31,85,96); }
div.DivClassName
{
background-color: #1F5560;
}
.BgClassName
{
background-color: #1F5560;
}
</style>
border-color css
<style>
span { border-color: #1F5560; }
span { border-color: rgb(31,85,96); }
td.TdClassName
{
border-color: #1F5560;
}
.TagClassName
{
border-color: #1F5560;
}
</style>