Shades of Deep Sea #1A7059
Tints of Deep Sea #1A7059
RGB
CMYK
RGB Variations
Color information
#1A7059 (or 0x1A7059) is known color: Deep Sea. HEX triplet: 1A, 70 and 59. RGB value is (26,112,89). Sum of RGB (Red+Green+Blue) = 26+112+89=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #1A7059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7059 is #E58FA6. Grayscale: #535353. Windows color (decimal): -15044519 or 5861402. OLE color: 5861402.
HSL color Cylindrical-coordinate representation of color #1A7059: hue angle of 163.95º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7059 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 112 | 89 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.56 |
| HSL | 163.95º | 0.62% | 0.27% | - |
| HSV(B) | 163.95º | 0.77% | 0.44% | - |
| XYZ | 8.02 | 12.53 | 11.45 | - |
| YUV | 83.66 | 131.01 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 89 | 0.77 | 0 | 0.21 | 0.56 | 163.95 | 0.62 | 0.27 |
| Hex | 1A | 70 | 59 | 4D | 0 | 15 | 38 | A4 | 3E | 1B |
| Octal | 32 | 160 | 131 | 115 | 0 | 25 | 70 | 244 | 76 | 33 |
| Binary | 11010 | 1110000 | 1011001 | 1001101 | 0 | 10101 | 111000 | 10100100 | 111110 | 11011 |
Color Harmonies of #1A7059
Complementary color
Monochromatic Colors of #1A7059
Black with #1A7059
Text Example
Text Example
White with #1A7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7059; }
p { color: rgb(26,112,89); }
H1.HeaderClassName
{
color: #1A7059;
}
.AnyTagClassName
{
color: #1A7059;
}
</style>
background-color css
<style>
a { background-color: #1A7059; }
a { background-color: rgb(26,112,89); }
div.DivClassName
{
background-color: #1A7059;
}
.BgClassName
{
background-color: #1A7059;
}
</style>
border-color css
<style>
span { border-color: #1A7059; }
span { border-color: rgb(26,112,89); }
td.TdClassName
{
border-color: #1A7059;
}
.TagClassName
{
border-color: #1A7059;
}
</style>