Shades of Deep Teal #1A493D
Tints of Deep Teal #1A493D
RGB
CMYK
RGB Variations
Color information
#1A493D (or 0x1A493D) is known color: Deep Teal. HEX triplet: 1A, 49 and 3D. RGB value is (26,73,61). Sum of RGB (Red+Green+Blue) = 26+73+61=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #1A493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A493D is #E5B6C2. Grayscale: #393939. Windows color (decimal): -15054531 or 4016410. OLE color: 4016410.
HSL color Cylindrical-coordinate representation of color #1A493D: hue angle of 164.68º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A493D is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 73 | 61 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.71 |
| HSL | 164.68º | 0.47% | 0.19% | - |
| HSV(B) | 164.68º | 0.64% | 0.29% | - |
| XYZ | 3.65 | 5.32 | 5.25 | - |
| YUV | 57.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 61 | 0.64 | 0 | 0.16 | 0.71 | 164.68 | 0.47 | 0.19 |
| Hex | 1A | 49 | 3D | 40 | 0 | 10 | 47 | A5 | 2F | 13 |
| Octal | 32 | 111 | 75 | 100 | 0 | 20 | 107 | 245 | 57 | 23 |
| Binary | 11010 | 1001001 | 111101 | 1000000 | 0 | 10000 | 1000111 | 10100101 | 101111 | 10011 |
Color Harmonies of #1A493D
Complementary color
Monochromatic Colors of #1A493D
Black with #1A493D
Text Example
Text Example
White with #1A493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A493D; }
p { color: rgb(26,73,61); }
H1.HeaderClassName
{
color: #1A493D;
}
.AnyTagClassName
{
color: #1A493D;
}
</style>
background-color css
<style>
a { background-color: #1A493D; }
a { background-color: rgb(26,73,61); }
div.DivClassName
{
background-color: #1A493D;
}
.BgClassName
{
background-color: #1A493D;
}
</style>
border-color css
<style>
span { border-color: #1A493D; }
span { border-color: rgb(26,73,61); }
td.TdClassName
{
border-color: #1A493D;
}
.TagClassName
{
border-color: #1A493D;
}
</style>