Shades of Deep Teal #1F413B
Tints of Deep Teal #1F413B
RGB
CMYK
RGB Variations
Color information
#1F413B (or 0x1F413B) is known color: Deep Teal. HEX triplet: 1F, 41 and 3B. RGB value is (31,65,59). Sum of RGB (Red+Green+Blue) = 31+65+59=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #1F413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F413B is #E0BEC4. Grayscale: #363636. Windows color (decimal): -14728901 or 3883295. OLE color: 3883295.
HSL color Cylindrical-coordinate representation of color #1F413B: hue angle of 169.41º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F413B is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 59 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.75 |
| HSL | 169.41º | 0.35% | 0.19% | - |
| HSV(B) | 169.41º | 0.52% | 0.25% | - |
| XYZ | 3.24 | 4.39 | 4.81 | - |
| YUV | 54.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 59 | 0.52 | 0 | 0.09 | 0.75 | 169.41 | 0.35 | 0.19 |
| Hex | 1F | 41 | 3B | 34 | 0 | 9 | 4B | A9 | 23 | 13 |
| Octal | 37 | 101 | 73 | 64 | 0 | 11 | 113 | 251 | 43 | 23 |
| Binary | 11111 | 1000001 | 111011 | 110100 | 0 | 1001 | 1001011 | 10101001 | 100011 | 10011 |
Color Harmonies of #1F413B
Complementary color
Monochromatic Colors of #1F413B
Black with #1F413B
Text Example
Text Example
White with #1F413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F413B; }
p { color: rgb(31,65,59); }
H1.HeaderClassName
{
color: #1F413B;
}
.AnyTagClassName
{
color: #1F413B;
}
</style>
background-color css
<style>
a { background-color: #1F413B; }
a { background-color: rgb(31,65,59); }
div.DivClassName
{
background-color: #1F413B;
}
.BgClassName
{
background-color: #1F413B;
}
</style>
border-color css
<style>
span { border-color: #1F413B; }
span { border-color: rgb(31,65,59); }
td.TdClassName
{
border-color: #1F413B;
}
.TagClassName
{
border-color: #1F413B;
}
</style>