Shades of Teal Blue #1E4652
Tints of Teal Blue #1E4652
RGB
CMYK
RGB Variations
Color information
#1E4652 (or 0x1E4652) is known color: Teal Blue. HEX triplet: 1E, 46 and 52. RGB value is (30,70,82). Sum of RGB (Red+Green+Blue) = 30+70+82=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #1E4652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4652 is #E1B9AD. Grayscale: #3B3B3B. Windows color (decimal): -14793134 or 5391902. OLE color: 5391902.
HSL color Cylindrical-coordinate representation of color #1E4652: hue angle of 193.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E4652 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 70 | 82 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.68 |
| HSL | 193.85º | 0.46% | 0.22% | - |
| HSV(B) | 193.85º | 0.63% | 0.32% | - |
| XYZ | 4.25 | 5.27 | 8.78 | - |
| YUV | 59.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 70 | 82 | 0.63 | 0.15 | 0 | 0.68 | 193.85 | 0.46 | 0.22 |
| Hex | 1E | 46 | 52 | 3F | F | 0 | 44 | C2 | 2E | 16 |
| Octal | 36 | 106 | 122 | 77 | 17 | 0 | 104 | 302 | 56 | 26 |
| Binary | 11110 | 1000110 | 1010010 | 111111 | 1111 | 0 | 1000100 | 11000010 | 101110 | 10110 |
Color Harmonies of #1E4652
Complementary color
Monochromatic Colors of #1E4652
Black with #1E4652
Text Example
Text Example
White with #1E4652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4652; }
p { color: rgb(30,70,82); }
H1.HeaderClassName
{
color: #1E4652;
}
.AnyTagClassName
{
color: #1E4652;
}
</style>
background-color css
<style>
a { background-color: #1E4652; }
a { background-color: rgb(30,70,82); }
div.DivClassName
{
background-color: #1E4652;
}
.BgClassName
{
background-color: #1E4652;
}
</style>
border-color css
<style>
span { border-color: #1E4652; }
span { border-color: rgb(30,70,82); }
td.TdClassName
{
border-color: #1E4652;
}
.TagClassName
{
border-color: #1E4652;
}
</style>