Shades of Deep Teal #1B4038
Tints of Deep Teal #1B4038
RGB
CMYK
RGB Variations
Color information
#1B4038 (or 0x1B4038) is known color: Deep Teal. HEX triplet: 1B, 40 and 38. RGB value is (27,64,56). Sum of RGB (Red+Green+Blue) = 27+64+56=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #1B4038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4038 is #E4BFC7. Grayscale: #343434. Windows color (decimal): -14991304 or 3686427. OLE color: 3686427.
HSL color Cylindrical-coordinate representation of color #1B4038: hue angle of 167.03º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B4038 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 64 | 56 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.75 |
| HSL | 167.03º | 0.41% | 0.18% | - |
| HSV(B) | 167.03º | 0.58% | 0.25% | - |
| XYZ | 3 | 4.19 | 4.39 | - |
| YUV | 52.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 56 | 0.58 | 0 | 0.13 | 0.75 | 167.03 | 0.41 | 0.18 |
| Hex | 1B | 40 | 38 | 3A | 0 | D | 4B | A7 | 29 | 12 |
| Octal | 33 | 100 | 70 | 72 | 0 | 15 | 113 | 247 | 51 | 22 |
| Binary | 11011 | 1000000 | 111000 | 111010 | 0 | 1101 | 1001011 | 10100111 | 101001 | 10010 |
Color Harmonies of #1B4038
Complementary color
Monochromatic Colors of #1B4038
Black with #1B4038
Text Example
Text Example
White with #1B4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4038; }
p { color: rgb(27,64,56); }
H1.HeaderClassName
{
color: #1B4038;
}
.AnyTagClassName
{
color: #1B4038;
}
</style>
background-color css
<style>
a { background-color: #1B4038; }
a { background-color: rgb(27,64,56); }
div.DivClassName
{
background-color: #1B4038;
}
.BgClassName
{
background-color: #1B4038;
}
</style>
border-color css
<style>
span { border-color: #1B4038; }
span { border-color: rgb(27,64,56); }
td.TdClassName
{
border-color: #1B4038;
}
.TagClassName
{
border-color: #1B4038;
}
</style>