Traditional Blue Color Hex Code
#1f648dWhat is Traditional Blue Color Hex Code Color?
Traditional Blue Color Hex Code is a dark, moderately saturated blue color with the hex code #1f648d. Its RGB value is rgb(31, 100, 141), meaning it contains 31 red, 100 green, and 141 blue light values. In the HSL color model, it has a hue of 202°, saturation of 64%, and lightness of 34%.
Traditional Blue Color Hex Code Color Codes
Here are all the color format codes for Traditional Blue Color Hex Code:
- HEX: #1f648d
- RGB: rgb(31, 100, 141)
- HSL: hsl(202°, 64%, 34%)
- CMYK: cmyk(78%, 29%, 0%, 45%)
- Android/Flutter: Color(0xFF1F648D)
- Swift UIColor: UIColor(red: 0.122, green: 0.392, blue: 0.553, alpha: 1.0)
Is Traditional Blue Color Hex Code Accessible?
Traditional Blue Color Hex Code (#1f648d) passes WCAG AA accessibility standards. It has a contrast ratio of 6.43:1 against white and 3.27:1 against black text. White text on this color passes WCAG AA for normal body text.
How to Use Traditional Blue Color Hex Code in Design
Traditional Blue Color Hex Code is a dark blue tone that works well as
a primary brand color, button color, or dark background in modern UI designs.
Use lighter tints of this color to create depth and hierarchy in your layouts.
In CSS, you can use it directly as color: #1f648d; or
background-color: #1f648d;.
Traditional Blue Color Hex Code Shades and Tints
Shades of Traditional Blue Color Hex Code are created by mixing it with black, ranging from the original #1f648d down to near-black #1c597d. Tints are made by adding white — from the base color up to near-white #e0eff8. These variations help build complete design system palettes and Tailwind CSS color scales.
Traditional Blue Color Hex Code Color Harmonies
The complementary color of Traditional Blue Color Hex Code is #8e481f. Its analogous colors are #1f2e8e and #1f8e7f. For a triadic palette, combine it with #8e1f65 and #658e1f.
Frequently Asked Questions
What is the hex code for Traditional Blue Color Hex Code?
The hex code for Traditional Blue Color Hex Code is #1f648d.
What is the RGB value of Traditional Blue Color Hex Code?
The RGB value is rgb(31, 100, 141). Red channel: 31/255, Green: 100/255, Blue: 141/255.
Is Traditional Blue Color Hex Code good for web accessibility?
Traditional Blue Color Hex Code has a contrast ratio of 6.43:1 with white and 3.27:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Traditional Blue Color Hex Code?
Traditional Blue Color Hex Code pairs well with its complementary color #8e481f, analogous colors #1f2e8e and #1f8e7f, or neutral whites and grays for a clean, modern look.
How do I use Traditional Blue Color Hex Code in CSS?
Use it in CSS like this:
background-color: #1f648d;
color: #1f648d;
Or as a CSS variable: --color-primary: #1f648d;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #1f648d;
--color-primary-rgb: 31, 100, 141;
--color-primary-hsl: 202 64% 34%;
--color-primary-text: #ffffff;
colors: {
'traditional-blue-color-hex-code': {
DEFAULT: '#1f648d',
100: '#ffffff',
200: '#e0eff8',
300: '#c2e0f2',
400: '#a3d0eb',
500: '#84c1e4',
600: '#1c597d',
700: '#184e6e',
800: '#15435e',
900: '#11384e',
950: '#0e2c3f',
}
}
'base': #1f648d,
'light': #c2e0f2,
'dark': #184e6e,
'rgb': 31, 100, 141
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.