Shades of Teal Blue #1E4F5A
Tints of Teal Blue #1E4F5A
RGB
CMYK
RGB Variations
Color information
#1E4F5A (or 0x1E4F5A) is known color: Teal Blue. HEX triplet: 1E, 4F and 5A. RGB value is (30,79,90). Sum of RGB (Red+Green+Blue) = 30+79+90=199 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.08% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E4F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E4F5A is #E1B0A5. Grayscale: #414141. Windows color (decimal): -14790822 or 5918494. OLE color: 5918494.
HSL color Cylindrical-coordinate representation of color #1E4F5A: hue angle of 191º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E4F5A is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 79 | 90 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.65 |
| HSL | 191º | 0.5% | 0.24% | - |
| HSV(B) | 191º | 0.67% | 0.35% | - |
| XYZ | 5.18 | 6.61 | 10.68 | - |
| YUV | 65.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 79 | 90 | 0.67 | 0.12 | 0 | 0.65 | 191 | 0.5 | 0.24 |
| Hex | 1E | 4F | 5A | 43 | C | 0 | 41 | BF | 32 | 18 |
| Octal | 36 | 117 | 132 | 103 | 14 | 0 | 101 | 277 | 62 | 30 |
| Binary | 11110 | 1001111 | 1011010 | 1000011 | 1100 | 0 | 1000001 | 10111111 | 110010 | 11000 |
Color Harmonies of #1E4F5A
Complementary color
Monochromatic Colors of #1E4F5A
Black with #1E4F5A
Text Example
Text Example
White with #1E4F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4F5A; }
p { color: rgb(30,79,90); }
H1.HeaderClassName
{
color: #1E4F5A;
}
.AnyTagClassName
{
color: #1E4F5A;
}
</style>
background-color css
<style>
a { background-color: #1E4F5A; }
a { background-color: rgb(30,79,90); }
div.DivClassName
{
background-color: #1E4F5A;
}
.BgClassName
{
background-color: #1E4F5A;
}
</style>
border-color css
<style>
span { border-color: #1E4F5A; }
span { border-color: rgb(30,79,90); }
td.TdClassName
{
border-color: #1E4F5A;
}
.TagClassName
{
border-color: #1E4F5A;
}
</style>