Shades of Teal Blue #1E4E5D
Tints of Teal Blue #1E4E5D
RGB
CMYK
RGB Variations
Color information
#1E4E5D (or 0x1E4E5D) is known color: Teal Blue. HEX triplet: 1E, 4E and 5D. RGB value is (30,78,93). Sum of RGB (Red+Green+Blue) = 30+78+93=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E4E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E4E5D is #E1B1A2. Grayscale: #414141. Windows color (decimal): -14791075 or 6114846. OLE color: 6114846.
HSL color Cylindrical-coordinate representation of color #1E4E5D: hue angle of 194.29º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E4E5D is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 78 | 93 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.64 |
| HSL | 194.29º | 0.51% | 0.24% | - |
| HSV(B) | 194.29º | 0.68% | 0.36% | - |
| XYZ | 5.24 | 6.52 | 11.34 | - |
| YUV | 65.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 93 | 0.68 | 0.16 | 0 | 0.64 | 194.29 | 0.51 | 0.24 |
| Hex | 1E | 4E | 5D | 44 | 10 | 0 | 40 | C2 | 33 | 18 |
| Octal | 36 | 116 | 135 | 104 | 20 | 0 | 100 | 302 | 63 | 30 |
| Binary | 11110 | 1001110 | 1011101 | 1000100 | 10000 | 0 | 1000000 | 11000010 | 110011 | 11000 |
Color Harmonies of #1E4E5D
Complementary color
Monochromatic Colors of #1E4E5D
Black with #1E4E5D
Text Example
Text Example
White with #1E4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4E5D; }
p { color: rgb(30,78,93); }
H1.HeaderClassName
{
color: #1E4E5D;
}
.AnyTagClassName
{
color: #1E4E5D;
}
</style>
background-color css
<style>
a { background-color: #1E4E5D; }
a { background-color: rgb(30,78,93); }
div.DivClassName
{
background-color: #1E4E5D;
}
.BgClassName
{
background-color: #1E4E5D;
}
</style>
border-color css
<style>
span { border-color: #1E4E5D; }
span { border-color: rgb(30,78,93); }
td.TdClassName
{
border-color: #1E4E5D;
}
.TagClassName
{
border-color: #1E4E5D;
}
</style>