Shades of Deep Teal #1B443F
Tints of Deep Teal #1B443F
RGB
CMYK
RGB Variations
Color information
#1B443F (or 0x1B443F) is known color: Deep Teal. HEX triplet: 1B, 44 and 3F. RGB value is (27,68,63). Sum of RGB (Red+Green+Blue) = 27+68+63=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #1B443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B443F is #E4BBC0. Grayscale: #373737. Windows color (decimal): -14990273 or 4146203. OLE color: 4146203.
HSL color Cylindrical-coordinate representation of color #1B443F: hue angle of 172.68º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B443F is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 68 | 63 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.73 |
| HSL | 172.68º | 0.43% | 0.19% | - |
| HSV(B) | 172.68º | 0.6% | 0.27% | - |
| XYZ | 3.42 | 4.73 | 5.43 | - |
| YUV | 55.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 68 | 63 | 0.60 | 0 | 0.07 | 0.73 | 172.68 | 0.43 | 0.19 |
| Hex | 1B | 44 | 3F | 3C | 0 | 7 | 49 | AD | 2B | 13 |
| Octal | 33 | 104 | 77 | 74 | 0 | 7 | 111 | 255 | 53 | 23 |
| Binary | 11011 | 1000100 | 111111 | 111100 | 0 | 111 | 1001001 | 10101101 | 101011 | 10011 |
Color Harmonies of #1B443F
Complementary color
Monochromatic Colors of #1B443F
Black with #1B443F
Text Example
Text Example
White with #1B443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B443F; }
p { color: rgb(27,68,63); }
H1.HeaderClassName
{
color: #1B443F;
}
.AnyTagClassName
{
color: #1B443F;
}
</style>
background-color css
<style>
a { background-color: #1B443F; }
a { background-color: rgb(27,68,63); }
div.DivClassName
{
background-color: #1B443F;
}
.BgClassName
{
background-color: #1B443F;
}
</style>
border-color css
<style>
span { border-color: #1B443F; }
span { border-color: rgb(27,68,63); }
td.TdClassName
{
border-color: #1B443F;
}
.TagClassName
{
border-color: #1B443F;
}
</style>