Shades of Deep Sea #1A775E
Tints of Deep Sea #1A775E
RGB
CMYK
RGB Variations
Color information
#1A775E (or 0x1A775E) is known color: Deep Sea. HEX triplet: 1A, 77 and 5E. RGB value is (26,119,94). Sum of RGB (Red+Green+Blue) = 26+119+94=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #1A775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A775E is #E588A1. Grayscale: #585858. Windows color (decimal): -15042722 or 6190874. OLE color: 6190874.
HSL color Cylindrical-coordinate representation of color #1A775E: hue angle of 163.87º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A775E is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 119 | 94 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.53 |
| HSL | 163.87º | 0.64% | 0.28% | - |
| HSV(B) | 163.87º | 0.78% | 0.47% | - |
| XYZ | 9.04 | 14.22 | 12.86 | - |
| YUV | 88.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 119 | 94 | 0.78 | 0 | 0.21 | 0.53 | 163.87 | 0.64 | 0.28 |
| Hex | 1A | 77 | 5E | 4E | 0 | 15 | 35 | A4 | 40 | 1C |
| Octal | 32 | 167 | 136 | 116 | 0 | 25 | 65 | 244 | 100 | 34 |
| Binary | 11010 | 1110111 | 1011110 | 1001110 | 0 | 10101 | 110101 | 10100100 | 1000000 | 11100 |
Color Harmonies of #1A775E
Complementary color
Monochromatic Colors of #1A775E
Black with #1A775E
Text Example
Text Example
White with #1A775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A775E; }
p { color: rgb(26,119,94); }
H1.HeaderClassName
{
color: #1A775E;
}
.AnyTagClassName
{
color: #1A775E;
}
</style>
background-color css
<style>
a { background-color: #1A775E; }
a { background-color: rgb(26,119,94); }
div.DivClassName
{
background-color: #1A775E;
}
.BgClassName
{
background-color: #1A775E;
}
</style>
border-color css
<style>
span { border-color: #1A775E; }
span { border-color: rgb(26,119,94); }
td.TdClassName
{
border-color: #1A775E;
}
.TagClassName
{
border-color: #1A775E;
}
</style>