Shades of Deep Sea #1A8561
Tints of Deep Sea #1A8561
RGB
CMYK
RGB Variations
Color information
#1A8561 (or 0x1A8561) is known color: Deep Sea. HEX triplet: 1A, 85 and 61. RGB value is (26,133,97). Sum of RGB (Red+Green+Blue) = 26+133+97=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #1A8561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8561 is #E57A9E. Grayscale: #606060. Windows color (decimal): -15039135 or 6391066. OLE color: 6391066.
HSL color Cylindrical-coordinate representation of color #1A8561: hue angle of 159.81º 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 #1A8561 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 133 | 97 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.48 |
| HSL | 159.81º | 0.67% | 0.31% | - |
| HSV(B) | 159.81º | 0.8% | 0.52% | - |
| XYZ | 10.97 | 17.86 | 14.18 | - |
| YUV | 96.9 | 128.05 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 97 | 0.80 | 0 | 0.27 | 0.48 | 159.81 | 0.67 | 0.31 |
| Hex | 1A | 85 | 61 | 50 | 0 | 1B | 30 | A0 | 43 | 1F |
| Octal | 32 | 205 | 141 | 120 | 0 | 33 | 60 | 240 | 103 | 37 |
| Binary | 11010 | 10000101 | 1100001 | 1010000 | 0 | 11011 | 110000 | 10100000 | 1000011 | 11111 |
Color Harmonies of #1A8561
Complementary color
Monochromatic Colors of #1A8561
Black with #1A8561
Text Example
Text Example
White with #1A8561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8561; }
p { color: rgb(26,133,97); }
H1.HeaderClassName
{
color: #1A8561;
}
.AnyTagClassName
{
color: #1A8561;
}
</style>
background-color css
<style>
a { background-color: #1A8561; }
a { background-color: rgb(26,133,97); }
div.DivClassName
{
background-color: #1A8561;
}
.BgClassName
{
background-color: #1A8561;
}
</style>
border-color css
<style>
span { border-color: #1A8561; }
span { border-color: rgb(26,133,97); }
td.TdClassName
{
border-color: #1A8561;
}
.TagClassName
{
border-color: #1A8561;
}
</style>