Shades of Evening Sea #1B644F
Tints of Evening Sea #1B644F
RGB
CMYK
RGB Variations
Color information
#1B644F (or 0x1B644F) is known color: Evening Sea. HEX triplet: 1B, 64 and 4F. RGB value is (27,100,79). Sum of RGB (Red+Green+Blue) = 27+100+79=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #1B644F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B644F is #E49BB0. Grayscale: #4B4B4B. Windows color (decimal): -14982065 or 5202971. OLE color: 5202971.
HSL color Cylindrical-coordinate representation of color #1B644F: hue angle of 162.74º 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 #1B644F is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 100 | 79 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.61 |
| HSL | 162.74º | 0.57% | 0.25% | - |
| HSV(B) | 162.74º | 0.73% | 0.39% | - |
| XYZ | 6.42 | 9.91 | 8.97 | - |
| YUV | 75.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 100 | 79 | 0.73 | 0 | 0.21 | 0.61 | 162.74 | 0.57 | 0.25 |
| Hex | 1B | 64 | 4F | 49 | 0 | 15 | 3D | A3 | 39 | 19 |
| Octal | 33 | 144 | 117 | 111 | 0 | 25 | 75 | 243 | 71 | 31 |
| Binary | 11011 | 1100100 | 1001111 | 1001001 | 0 | 10101 | 111101 | 10100011 | 111001 | 11001 |
Color Harmonies of #1B644F
Complementary color
Monochromatic Colors of #1B644F
Black with #1B644F
Text Example
Text Example
White with #1B644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B644F; }
p { color: rgb(27,100,79); }
H1.HeaderClassName
{
color: #1B644F;
}
.AnyTagClassName
{
color: #1B644F;
}
</style>
background-color css
<style>
a { background-color: #1B644F; }
a { background-color: rgb(27,100,79); }
div.DivClassName
{
background-color: #1B644F;
}
.BgClassName
{
background-color: #1B644F;
}
</style>
border-color css
<style>
span { border-color: #1B644F; }
span { border-color: rgb(27,100,79); }
td.TdClassName
{
border-color: #1B644F;
}
.TagClassName
{
border-color: #1B644F;
}
</style>