Shades of Teal Blue #1F515C
Tints of Teal Blue #1F515C
RGB
CMYK
RGB Variations
Color information
#1F515C (or 0x1F515C) is known color: Teal Blue. HEX triplet: 1F, 51 and 5C. RGB value is (31,81,92). Sum of RGB (Red+Green+Blue) = 31+81+92=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F515C is #E0AEA3. Grayscale: #434343. Windows color (decimal): -14724772 or 6050079. OLE color: 6050079.
HSL color Cylindrical-coordinate representation of color #1F515C: hue angle of 190.82º 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 #1F515C is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 81 | 92 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.64 |
| HSL | 190.82º | 0.5% | 0.24% | - |
| HSV(B) | 190.82º | 0.66% | 0.36% | - |
| XYZ | 5.44 | 6.95 | 11.18 | - |
| YUV | 67.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 92 | 0.66 | 0.12 | 0 | 0.64 | 190.82 | 0.5 | 0.24 |
| Hex | 1F | 51 | 5C | 42 | C | 0 | 40 | BF | 32 | 18 |
| Octal | 37 | 121 | 134 | 102 | 14 | 0 | 100 | 277 | 62 | 30 |
| Binary | 11111 | 1010001 | 1011100 | 1000010 | 1100 | 0 | 1000000 | 10111111 | 110010 | 11000 |
Color Harmonies of #1F515C
Complementary color
Monochromatic Colors of #1F515C
Black with #1F515C
Text Example
Text Example
White with #1F515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F515C; }
p { color: rgb(31,81,92); }
H1.HeaderClassName
{
color: #1F515C;
}
.AnyTagClassName
{
color: #1F515C;
}
</style>
background-color css
<style>
a { background-color: #1F515C; }
a { background-color: rgb(31,81,92); }
div.DivClassName
{
background-color: #1F515C;
}
.BgClassName
{
background-color: #1F515C;
}
</style>
border-color css
<style>
span { border-color: #1F515C; }
span { border-color: rgb(31,81,92); }
td.TdClassName
{
border-color: #1F515C;
}
.TagClassName
{
border-color: #1F515C;
}
</style>