Shades of Teal Blue #1E4553
Tints of Teal Blue #1E4553
RGB
CMYK
RGB Variations
Color information
#1E4553 (or 0x1E4553) is known color: Teal Blue. HEX triplet: 1E, 45 and 53. RGB value is (30,69,83). Sum of RGB (Red+Green+Blue) = 30+69+83=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #1E4553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4553 is #E1BAAC. Grayscale: #3A3A3A. Windows color (decimal): -14793389 or 5457182. OLE color: 5457182.
HSL color Cylindrical-coordinate representation of color #1E4553: hue angle of 195.85º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E4553 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 69 | 83 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.67 |
| HSL | 195.85º | 0.47% | 0.22% | - |
| HSV(B) | 195.85º | 0.64% | 0.33% | - |
| XYZ | 4.22 | 5.16 | 8.96 | - |
| YUV | 58.94 | 141.58 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 83 | 0.64 | 0.17 | 0 | 0.67 | 195.85 | 0.47 | 0.22 |
| Hex | 1E | 45 | 53 | 40 | 11 | 0 | 43 | C4 | 2F | 16 |
| Octal | 36 | 105 | 123 | 100 | 21 | 0 | 103 | 304 | 57 | 26 |
| Binary | 11110 | 1000101 | 1010011 | 1000000 | 10001 | 0 | 1000011 | 11000100 | 101111 | 10110 |
Color Harmonies of #1E4553
Complementary color
Monochromatic Colors of #1E4553
Black with #1E4553
Text Example
Text Example
White with #1E4553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4553; }
p { color: rgb(30,69,83); }
H1.HeaderClassName
{
color: #1E4553;
}
.AnyTagClassName
{
color: #1E4553;
}
</style>
background-color css
<style>
a { background-color: #1E4553; }
a { background-color: rgb(30,69,83); }
div.DivClassName
{
background-color: #1E4553;
}
.BgClassName
{
background-color: #1E4553;
}
</style>
border-color css
<style>
span { border-color: #1E4553; }
span { border-color: rgb(30,69,83); }
td.TdClassName
{
border-color: #1E4553;
}
.TagClassName
{
border-color: #1E4553;
}
</style>