Shades of Teal Blue #1F505C
Tints of Teal Blue #1F505C
RGB
CMYK
RGB Variations
Color information
#1F505C (or 0x1F505C) is known color: Teal Blue. HEX triplet: 1F, 50 and 5C. RGB value is (31,80,92). Sum of RGB (Red+Green+Blue) = 31+80+92=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F505C is #E0AFA3. Grayscale: #424242. Windows color (decimal): -14725028 or 6049823. OLE color: 6049823.
HSL color Cylindrical-coordinate representation of color #1F505C: hue angle of 191.8º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F505C is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 80 | 92 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.64 |
| HSL | 191.8º | 0.5% | 0.24% | - |
| HSV(B) | 191.8º | 0.66% | 0.36% | - |
| XYZ | 5.37 | 6.8 | 11.16 | - |
| YUV | 66.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 92 | 0.66 | 0.13 | 0 | 0.64 | 191.8 | 0.5 | 0.24 |
| Hex | 1F | 50 | 5C | 42 | D | 0 | 40 | C0 | 32 | 18 |
| Octal | 37 | 120 | 134 | 102 | 15 | 0 | 100 | 300 | 62 | 30 |
| Binary | 11111 | 1010000 | 1011100 | 1000010 | 1101 | 0 | 1000000 | 11000000 | 110010 | 11000 |
Color Harmonies of #1F505C
Complementary color
Monochromatic Colors of #1F505C
Black with #1F505C
Text Example
Text Example
White with #1F505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F505C; }
p { color: rgb(31,80,92); }
H1.HeaderClassName
{
color: #1F505C;
}
.AnyTagClassName
{
color: #1F505C;
}
</style>
background-color css
<style>
a { background-color: #1F505C; }
a { background-color: rgb(31,80,92); }
div.DivClassName
{
background-color: #1F505C;
}
.BgClassName
{
background-color: #1F505C;
}
</style>
border-color css
<style>
span { border-color: #1F505C; }
span { border-color: rgb(31,80,92); }
td.TdClassName
{
border-color: #1F505C;
}
.TagClassName
{
border-color: #1F505C;
}
</style>