Blue Zodiac is a
cool dark color with the hex code #041E42.
Also known as
"Ralph Lauren Navy"
by Ralph Lauren
.
This vibrant hue can be represented as RGB
4, 30, 66 in digital design or CMYK 94%, 55%, 0%, 74% for print applications.
Find matching Pantone color.
Currently, 1 brand uses this color in their visual identity, making it a proven choice for professional branding and web design.
Blue Zodiac
#041E42 aka “Ralph Lauren Navy” by Ralph Lauren
Blue Zodiac color values
- HEX
- #041E42
- RGB
- 4, 30, 66
- HSL
- 215°, 89%, 14%
- CMYK
- 94, 55, 0, 74
Shades & tints
About this color
Blue Zodiac sits at 215° on the color wheel with 89% saturation and 14% lightness, placing it in the blue segment of the spectrum. With saturation at 89%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. Near-black lightness makes it read as a deep, absorptive tone — color is implied more than seen.
In digital environments, Blue Zodiac is rendered as rgb(4, 30, 66), where the blue channel is highest at 66, anchoring the color in the cool register. High saturation combined with low lightness creates deep, jewel-toned results — useful for premium UI elements, hover states, and focused interaction areas.
For print, Blue Zodiac translates to a CMYK breakdown of 94C 55M 0Y 74K. A substantial black component (74%) anchors this color in print. The remaining ink channels supplement rather than drive the hue, which keeps the result stable across different paper stocks. In brand applications, this exact value is specified as Ralph Lauren Navy.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Blue Zodiac
CSS Variable
:root {
--brand-primary: #041E42;
--brand-primary-rgb: 4, 30, 66;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#041E42',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 94%
M: 55%
Y: 0%
K: 74% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(4, 30, 66)
rgba(4, 30, 66, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Brands using Blue Zodiac
1 brand uses this color in their identity
Frequently asked questions
What color is #041E42?
What is the RGB value of #041E42?
Is Blue Zodiac a warm or cool color?
How do I use #041E42 in CSS?
background-color: #041E42; or color: #041E42; or as an RGB value: rgb(4, 30, 66). For print design, use CMYK: 94%, 55%, 0%, 74%.