Shades of Teal Blue #1F545F
Tints of Teal Blue #1F545F
RGB
CMYK
RGB Variations
Color information
#1F545F (or 0x1F545F) is known color: Teal Blue. HEX triplet: 1F, 54 and 5F. RGB value is (31,84,95). Sum of RGB (Red+Green+Blue) = 31+84+95=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F545F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F545F is #E0ABA0. Grayscale: #454545. Windows color (decimal): -14724001 or 6247455. OLE color: 6247455.
HSL color Cylindrical-coordinate representation of color #1F545F: hue angle of 190.31º degrees, saturation: 0.51, 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 #1F545F is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 84 | 95 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.63 |
| HSL | 190.31º | 0.51% | 0.25% | - |
| HSV(B) | 190.31º | 0.67% | 0.37% | - |
| XYZ | 5.8 | 7.46 | 11.96 | - |
| YUV | 69.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 95 | 0.67 | 0.12 | 0 | 0.63 | 190.31 | 0.51 | 0.25 |
| Hex | 1F | 54 | 5F | 43 | C | 0 | 3F | BE | 33 | 19 |
| Octal | 37 | 124 | 137 | 103 | 14 | 0 | 77 | 276 | 63 | 31 |
| Binary | 11111 | 1010100 | 1011111 | 1000011 | 1100 | 0 | 111111 | 10111110 | 110011 | 11001 |
Color Harmonies of #1F545F
Complementary color
Monochromatic Colors of #1F545F
Black with #1F545F
Text Example
Text Example
White with #1F545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F545F; }
p { color: rgb(31,84,95); }
H1.HeaderClassName
{
color: #1F545F;
}
.AnyTagClassName
{
color: #1F545F;
}
</style>
background-color css
<style>
a { background-color: #1F545F; }
a { background-color: rgb(31,84,95); }
div.DivClassName
{
background-color: #1F545F;
}
.BgClassName
{
background-color: #1F545F;
}
</style>
border-color css
<style>
span { border-color: #1F545F; }
span { border-color: rgb(31,84,95); }
td.TdClassName
{
border-color: #1F545F;
}
.TagClassName
{
border-color: #1F545F;
}
</style>