Shades of Evening Sea #1B6450
Tints of Evening Sea #1B6450
RGB
CMYK
RGB Variations
Color information
#1B6450 (or 0x1B6450) is known color: Evening Sea. HEX triplet: 1B, 64 and 50. RGB value is (27,100,80). Sum of RGB (Red+Green+Blue) = 27+100+80=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 100 - color contains mainly: green. Hex color #1B6450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6450 is #E49BAF. Grayscale: #4B4B4B. Windows color (decimal): -14982064 or 5268507. OLE color: 5268507.
HSL color Cylindrical-coordinate representation of color #1B6450: hue angle of 163.56º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B6450 is Cyan = 0.73, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 100 | 80 | - |
| CMYK | 0.73 | 0 | 0.2 | 0.61 |
| HSL | 163.56º | 0.57% | 0.25% | - |
| HSV(B) | 163.56º | 0.73% | 0.39% | - |
| XYZ | 6.46 | 9.93 | 9.17 | - |
| YUV | 75.89 | 130.32 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 100 | 80 | 0.73 | 0 | 0.2 | 0.61 | 163.56 | 0.57 | 0.25 |
| Hex | 1B | 64 | 50 | 49 | 0 | 14 | 3D | A4 | 39 | 19 |
| Octal | 33 | 144 | 120 | 111 | 0 | 24 | 75 | 244 | 71 | 31 |
| Binary | 11011 | 1100100 | 1010000 | 1001001 | 0 | 10100 | 111101 | 10100100 | 111001 | 11001 |
Color Harmonies of #1B6450
Complementary color
Monochromatic Colors of #1B6450
Black with #1B6450
Text Example
Text Example
White with #1B6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6450; }
p { color: rgb(27,100,80); }
H1.HeaderClassName
{
color: #1B6450;
}
.AnyTagClassName
{
color: #1B6450;
}
</style>
background-color css
<style>
a { background-color: #1B6450; }
a { background-color: rgb(27,100,80); }
div.DivClassName
{
background-color: #1B6450;
}
.BgClassName
{
background-color: #1B6450;
}
</style>
border-color css
<style>
span { border-color: #1B6450; }
span { border-color: rgb(27,100,80); }
td.TdClassName
{
border-color: #1B6450;
}
.TagClassName
{
border-color: #1B6450;
}
</style>