Big Stone is a
cool dark color with the hex code #14233C.
Also known as
"Deep Navy"
by Monzo
.
This moderately saturated hue can be represented as RGB
20, 35, 60 in digital design or CMYK 67%, 42%, 0%, 76% 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.
Big Stone
#14233C aka “Deep Navy” by Monzo
Big Stone color values
- HEX
- #14233C
- RGB
- 20, 35, 60
- HSL
- 218°, 50%, 16%
- CMYK
- 67, 42, 0, 76
Shades & tints
About this color
Big Stone sits at 218° on the color wheel with 50% saturation and 16% lightness, placing it in the blue 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, Big Stone is rendered as rgb(20, 35, 60), where the blue channel is highest at 60, though it sits close to the other channels. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.
For print, Big Stone translates to a CMYK breakdown of 67C 42M 0Y 76K. A substantial black component (76%) 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 Deep Navy.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Big Stone
CSS Variable
:root {
--brand-primary: #14233C;
--brand-primary-rgb: 20, 35, 60;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#14233C',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 67%
M: 42%
Y: 0%
K: 76% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(20, 35, 60)
rgba(20, 35, 60, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Brands using similar hue
24 brand s with colors near 218° on the color wheel
Frequently asked questions
What color is #14233C?
What is the RGB value of #14233C?
Is Big Stone a warm or cool color?
How do I use #14233C in CSS?
background-color: #14233C; or color: #14233C; or as an RGB value: rgb(20, 35, 60). For print design, use CMYK: 67%, 42%, 0%, 76%.