Shades of Deep Teal #1B4B44
Tints of Deep Teal #1B4B44
RGB
CMYK
RGB Variations
Color information
#1B4B44 (or 0x1B4B44) is known color: Deep Teal. HEX triplet: 1B, 4B and 44. RGB value is (27,75,68). Sum of RGB (Red+Green+Blue) = 27+75+68=170 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.88% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #1B4B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4B44 is #E4B4BB. Grayscale: #3B3B3B. Windows color (decimal): -14988476 or 4475675. OLE color: 4475675.
HSL color Cylindrical-coordinate representation of color #1B4B44: hue angle of 171.25º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B4B44 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 75 | 68 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.71 |
| HSL | 171.25º | 0.47% | 0.2% | - |
| HSV(B) | 171.25º | 0.64% | 0.29% | - |
| XYZ | 4.01 | 5.68 | 6.35 | - |
| YUV | 59.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 75 | 68 | 0.64 | 0 | 0.09 | 0.71 | 171.25 | 0.47 | 0.2 |
| Hex | 1B | 4B | 44 | 40 | 0 | 9 | 47 | AB | 2F | 14 |
| Octal | 33 | 113 | 104 | 100 | 0 | 11 | 107 | 253 | 57 | 24 |
| Binary | 11011 | 1001011 | 1000100 | 1000000 | 0 | 1001 | 1000111 | 10101011 | 101111 | 10100 |
Color Harmonies of #1B4B44
Complementary color
Monochromatic Colors of #1B4B44
Black with #1B4B44
Text Example
Text Example
White with #1B4B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4B44; }
p { color: rgb(27,75,68); }
H1.HeaderClassName
{
color: #1B4B44;
}
.AnyTagClassName
{
color: #1B4B44;
}
</style>
background-color css
<style>
a { background-color: #1B4B44; }
a { background-color: rgb(27,75,68); }
div.DivClassName
{
background-color: #1B4B44;
}
.BgClassName
{
background-color: #1B4B44;
}
</style>
border-color css
<style>
span { border-color: #1B4B44; }
span { border-color: rgb(27,75,68); }
td.TdClassName
{
border-color: #1B4B44;
}
.TagClassName
{
border-color: #1B4B44;
}
</style>