Shades of Deep Teal #1B493D
Tints of Deep Teal #1B493D
RGB
CMYK
RGB Variations
Color information
#1B493D (or 0x1B493D) is known color: Deep Teal. HEX triplet: 1B, 49 and 3D. RGB value is (27,73,61). Sum of RGB (Red+Green+Blue) = 27+73+61=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #1B493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B493D is #E4B6C2. Grayscale: #393939. Windows color (decimal): -14988995 or 4016411. OLE color: 4016411.
HSL color Cylindrical-coordinate representation of color #1B493D: hue angle of 164.35º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B493D is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 73 | 61 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.71 |
| HSL | 164.35º | 0.46% | 0.2% | - |
| HSV(B) | 164.35º | 0.63% | 0.29% | - |
| XYZ | 3.68 | 5.34 | 5.25 | - |
| YUV | 57.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 61 | 0.63 | 0 | 0.16 | 0.71 | 164.35 | 0.46 | 0.2 |
| Hex | 1B | 49 | 3D | 3F | 0 | 10 | 47 | A4 | 2E | 14 |
| Octal | 33 | 111 | 75 | 77 | 0 | 20 | 107 | 244 | 56 | 24 |
| Binary | 11011 | 1001001 | 111101 | 111111 | 0 | 10000 | 1000111 | 10100100 | 101110 | 10100 |
Color Harmonies of #1B493D
Complementary color
Monochromatic Colors of #1B493D
Black with #1B493D
Text Example
Text Example
White with #1B493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B493D; }
p { color: rgb(27,73,61); }
H1.HeaderClassName
{
color: #1B493D;
}
.AnyTagClassName
{
color: #1B493D;
}
</style>
background-color css
<style>
a { background-color: #1B493D; }
a { background-color: rgb(27,73,61); }
div.DivClassName
{
background-color: #1B493D;
}
.BgClassName
{
background-color: #1B493D;
}
</style>
border-color css
<style>
span { border-color: #1B493D; }
span { border-color: rgb(27,73,61); }
td.TdClassName
{
border-color: #1B493D;
}
.TagClassName
{
border-color: #1B493D;
}
</style>