#192573
a dark, vivid blue · warm · closest name: midnightblue
RGB
25, 37, 115
HSL
232°, 64%, 28%
CMYK
78, 68, 0, 55
Luminance
0.0277
Every format
| HEX | #192573 |
| RGB | rgb(25, 37, 115) |
| HSL | hsl(232, 64%, 28%) |
| CMYK | cmyk(78%, 68%, 0%, 55%) |
| LAB | lab(19.1 24.9 -46.2) |
| LCH | lch(19.1 52.5 298.3) |
| OKLCH | oklch(0.312 0.134 269.8) |
Copy-ready code
/* CSS */
color: #192573;
background-color: #192573;
/* Tailwind (arbitrary) */
class="text-[#192573] bg-[#192573]"
/* SCSS */
$brand: #192573;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.451)
/* Android */
Color.parseColor("#192573")Accessibility — WCAG contrast
Aa
#192573 on white: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192573 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue45.1%
CMYK percentages
Cyan78.3%
Magenta67.8%
Yellow0.0%
Key (black)54.9%
Color previews
#192573 text on a black background
contrast 1.55:1
Card sample
#192573 text on a white background
contrast 13.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192573;
Background color
Panel with #192573 background
background-color: #192573;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192573;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192573; background: linear-gradient(135deg, #192573, #491973);