Shades of Teal Blue #1F515A
Tints of Teal Blue #1F515A
RGB
CMYK
RGB Variations
Color information
#1F515A (or 0x1F515A) is known color: Teal Blue. HEX triplet: 1F, 51 and 5A. RGB value is (31,81,90). Sum of RGB (Red+Green+Blue) = 31+81+90=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F515A is #E0AEA5. Grayscale: #424242. Windows color (decimal): -14724774 or 5919007. OLE color: 5919007.
HSL color Cylindrical-coordinate representation of color #1F515A: hue angle of 189.15º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F515A is Cyan = 0.66, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 81 | 90 | - |
| CMYK | 0.66 | 0.1 | 0 | 0.65 |
| HSL | 189.15º | 0.49% | 0.24% | - |
| HSV(B) | 189.15º | 0.66% | 0.35% | - |
| XYZ | 5.35 | 6.91 | 10.73 | - |
| YUV | 67.08 | 140.94 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 90 | 0.66 | 0.1 | 0 | 0.65 | 189.15 | 0.49 | 0.24 |
| Hex | 1F | 51 | 5A | 42 | A | 0 | 41 | BD | 31 | 18 |
| Octal | 37 | 121 | 132 | 102 | 12 | 0 | 101 | 275 | 61 | 30 |
| Binary | 11111 | 1010001 | 1011010 | 1000010 | 1010 | 0 | 1000001 | 10111101 | 110001 | 11000 |
Color Harmonies of #1F515A
Complementary color
Monochromatic Colors of #1F515A
Black with #1F515A
Text Example
Text Example
White with #1F515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F515A; }
p { color: rgb(31,81,90); }
H1.HeaderClassName
{
color: #1F515A;
}
.AnyTagClassName
{
color: #1F515A;
}
</style>
background-color css
<style>
a { background-color: #1F515A; }
a { background-color: rgb(31,81,90); }
div.DivClassName
{
background-color: #1F515A;
}
.BgClassName
{
background-color: #1F515A;
}
</style>
border-color css
<style>
span { border-color: #1F515A; }
span { border-color: rgb(31,81,90); }
td.TdClassName
{
border-color: #1F515A;
}
.TagClassName
{
border-color: #1F515A;
}
</style>