Shades of Deep Teal #1B4138
Tints of Deep Teal #1B4138
RGB
CMYK
RGB Variations
Color information
#1B4138 (or 0x1B4138) is known color: Deep Teal. HEX triplet: 1B, 41 and 38. RGB value is (27,65,56). Sum of RGB (Red+Green+Blue) = 27+65+56=148 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.24% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #1B4138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4138 is #E4BEC7. Grayscale: #343434. Windows color (decimal): -14991048 or 3686683. OLE color: 3686683.
HSL color Cylindrical-coordinate representation of color #1B4138: hue angle of 165.79º 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 #1B4138 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 65 | 56 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.75 |
| HSL | 165.79º | 0.41% | 0.18% | - |
| HSV(B) | 165.79º | 0.58% | 0.25% | - |
| XYZ | 3.06 | 4.3 | 4.41 | - |
| YUV | 52.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 65 | 56 | 0.58 | 0 | 0.14 | 0.75 | 165.79 | 0.41 | 0.18 |
| Hex | 1B | 41 | 38 | 3A | 0 | E | 4B | A6 | 29 | 12 |
| Octal | 33 | 101 | 70 | 72 | 0 | 16 | 113 | 246 | 51 | 22 |
| Binary | 11011 | 1000001 | 111000 | 111010 | 0 | 1110 | 1001011 | 10100110 | 101001 | 10010 |
Color Harmonies of #1B4138
Complementary color
Monochromatic Colors of #1B4138
Black with #1B4138
Text Example
Text Example
White with #1B4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4138; }
p { color: rgb(27,65,56); }
H1.HeaderClassName
{
color: #1B4138;
}
.AnyTagClassName
{
color: #1B4138;
}
</style>
background-color css
<style>
a { background-color: #1B4138; }
a { background-color: rgb(27,65,56); }
div.DivClassName
{
background-color: #1B4138;
}
.BgClassName
{
background-color: #1B4138;
}
</style>
border-color css
<style>
span { border-color: #1B4138; }
span { border-color: rgb(27,65,56); }
td.TdClassName
{
border-color: #1B4138;
}
.TagClassName
{
border-color: #1B4138;
}
</style>