Shades of Deep Teal #1B463C
Tints of Deep Teal #1B463C
RGB
CMYK
RGB Variations
Color information
#1B463C (or 0x1B463C) is known color: Deep Teal. HEX triplet: 1B, 46 and 3C. RGB value is (27,70,60). Sum of RGB (Red+Green+Blue) = 27+70+60=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #1B463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B463C is #E4B9C3. Grayscale: #383838. Windows color (decimal): -14989764 or 3950107. OLE color: 3950107.
HSL color Cylindrical-coordinate representation of color #1B463C: hue angle of 166.05º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B463C is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 70 | 60 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.73 |
| HSL | 166.05º | 0.44% | 0.19% | - |
| HSV(B) | 166.05º | 0.61% | 0.27% | - |
| XYZ | 3.46 | 4.94 | 5.05 | - |
| YUV | 56 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 60 | 0.61 | 0 | 0.14 | 0.73 | 166.05 | 0.44 | 0.19 |
| Hex | 1B | 46 | 3C | 3D | 0 | E | 49 | A6 | 2C | 13 |
| Octal | 33 | 106 | 74 | 75 | 0 | 16 | 111 | 246 | 54 | 23 |
| Binary | 11011 | 1000110 | 111100 | 111101 | 0 | 1110 | 1001001 | 10100110 | 101100 | 10011 |
Color Harmonies of #1B463C
Complementary color
Monochromatic Colors of #1B463C
Black with #1B463C
Text Example
Text Example
White with #1B463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B463C; }
p { color: rgb(27,70,60); }
H1.HeaderClassName
{
color: #1B463C;
}
.AnyTagClassName
{
color: #1B463C;
}
</style>
background-color css
<style>
a { background-color: #1B463C; }
a { background-color: rgb(27,70,60); }
div.DivClassName
{
background-color: #1B463C;
}
.BgClassName
{
background-color: #1B463C;
}
</style>
border-color css
<style>
span { border-color: #1B463C; }
span { border-color: rgb(27,70,60); }
td.TdClassName
{
border-color: #1B463C;
}
.TagClassName
{
border-color: #1B463C;
}
</style>