Shades of Evening Sea #1B684D
Tints of Evening Sea #1B684D
RGB
CMYK
RGB Variations
Color information
#1B684D (or 0x1B684D) is known color: Evening Sea. HEX triplet: 1B, 68 and 4D. RGB value is (27,104,77). Sum of RGB (Red+Green+Blue) = 27+104+77=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #1B684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B684D is #E497B2. Grayscale: #4D4D4D. Windows color (decimal): -14981043 or 5072923. OLE color: 5072923.
HSL color Cylindrical-coordinate representation of color #1B684D: hue angle of 158.96º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B684D is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 104 | 77 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.59 |
| HSL | 158.96º | 0.59% | 0.26% | - |
| HSV(B) | 158.96º | 0.74% | 0.41% | - |
| XYZ | 6.74 | 10.67 | 8.73 | - |
| YUV | 77.9 | 127.49 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 104 | 77 | 0.74 | 0 | 0.26 | 0.59 | 158.96 | 0.59 | 0.26 |
| Hex | 1B | 68 | 4D | 4A | 0 | 1A | 3B | 9F | 3B | 1A |
| Octal | 33 | 150 | 115 | 112 | 0 | 32 | 73 | 237 | 73 | 32 |
| Binary | 11011 | 1101000 | 1001101 | 1001010 | 0 | 11010 | 111011 | 10011111 | 111011 | 11010 |
Color Harmonies of #1B684D
Complementary color
Monochromatic Colors of #1B684D
Black with #1B684D
Text Example
Text Example
White with #1B684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B684D; }
p { color: rgb(27,104,77); }
H1.HeaderClassName
{
color: #1B684D;
}
.AnyTagClassName
{
color: #1B684D;
}
</style>
background-color css
<style>
a { background-color: #1B684D; }
a { background-color: rgb(27,104,77); }
div.DivClassName
{
background-color: #1B684D;
}
.BgClassName
{
background-color: #1B684D;
}
</style>
border-color css
<style>
span { border-color: #1B684D; }
span { border-color: rgb(27,104,77); }
td.TdClassName
{
border-color: #1B684D;
}
.TagClassName
{
border-color: #1B684D;
}
</style>