Shades of Evening Sea #1A6851
Tints of Evening Sea #1A6851
RGB
CMYK
RGB Variations
Color information
#1A6851 (or 0x1A6851) is known color: Evening Sea. HEX triplet: 1A, 68 and 51. RGB value is (26,104,81). Sum of RGB (Red+Green+Blue) = 26+104+81=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #1A6851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6851 is #E597AE. Grayscale: #4E4E4E. Windows color (decimal): -15046575 or 5335066. OLE color: 5335066.
HSL color Cylindrical-coordinate representation of color #1A6851: hue angle of 162.31º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6851 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 104 | 81 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.59 |
| HSL | 162.31º | 0.6% | 0.25% | - |
| HSV(B) | 162.31º | 0.75% | 0.41% | - |
| XYZ | 6.86 | 10.71 | 9.49 | - |
| YUV | 78.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 81 | 0.75 | 0 | 0.22 | 0.59 | 162.31 | 0.6 | 0.25 |
| Hex | 1A | 68 | 51 | 4B | 0 | 16 | 3B | A2 | 3C | 19 |
| Octal | 32 | 150 | 121 | 113 | 0 | 26 | 73 | 242 | 74 | 31 |
| Binary | 11010 | 1101000 | 1010001 | 1001011 | 0 | 10110 | 111011 | 10100010 | 111100 | 11001 |
Color Harmonies of #1A6851
Complementary color
Monochromatic Colors of #1A6851
Black with #1A6851
Text Example
Text Example
White with #1A6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6851; }
p { color: rgb(26,104,81); }
H1.HeaderClassName
{
color: #1A6851;
}
.AnyTagClassName
{
color: #1A6851;
}
</style>
background-color css
<style>
a { background-color: #1A6851; }
a { background-color: rgb(26,104,81); }
div.DivClassName
{
background-color: #1A6851;
}
.BgClassName
{
background-color: #1A6851;
}
</style>
border-color css
<style>
span { border-color: #1A6851; }
span { border-color: rgb(26,104,81); }
td.TdClassName
{
border-color: #1A6851;
}
.TagClassName
{
border-color: #1A6851;
}
</style>