Shades of Deep Sea #1A805D
Tints of Deep Sea #1A805D
RGB
CMYK
RGB Variations
Color information
#1A805D (or 0x1A805D) is known color: Deep Sea. HEX triplet: 1A, 80 and 5D. RGB value is (26,128,93). Sum of RGB (Red+Green+Blue) = 26+128+93=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #1A805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A805D is #E57FA2. Grayscale: #5D5D5D. Windows color (decimal): -15040419 or 6127642. OLE color: 6127642.
HSL color Cylindrical-coordinate representation of color #1A805D: hue angle of 159.41º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A805D is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 128 | 93 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.50 |
| HSL | 159.41º | 0.66% | 0.3% | - |
| HSV(B) | 159.41º | 0.8% | 0.5% | - |
| XYZ | 10.12 | 16.45 | 13 | - |
| YUV | 93.51 | 127.71 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 128 | 93 | 0.80 | 0 | 0.27 | 0.50 | 159.41 | 0.66 | 0.3 |
| Hex | 1A | 80 | 5D | 50 | 0 | 1B | 32 | 9F | 42 | 1E |
| Octal | 32 | 200 | 135 | 120 | 0 | 33 | 62 | 237 | 102 | 36 |
| Binary | 11010 | 10000000 | 1011101 | 1010000 | 0 | 11011 | 110010 | 10011111 | 1000010 | 11110 |
Color Harmonies of #1A805D
Complementary color
Monochromatic Colors of #1A805D
Black with #1A805D
Text Example
Text Example
White with #1A805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A805D; }
p { color: rgb(26,128,93); }
H1.HeaderClassName
{
color: #1A805D;
}
.AnyTagClassName
{
color: #1A805D;
}
</style>
background-color css
<style>
a { background-color: #1A805D; }
a { background-color: rgb(26,128,93); }
div.DivClassName
{
background-color: #1A805D;
}
.BgClassName
{
background-color: #1A805D;
}
</style>
border-color css
<style>
span { border-color: #1A805D; }
span { border-color: rgb(26,128,93); }
td.TdClassName
{
border-color: #1A805D;
}
.TagClassName
{
border-color: #1A805D;
}
</style>