Shades of Deep Teal #1B4440
Tints of Deep Teal #1B4440
RGB
CMYK
RGB Variations
Color information
#1B4440 (or 0x1B4440) is known color: Deep Teal. HEX triplet: 1B, 44 and 40. RGB value is (27,68,64). Sum of RGB (Red+Green+Blue) = 27+68+64=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 68 - color contains mainly: green. Hex color #1B4440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4440 is #E4BBBF. Grayscale: #373737. Windows color (decimal): -14990272 or 4211739. OLE color: 4211739.
HSL color Cylindrical-coordinate representation of color #1B4440: hue angle of 174.15º 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 #1B4440 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 68 | 64 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.73 |
| HSL | 174.15º | 0.43% | 0.19% | - |
| HSV(B) | 174.15º | 0.6% | 0.27% | - |
| XYZ | 3.44 | 4.74 | 5.58 | - |
| YUV | 55.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 68 | 64 | 0.60 | 0 | 0.06 | 0.73 | 174.15 | 0.43 | 0.19 |
| Hex | 1B | 44 | 40 | 3C | 0 | 6 | 49 | AE | 2B | 13 |
| Octal | 33 | 104 | 100 | 74 | 0 | 6 | 111 | 256 | 53 | 23 |
| Binary | 11011 | 1000100 | 1000000 | 111100 | 0 | 110 | 1001001 | 10101110 | 101011 | 10011 |
Color Harmonies of #1B4440
Complementary color
Monochromatic Colors of #1B4440
Black with #1B4440
Text Example
Text Example
White with #1B4440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4440; }
p { color: rgb(27,68,64); }
H1.HeaderClassName
{
color: #1B4440;
}
.AnyTagClassName
{
color: #1B4440;
}
</style>
background-color css
<style>
a { background-color: #1B4440; }
a { background-color: rgb(27,68,64); }
div.DivClassName
{
background-color: #1B4440;
}
.BgClassName
{
background-color: #1B4440;
}
</style>
border-color css
<style>
span { border-color: #1B4440; }
span { border-color: rgb(27,68,64); }
td.TdClassName
{
border-color: #1B4440;
}
.TagClassName
{
border-color: #1B4440;
}
</style>