Shades of Deep Teal #1A483D
Tints of Deep Teal #1A483D
RGB
CMYK
RGB Variations
Color information
#1A483D (or 0x1A483D) is known color: Deep Teal. HEX triplet: 1A, 48 and 3D. RGB value is (26,72,61). Sum of RGB (Red+Green+Blue) = 26+72+61=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #1A483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A483D is #E5B7C2. Grayscale: #383838. Windows color (decimal): -15054787 or 4016154. OLE color: 4016154.
HSL color Cylindrical-coordinate representation of color #1A483D: hue angle of 165.65º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A483D is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 72 | 61 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.72 |
| HSL | 165.65º | 0.47% | 0.19% | - |
| HSV(B) | 165.65º | 0.64% | 0.28% | - |
| XYZ | 3.59 | 5.19 | 5.23 | - |
| YUV | 56.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 61 | 0.64 | 0 | 0.15 | 0.72 | 165.65 | 0.47 | 0.19 |
| Hex | 1A | 48 | 3D | 40 | 0 | F | 48 | A6 | 2F | 13 |
| Octal | 32 | 110 | 75 | 100 | 0 | 17 | 110 | 246 | 57 | 23 |
| Binary | 11010 | 1001000 | 111101 | 1000000 | 0 | 1111 | 1001000 | 10100110 | 101111 | 10011 |
Color Harmonies of #1A483D
Complementary color
Monochromatic Colors of #1A483D
Black with #1A483D
Text Example
Text Example
White with #1A483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A483D; }
p { color: rgb(26,72,61); }
H1.HeaderClassName
{
color: #1A483D;
}
.AnyTagClassName
{
color: #1A483D;
}
</style>
background-color css
<style>
a { background-color: #1A483D; }
a { background-color: rgb(26,72,61); }
div.DivClassName
{
background-color: #1A483D;
}
.BgClassName
{
background-color: #1A483D;
}
</style>
border-color css
<style>
span { border-color: #1A483D; }
span { border-color: rgb(26,72,61); }
td.TdClassName
{
border-color: #1A483D;
}
.TagClassName
{
border-color: #1A483D;
}
</style>