Shades of Evening Sea #185B4D
Tints of Evening Sea #185B4D
RGB
CMYK
RGB Variations
Color information
#185B4D (or 0x185B4D) is known color: Evening Sea. HEX triplet: 18, 5B and 4D. RGB value is (24,91,77). Sum of RGB (Red+Green+Blue) = 24+91+77=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #185B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B4D is #E7A4B2. Grayscale: #454545. Windows color (decimal): -15180979 or 5069592. OLE color: 5069592.
HSL color Cylindrical-coordinate representation of color #185B4D: hue angle of 167.46º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B4D is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 91 | 77 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.64 |
| HSL | 167.46º | 0.58% | 0.23% | - |
| HSV(B) | 167.46º | 0.74% | 0.36% | - |
| XYZ | 5.46 | 8.21 | 8.32 | - |
| YUV | 69.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 77 | 0.74 | 0 | 0.15 | 0.64 | 167.46 | 0.58 | 0.23 |
| Hex | 18 | 5B | 4D | 4A | 0 | F | 40 | A7 | 3A | 17 |
| Octal | 30 | 133 | 115 | 112 | 0 | 17 | 100 | 247 | 72 | 27 |
| Binary | 11000 | 1011011 | 1001101 | 1001010 | 0 | 1111 | 1000000 | 10100111 | 111010 | 10111 |
Color Harmonies of #185B4D
Complementary color
Monochromatic Colors of #185B4D
Black with #185B4D
Text Example
Text Example
White with #185B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B4D; }
p { color: rgb(24,91,77); }
H1.HeaderClassName
{
color: #185B4D;
}
.AnyTagClassName
{
color: #185B4D;
}
</style>
background-color css
<style>
a { background-color: #185B4D; }
a { background-color: rgb(24,91,77); }
div.DivClassName
{
background-color: #185B4D;
}
.BgClassName
{
background-color: #185B4D;
}
</style>
border-color css
<style>
span { border-color: #185B4D; }
span { border-color: rgb(24,91,77); }
td.TdClassName
{
border-color: #185B4D;
}
.TagClassName
{
border-color: #185B4D;
}
</style>