Shades of Evening Sea #1B584C
Tints of Evening Sea #1B584C
RGB
CMYK
RGB Variations
Color information
#1B584C (or 0x1B584C) is known color: Evening Sea. HEX triplet: 1B, 58 and 4C. RGB value is (27,88,76). Sum of RGB (Red+Green+Blue) = 27+88+76=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #1B584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B584C is #E4A7B3. Grayscale: #444444. Windows color (decimal): -14985140 or 5003291. OLE color: 5003291.
HSL color Cylindrical-coordinate representation of color #1B584C: hue angle of 168.2º 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 #1B584C is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 88 | 76 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.65 |
| HSL | 168.2º | 0.53% | 0.23% | - |
| HSV(B) | 168.2º | 0.69% | 0.35% | - |
| XYZ | 5.25 | 7.73 | 8.05 | - |
| YUV | 68.39 | 132.29 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 88 | 76 | 0.69 | 0 | 0.14 | 0.65 | 168.2 | 0.53 | 0.23 |
| Hex | 1B | 58 | 4C | 45 | 0 | E | 41 | A8 | 35 | 17 |
| Octal | 33 | 130 | 114 | 105 | 0 | 16 | 101 | 250 | 65 | 27 |
| Binary | 11011 | 1011000 | 1001100 | 1000101 | 0 | 1110 | 1000001 | 10101000 | 110101 | 10111 |
Color Harmonies of #1B584C
Complementary color
Monochromatic Colors of #1B584C
Black with #1B584C
Text Example
Text Example
White with #1B584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B584C; }
p { color: rgb(27,88,76); }
H1.HeaderClassName
{
color: #1B584C;
}
.AnyTagClassName
{
color: #1B584C;
}
</style>
background-color css
<style>
a { background-color: #1B584C; }
a { background-color: rgb(27,88,76); }
div.DivClassName
{
background-color: #1B584C;
}
.BgClassName
{
background-color: #1B584C;
}
</style>
border-color css
<style>
span { border-color: #1B584C; }
span { border-color: rgb(27,88,76); }
td.TdClassName
{
border-color: #1B584C;
}
.TagClassName
{
border-color: #1B584C;
}
</style>