Shades of Evening Sea #1B664F
Tints of Evening Sea #1B664F
RGB
CMYK
RGB Variations
Color information
#1B664F (or 0x1B664F) is known color: Evening Sea. HEX triplet: 1B, 66 and 4F. RGB value is (27,102,79). Sum of RGB (Red+Green+Blue) = 27+102+79=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #1B664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B664F is #E499B0. Grayscale: #4C4C4C. Windows color (decimal): -14981553 or 5203483. OLE color: 5203483.
HSL color Cylindrical-coordinate representation of color #1B664F: hue angle of 161.6º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B664F is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 27 | 102 | 79 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.6 |
| HSL | 161.6º | 0.58% | 0.25% | - |
| HSV(B) | 161.6º | 0.74% | 0.4% | - |
| XYZ | 6.61 | 10.3 | 9.04 | - |
| YUV | 76.95 | 129.15 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 102 | 79 | 0.74 | 0 | 0.23 | 0.6 | 161.6 | 0.58 | 0.25 |
| Hex | 1B | 66 | 4F | 4A | 0 | 17 | 3C | A2 | 3A | 19 |
| Octal | 33 | 146 | 117 | 112 | 0 | 27 | 74 | 242 | 72 | 31 |
| Binary | 11011 | 1100110 | 1001111 | 1001010 | 0 | 10111 | 111100 | 10100010 | 111010 | 11001 |
Color Harmonies of #1B664F
Complementary color
Monochromatic Colors of #1B664F
Black with #1B664F
Text Example
Text Example
White with #1B664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B664F; }
p { color: rgb(27,102,79); }
H1.HeaderClassName
{
color: #1B664F;
}
.AnyTagClassName
{
color: #1B664F;
}
</style>
background-color css
<style>
a { background-color: #1B664F; }
a { background-color: rgb(27,102,79); }
div.DivClassName
{
background-color: #1B664F;
}
.BgClassName
{
background-color: #1B664F;
}
</style>
border-color css
<style>
span { border-color: #1B664F; }
span { border-color: rgb(27,102,79); }
td.TdClassName
{
border-color: #1B664F;
}
.TagClassName
{
border-color: #1B664F;
}
</style>