Shades of Deep Sea #1A815B
Tints of Deep Sea #1A815B
RGB
CMYK
RGB Variations
Color information
#1A815B (or 0x1A815B) is known color: Deep Sea. HEX triplet: 1A, 81 and 5B. RGB value is (26,129,91). Sum of RGB (Red+Green+Blue) = 26+129+91=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #1A815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A815B is #E57EA4. Grayscale: #5D5D5D. Windows color (decimal): -15040165 or 5996826. OLE color: 5996826.
HSL color Cylindrical-coordinate representation of color #1A815B: hue angle of 157.86º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A815B is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 129 | 91 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.49 |
| HSL | 157.86º | 0.66% | 0.3% | - |
| HSV(B) | 157.86º | 0.8% | 0.51% | - |
| XYZ | 10.16 | 16.68 | 12.58 | - |
| YUV | 93.87 | 126.38 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 91 | 0.80 | 0 | 0.29 | 0.49 | 157.86 | 0.66 | 0.3 |
| Hex | 1A | 81 | 5B | 50 | 0 | 1D | 31 | 9E | 42 | 1E |
| Octal | 32 | 201 | 133 | 120 | 0 | 35 | 61 | 236 | 102 | 36 |
| Binary | 11010 | 10000001 | 1011011 | 1010000 | 0 | 11101 | 110001 | 10011110 | 1000010 | 11110 |
Color Harmonies of #1A815B
Complementary color
Monochromatic Colors of #1A815B
Black with #1A815B
Text Example
Text Example
White with #1A815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A815B; }
p { color: rgb(26,129,91); }
H1.HeaderClassName
{
color: #1A815B;
}
.AnyTagClassName
{
color: #1A815B;
}
</style>
background-color css
<style>
a { background-color: #1A815B; }
a { background-color: rgb(26,129,91); }
div.DivClassName
{
background-color: #1A815B;
}
.BgClassName
{
background-color: #1A815B;
}
</style>
border-color css
<style>
span { border-color: #1A815B; }
span { border-color: rgb(26,129,91); }
td.TdClassName
{
border-color: #1A815B;
}
.TagClassName
{
border-color: #1A815B;
}
</style>