Shades of Deep Teal #1A443F
Tints of Deep Teal #1A443F
RGB
CMYK
RGB Variations
Color information
#1A443F (or 0x1A443F) is known color: Deep Teal. HEX triplet: 1A, 44 and 3F. RGB value is (26,68,63). Sum of RGB (Red+Green+Blue) = 26+68+63=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #1A443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A443F is #E5BBC0. Grayscale: #363636. Windows color (decimal): -15055809 or 4146202. OLE color: 4146202.
HSL color Cylindrical-coordinate representation of color #1A443F: hue angle of 172.86º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A443F is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 68 | 63 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.73 |
| HSL | 172.86º | 0.45% | 0.18% | - |
| HSV(B) | 172.86º | 0.62% | 0.27% | - |
| XYZ | 3.39 | 4.71 | 5.43 | - |
| YUV | 54.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 68 | 63 | 0.62 | 0 | 0.07 | 0.73 | 172.86 | 0.45 | 0.18 |
| Hex | 1A | 44 | 3F | 3E | 0 | 7 | 49 | AD | 2D | 12 |
| Octal | 32 | 104 | 77 | 76 | 0 | 7 | 111 | 255 | 55 | 22 |
| Binary | 11010 | 1000100 | 111111 | 111110 | 0 | 111 | 1001001 | 10101101 | 101101 | 10010 |
Color Harmonies of #1A443F
Complementary color
Monochromatic Colors of #1A443F
Black with #1A443F
Text Example
Text Example
White with #1A443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A443F; }
p { color: rgb(26,68,63); }
H1.HeaderClassName
{
color: #1A443F;
}
.AnyTagClassName
{
color: #1A443F;
}
</style>
background-color css
<style>
a { background-color: #1A443F; }
a { background-color: rgb(26,68,63); }
div.DivClassName
{
background-color: #1A443F;
}
.BgClassName
{
background-color: #1A443F;
}
</style>
border-color css
<style>
span { border-color: #1A443F; }
span { border-color: rgb(26,68,63); }
td.TdClassName
{
border-color: #1A443F;
}
.TagClassName
{
border-color: #1A443F;
}
</style>