Shades of Deep Teal #1B473E
Tints of Deep Teal #1B473E
RGB
CMYK
RGB Variations
Color information
#1B473E (or 0x1B473E) is known color: Deep Teal. HEX triplet: 1B, 47 and 3E. RGB value is (27,71,62). Sum of RGB (Red+Green+Blue) = 27+71+62=160 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.88% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #1B473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B473E is #E4B8C1. Grayscale: #383838. Windows color (decimal): -14989506 or 4081435. OLE color: 4081435.
HSL color Cylindrical-coordinate representation of color #1B473E: hue angle of 167.73º 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 #1B473E is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 71 | 62 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.72 |
| HSL | 167.73º | 0.45% | 0.19% | - |
| HSV(B) | 167.73º | 0.62% | 0.28% | - |
| XYZ | 3.57 | 5.09 | 5.35 | - |
| YUV | 56.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 71 | 62 | 0.62 | 0 | 0.13 | 0.72 | 167.73 | 0.45 | 0.19 |
| Hex | 1B | 47 | 3E | 3E | 0 | D | 48 | A8 | 2D | 13 |
| Octal | 33 | 107 | 76 | 76 | 0 | 15 | 110 | 250 | 55 | 23 |
| Binary | 11011 | 1000111 | 111110 | 111110 | 0 | 1101 | 1001000 | 10101000 | 101101 | 10011 |
Color Harmonies of #1B473E
Complementary color
Monochromatic Colors of #1B473E
Black with #1B473E
Text Example
Text Example
White with #1B473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B473E; }
p { color: rgb(27,71,62); }
H1.HeaderClassName
{
color: #1B473E;
}
.AnyTagClassName
{
color: #1B473E;
}
</style>
background-color css
<style>
a { background-color: #1B473E; }
a { background-color: rgb(27,71,62); }
div.DivClassName
{
background-color: #1B473E;
}
.BgClassName
{
background-color: #1B473E;
}
</style>
border-color css
<style>
span { border-color: #1B473E; }
span { border-color: rgb(27,71,62); }
td.TdClassName
{
border-color: #1B473E;
}
.TagClassName
{
border-color: #1B473E;
}
</style>