Shades of Teal Blue #1F505E
Tints of Teal Blue #1F505E
RGB
CMYK
RGB Variations
Color information
#1F505E (or 0x1F505E) is known color: Teal Blue. HEX triplet: 1F, 50 and 5E. RGB value is (31,80,94). Sum of RGB (Red+Green+Blue) = 31+80+94=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F505E is #E0AFA1. Grayscale: #424242. Windows color (decimal): -14725026 or 6180895. OLE color: 6180895.
HSL color Cylindrical-coordinate representation of color #1F505E: hue angle of 193.33º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F505E is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 80 | 94 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.63 |
| HSL | 193.33º | 0.5% | 0.25% | - |
| HSV(B) | 193.33º | 0.67% | 0.37% | - |
| XYZ | 5.45 | 6.84 | 11.62 | - |
| YUV | 66.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 94 | 0.67 | 0.15 | 0 | 0.63 | 193.33 | 0.5 | 0.25 |
| Hex | 1F | 50 | 5E | 43 | F | 0 | 3F | C1 | 32 | 19 |
| Octal | 37 | 120 | 136 | 103 | 17 | 0 | 77 | 301 | 62 | 31 |
| Binary | 11111 | 1010000 | 1011110 | 1000011 | 1111 | 0 | 111111 | 11000001 | 110010 | 11001 |
Color Harmonies of #1F505E
Complementary color
Monochromatic Colors of #1F505E
Black with #1F505E
Text Example
Text Example
White with #1F505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F505E; }
p { color: rgb(31,80,94); }
H1.HeaderClassName
{
color: #1F505E;
}
.AnyTagClassName
{
color: #1F505E;
}
</style>
background-color css
<style>
a { background-color: #1F505E; }
a { background-color: rgb(31,80,94); }
div.DivClassName
{
background-color: #1F505E;
}
.BgClassName
{
background-color: #1F505E;
}
</style>
border-color css
<style>
span { border-color: #1F505E; }
span { border-color: rgb(31,80,94); }
td.TdClassName
{
border-color: #1F505E;
}
.TagClassName
{
border-color: #1F505E;
}
</style>