Shades of Deep Teal #1A453E
Tints of Deep Teal #1A453E
RGB
CMYK
RGB Variations
Color information
#1A453E (or 0x1A453E) is known color: Deep Teal. HEX triplet: 1A, 45 and 3E. RGB value is (26,69,62). Sum of RGB (Red+Green+Blue) = 26+69+62=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #1A453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A453E is #E5BAC1. Grayscale: #373737. Windows color (decimal): -15055554 or 4080922. OLE color: 4080922.
HSL color Cylindrical-coordinate representation of color #1A453E: hue angle of 170.23º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A453E is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 69 | 62 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.73 |
| HSL | 170.23º | 0.45% | 0.19% | - |
| HSV(B) | 170.23º | 0.62% | 0.27% | - |
| XYZ | 3.42 | 4.82 | 5.31 | - |
| YUV | 55.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 62 | 0.62 | 0 | 0.10 | 0.73 | 170.23 | 0.45 | 0.19 |
| Hex | 1A | 45 | 3E | 3E | 0 | A | 49 | AA | 2D | 13 |
| Octal | 32 | 105 | 76 | 76 | 0 | 12 | 111 | 252 | 55 | 23 |
| Binary | 11010 | 1000101 | 111110 | 111110 | 0 | 1010 | 1001001 | 10101010 | 101101 | 10011 |
Color Harmonies of #1A453E
Complementary color
Monochromatic Colors of #1A453E
Black with #1A453E
Text Example
Text Example
White with #1A453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A453E; }
p { color: rgb(26,69,62); }
H1.HeaderClassName
{
color: #1A453E;
}
.AnyTagClassName
{
color: #1A453E;
}
</style>
background-color css
<style>
a { background-color: #1A453E; }
a { background-color: rgb(26,69,62); }
div.DivClassName
{
background-color: #1A453E;
}
.BgClassName
{
background-color: #1A453E;
}
</style>
border-color css
<style>
span { border-color: #1A453E; }
span { border-color: rgb(26,69,62); }
td.TdClassName
{
border-color: #1A453E;
}
.TagClassName
{
border-color: #1A453E;
}
</style>