Shades of Evening Sea #1B5846
Tints of Evening Sea #1B5846
RGB
CMYK
RGB Variations
Color information
#1B5846 (or 0x1B5846) is known color: Evening Sea. HEX triplet: 1B, 58 and 46. RGB value is (27,88,70). Sum of RGB (Red+Green+Blue) = 27+88+70=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #1B5846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5846 is #E4A7B9. Grayscale: #434343. Windows color (decimal): -14985146 or 4610075. OLE color: 4610075.
HSL color Cylindrical-coordinate representation of color #1B5846: hue angle of 162.3º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B5846 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 88 | 70 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.65 |
| HSL | 162.3º | 0.53% | 0.23% | - |
| HSV(B) | 162.3º | 0.69% | 0.35% | - |
| XYZ | 5.05 | 7.65 | 7.01 | - |
| YUV | 67.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 88 | 70 | 0.69 | 0 | 0.20 | 0.65 | 162.3 | 0.53 | 0.23 |
| Hex | 1B | 58 | 46 | 45 | 0 | 14 | 41 | A2 | 35 | 17 |
| Octal | 33 | 130 | 106 | 105 | 0 | 24 | 101 | 242 | 65 | 27 |
| Binary | 11011 | 1011000 | 1000110 | 1000101 | 0 | 10100 | 1000001 | 10100010 | 110101 | 10111 |
Color Harmonies of #1B5846
Complementary color
Monochromatic Colors of #1B5846
Black with #1B5846
Text Example
Text Example
White with #1B5846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5846; }
p { color: rgb(27,88,70); }
H1.HeaderClassName
{
color: #1B5846;
}
.AnyTagClassName
{
color: #1B5846;
}
</style>
background-color css
<style>
a { background-color: #1B5846; }
a { background-color: rgb(27,88,70); }
div.DivClassName
{
background-color: #1B5846;
}
.BgClassName
{
background-color: #1B5846;
}
</style>
border-color css
<style>
span { border-color: #1B5846; }
span { border-color: rgb(27,88,70); }
td.TdClassName
{
border-color: #1B5846;
}
.TagClassName
{
border-color: #1B5846;
}
</style>