Shades of Deep Sea #1A845D
Tints of Deep Sea #1A845D
RGB
CMYK
RGB Variations
Color information
#1A845D (or 0x1A845D) is known color: Deep Sea. HEX triplet: 1A, 84 and 5D. RGB value is (26,132,93). Sum of RGB (Red+Green+Blue) = 26+132+93=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #1A845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A845D is #E57BA2. Grayscale: #5F5F5F. Windows color (decimal): -15039395 or 6128666. OLE color: 6128666.
HSL color Cylindrical-coordinate representation of color #1A845D: hue angle of 157.92º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A845D is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 132 | 93 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.48 |
| HSL | 157.92º | 0.67% | 0.31% | - |
| HSV(B) | 157.92º | 0.8% | 0.52% | - |
| XYZ | 10.65 | 17.51 | 13.17 | - |
| YUV | 95.86 | 126.38 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 93 | 0.80 | 0 | 0.30 | 0.48 | 157.92 | 0.67 | 0.31 |
| Hex | 1A | 84 | 5D | 50 | 0 | 1E | 30 | 9E | 43 | 1F |
| Octal | 32 | 204 | 135 | 120 | 0 | 36 | 60 | 236 | 103 | 37 |
| Binary | 11010 | 10000100 | 1011101 | 1010000 | 0 | 11110 | 110000 | 10011110 | 1000011 | 11111 |
Color Harmonies of #1A845D
Complementary color
Monochromatic Colors of #1A845D
Black with #1A845D
Text Example
Text Example
White with #1A845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A845D; }
p { color: rgb(26,132,93); }
H1.HeaderClassName
{
color: #1A845D;
}
.AnyTagClassName
{
color: #1A845D;
}
</style>
background-color css
<style>
a { background-color: #1A845D; }
a { background-color: rgb(26,132,93); }
div.DivClassName
{
background-color: #1A845D;
}
.BgClassName
{
background-color: #1A845D;
}
</style>
border-color css
<style>
span { border-color: #1A845D; }
span { border-color: rgb(26,132,93); }
td.TdClassName
{
border-color: #1A845D;
}
.TagClassName
{
border-color: #1A845D;
}
</style>