Shades of Teal Blue #1F555D
Tints of Teal Blue #1F555D
RGB
CMYK
RGB Variations
Color information
#1F555D (or 0x1F555D) is known color: Teal Blue. HEX triplet: 1F, 55 and 5D. RGB value is (31,85,93). Sum of RGB (Red+Green+Blue) = 31+85+93=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F555D is #E0AAA2. Grayscale: #454545. Windows color (decimal): -14723747 or 6116639. OLE color: 6116639.
HSL color Cylindrical-coordinate representation of color #1F555D: hue angle of 187.74º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F555D is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 85 | 93 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.64 |
| HSL | 187.74º | 0.5% | 0.24% | - |
| HSV(B) | 187.74º | 0.67% | 0.36% | - |
| XYZ | 5.79 | 7.58 | 11.51 | - |
| YUV | 69.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 93 | 0.67 | 0.09 | 0 | 0.64 | 187.74 | 0.5 | 0.24 |
| Hex | 1F | 55 | 5D | 43 | 9 | 0 | 40 | BC | 32 | 18 |
| Octal | 37 | 125 | 135 | 103 | 11 | 0 | 100 | 274 | 62 | 30 |
| Binary | 11111 | 1010101 | 1011101 | 1000011 | 1001 | 0 | 1000000 | 10111100 | 110010 | 11000 |
Color Harmonies of #1F555D
Complementary color
Monochromatic Colors of #1F555D
Black with #1F555D
Text Example
Text Example
White with #1F555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F555D; }
p { color: rgb(31,85,93); }
H1.HeaderClassName
{
color: #1F555D;
}
.AnyTagClassName
{
color: #1F555D;
}
</style>
background-color css
<style>
a { background-color: #1F555D; }
a { background-color: rgb(31,85,93); }
div.DivClassName
{
background-color: #1F555D;
}
.BgClassName
{
background-color: #1F555D;
}
</style>
border-color css
<style>
span { border-color: #1F555D; }
span { border-color: rgb(31,85,93); }
td.TdClassName
{
border-color: #1F555D;
}
.TagClassName
{
border-color: #1F555D;
}
</style>