Evening Sea is a
cool dark color with the hex code #1B5047.
This moderately saturated hue can be represented as RGB
27, 80, 71 in digital design or CMYK 66%, 0%, 11%, 69% for print applications.
Find matching Pantone color.
Evening Sea
#1B5047
Evening Sea color values
- HEX
- #1B5047
- RGB
- 27, 80, 71
- HSL
- 170°, 50%, 21%
- CMYK
- 66, 0, 11, 69
Shades & tints
About this color
Evening Sea sits at 170° on the color wheel with 50% saturation and 21% lightness, placing it in the cyan segment of the spectrum. The moderate 50% saturation gives it enough color presence to register clearly without competing for dominance in a composition. The lower lightness gives it weight and depth, lending gravity to any palette it enters.
In digital environments, Evening Sea is rendered as rgb(27, 80, 71), where the green channel leads at 80, with red and blue channels close behind. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.
For print, Evening Sea translates to a CMYK breakdown of 66C 0M 11Y 69K. A substantial black component (69%) anchors this color in print. The remaining ink channels supplement rather than drive the hue, which keeps the result stable across different paper stocks. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Evening Sea
CSS Variable
:root {
--brand-primary: #1B5047;
--brand-primary-rgb: 27, 80, 71;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#1B5047',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 66%
M: 0%
Y: 11%
K: 69% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(27, 80, 71)
rgba(27, 80, 71, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #1B5047?
What is the RGB value of #1B5047?
Is Evening Sea a warm or cool color?
How do I use #1B5047 in CSS?
background-color: #1B5047; or color: #1B5047; or as an RGB value: rgb(27, 80, 71). For print design, use CMYK: 66%, 0%, 11%, 69%.