Skip to main content

Big Stone

#14233C aka “Deep Navy” by Monzo

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 color values

HEX
#14233C
RGB
20, 35, 60
HSL
218°, 50%, 16%
CMYK
67, 42, 0, 76

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.

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 Big Stone

1 brand uses this color in their identity

Frequently asked questions

What color is #14233C?
#14233C is Big Stone, a cool dark color with RGB values of 20, 35, 60. It has a hue of 218°, 50% saturation, and 16% lightness in the HSL color space.
What is the RGB value of #14233C?
The RGB color code for #14233C is rgb(20, 35, 60). This means it contains 20 red, 35 green, and 60 blue in the RGB color model.
Is Big Stone a warm or cool color?
Big Stone (#14233C) is a cool color with a hue between 120-300° on the color wheel.
How do I use #14233C in CSS?
You can use #14233C in CSS with: background-color: #14233C; or color: #14233C; or as an RGB value: rgb(20, 35, 60). For print design, use CMYK: 67%, 42%, 0%, 76%.