Shades of Deep Teal #1B473F
Tints of Deep Teal #1B473F
RGB
CMYK
RGB Variations
Color information
#1B473F (or 0x1B473F) is known color: Deep Teal. HEX triplet: 1B, 47 and 3F. RGB value is (27,71,63). Sum of RGB (Red+Green+Blue) = 27+71+63=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #1B473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B473F is #E4B8C0. Grayscale: #383838. Windows color (decimal): -14989505 or 4146971. OLE color: 4146971.
HSL color Cylindrical-coordinate representation of color #1B473F: hue angle of 169.09º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B473F is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 71 | 63 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.72 |
| HSL | 169.09º | 0.45% | 0.19% | - |
| HSV(B) | 169.09º | 0.62% | 0.28% | - |
| XYZ | 3.6 | 5.1 | 5.5 | - |
| YUV | 56.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 71 | 63 | 0.62 | 0 | 0.11 | 0.72 | 169.09 | 0.45 | 0.19 |
| Hex | 1B | 47 | 3F | 3E | 0 | B | 48 | A9 | 2D | 13 |
| Octal | 33 | 107 | 77 | 76 | 0 | 13 | 110 | 251 | 55 | 23 |
| Binary | 11011 | 1000111 | 111111 | 111110 | 0 | 1011 | 1001000 | 10101001 | 101101 | 10011 |
Color Harmonies of #1B473F
Complementary color
Monochromatic Colors of #1B473F
Black with #1B473F
Text Example
Text Example
White with #1B473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B473F; }
p { color: rgb(27,71,63); }
H1.HeaderClassName
{
color: #1B473F;
}
.AnyTagClassName
{
color: #1B473F;
}
</style>
background-color css
<style>
a { background-color: #1B473F; }
a { background-color: rgb(27,71,63); }
div.DivClassName
{
background-color: #1B473F;
}
.BgClassName
{
background-color: #1B473F;
}
</style>
border-color css
<style>
span { border-color: #1B473F; }
span { border-color: rgb(27,71,63); }
td.TdClassName
{
border-color: #1B473F;
}
.TagClassName
{
border-color: #1B473F;
}
</style>