Shades of Deep Teal #1A433D
Tints of Deep Teal #1A433D
RGB
CMYK
RGB Variations
Color information
#1A433D (or 0x1A433D) is known color: Deep Teal. HEX triplet: 1A, 43 and 3D. RGB value is (26,67,61). Sum of RGB (Red+Green+Blue) = 26+67+61=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 67 - color contains mainly: green. Hex color #1A433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A433D is #E5BCC2. Grayscale: #363636. Windows color (decimal): -15056067 or 4014874. OLE color: 4014874.
HSL color Cylindrical-coordinate representation of color #1A433D: hue angle of 171.22º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A433D is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 67 | 61 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.74 |
| HSL | 171.22º | 0.44% | 0.18% | - |
| HSV(B) | 171.22º | 0.61% | 0.26% | - |
| XYZ | 3.28 | 4.57 | 5.12 | - |
| YUV | 54.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 61 | 0.61 | 0 | 0.09 | 0.74 | 171.22 | 0.44 | 0.18 |
| Hex | 1A | 43 | 3D | 3D | 0 | 9 | 4A | AB | 2C | 12 |
| Octal | 32 | 103 | 75 | 75 | 0 | 11 | 112 | 253 | 54 | 22 |
| Binary | 11010 | 1000011 | 111101 | 111101 | 0 | 1001 | 1001010 | 10101011 | 101100 | 10010 |
Color Harmonies of #1A433D
Complementary color
Monochromatic Colors of #1A433D
Black with #1A433D
Text Example
Text Example
White with #1A433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A433D; }
p { color: rgb(26,67,61); }
H1.HeaderClassName
{
color: #1A433D;
}
.AnyTagClassName
{
color: #1A433D;
}
</style>
background-color css
<style>
a { background-color: #1A433D; }
a { background-color: rgb(26,67,61); }
div.DivClassName
{
background-color: #1A433D;
}
.BgClassName
{
background-color: #1A433D;
}
</style>
border-color css
<style>
span { border-color: #1A433D; }
span { border-color: rgb(26,67,61); }
td.TdClassName
{
border-color: #1A433D;
}
.TagClassName
{
border-color: #1A433D;
}
</style>