Shades of Evening Sea #1B664C
Tints of Evening Sea #1B664C
RGB
CMYK
RGB Variations
Color information
#1B664C (or 0x1B664C) is known color: Evening Sea. HEX triplet: 1B, 66 and 4C. RGB value is (27,102,76). Sum of RGB (Red+Green+Blue) = 27+102+76=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #1B664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B664C is #E499B3. Grayscale: #4C4C4C. Windows color (decimal): -14981556 or 5006875. OLE color: 5006875.
HSL color Cylindrical-coordinate representation of color #1B664C: hue angle of 159.2º 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 #1B664C is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 27 | 102 | 76 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.6 |
| HSL | 159.2º | 0.58% | 0.25% | - |
| HSV(B) | 159.2º | 0.74% | 0.4% | - |
| XYZ | 6.51 | 10.26 | 8.47 | - |
| YUV | 76.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 102 | 76 | 0.74 | 0 | 0.25 | 0.6 | 159.2 | 0.58 | 0.25 |
| Hex | 1B | 66 | 4C | 4A | 0 | 19 | 3C | 9F | 3A | 19 |
| Octal | 33 | 146 | 114 | 112 | 0 | 31 | 74 | 237 | 72 | 31 |
| Binary | 11011 | 1100110 | 1001100 | 1001010 | 0 | 11001 | 111100 | 10011111 | 111010 | 11001 |
Color Harmonies of #1B664C
Complementary color
Monochromatic Colors of #1B664C
Black with #1B664C
Text Example
Text Example
White with #1B664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B664C; }
p { color: rgb(27,102,76); }
H1.HeaderClassName
{
color: #1B664C;
}
.AnyTagClassName
{
color: #1B664C;
}
</style>
background-color css
<style>
a { background-color: #1B664C; }
a { background-color: rgb(27,102,76); }
div.DivClassName
{
background-color: #1B664C;
}
.BgClassName
{
background-color: #1B664C;
}
</style>
border-color css
<style>
span { border-color: #1B664C; }
span { border-color: rgb(27,102,76); }
td.TdClassName
{
border-color: #1B664C;
}
.TagClassName
{
border-color: #1B664C;
}
</style>