Shades of Teal Blue #1F4952
Tints of Teal Blue #1F4952
RGB
CMYK
RGB Variations
Color information
#1F4952 (or 0x1F4952) is known color: Teal Blue. HEX triplet: 1F, 49 and 52. RGB value is (31,73,82). Sum of RGB (Red+Green+Blue) = 31+73+82=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F4952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4952 is #E0B6AD. Grayscale: #3D3D3D. Windows color (decimal): -14726830 or 5392671. OLE color: 5392671.
HSL color Cylindrical-coordinate representation of color #1F4952: hue angle of 190.59º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F4952 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 73 | 82 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.68 |
| HSL | 190.59º | 0.45% | 0.22% | - |
| HSV(B) | 190.59º | 0.62% | 0.32% | - |
| XYZ | 4.47 | 5.67 | 8.84 | - |
| YUV | 61.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 82 | 0.62 | 0.11 | 0 | 0.68 | 190.59 | 0.45 | 0.22 |
| Hex | 1F | 49 | 52 | 3E | B | 0 | 44 | BF | 2D | 16 |
| Octal | 37 | 111 | 122 | 76 | 13 | 0 | 104 | 277 | 55 | 26 |
| Binary | 11111 | 1001001 | 1010010 | 111110 | 1011 | 0 | 1000100 | 10111111 | 101101 | 10110 |
Color Harmonies of #1F4952
Complementary color
Monochromatic Colors of #1F4952
Black with #1F4952
Text Example
Text Example
White with #1F4952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4952; }
p { color: rgb(31,73,82); }
H1.HeaderClassName
{
color: #1F4952;
}
.AnyTagClassName
{
color: #1F4952;
}
</style>
background-color css
<style>
a { background-color: #1F4952; }
a { background-color: rgb(31,73,82); }
div.DivClassName
{
background-color: #1F4952;
}
.BgClassName
{
background-color: #1F4952;
}
</style>
border-color css
<style>
span { border-color: #1F4952; }
span { border-color: rgb(31,73,82); }
td.TdClassName
{
border-color: #1F4952;
}
.TagClassName
{
border-color: #1F4952;
}
</style>