Shades of Deep Sea #1A8560
Tints of Deep Sea #1A8560
RGB
CMYK
RGB Variations
Color information
#1A8560 (or 0x1A8560) is known color: Deep Sea. HEX triplet: 1A, 85 and 60. RGB value is (26,133,96). Sum of RGB (Red+Green+Blue) = 26+133+96=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #1A8560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8560 is #E57A9F. Grayscale: #606060. Windows color (decimal): -15039136 or 6325530. OLE color: 6325530.
HSL color Cylindrical-coordinate representation of color #1A8560: hue angle of 159.25º 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 #1A8560 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 133 | 96 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.48 |
| HSL | 159.25º | 0.67% | 0.31% | - |
| HSV(B) | 159.25º | 0.8% | 0.52% | - |
| XYZ | 10.92 | 17.84 | 13.93 | - |
| YUV | 96.79 | 127.55 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 96 | 0.80 | 0 | 0.28 | 0.48 | 159.25 | 0.67 | 0.31 |
| Hex | 1A | 85 | 60 | 50 | 0 | 1C | 30 | 9F | 43 | 1F |
| Octal | 32 | 205 | 140 | 120 | 0 | 34 | 60 | 237 | 103 | 37 |
| Binary | 11010 | 10000101 | 1100000 | 1010000 | 0 | 11100 | 110000 | 10011111 | 1000011 | 11111 |
Color Harmonies of #1A8560
Complementary color
Monochromatic Colors of #1A8560
Black with #1A8560
Text Example
Text Example
White with #1A8560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8560; }
p { color: rgb(26,133,96); }
H1.HeaderClassName
{
color: #1A8560;
}
.AnyTagClassName
{
color: #1A8560;
}
</style>
background-color css
<style>
a { background-color: #1A8560; }
a { background-color: rgb(26,133,96); }
div.DivClassName
{
background-color: #1A8560;
}
.BgClassName
{
background-color: #1A8560;
}
</style>
border-color css
<style>
span { border-color: #1A8560; }
span { border-color: rgb(26,133,96); }
td.TdClassName
{
border-color: #1A8560;
}
.TagClassName
{
border-color: #1A8560;
}
</style>