What is the hex code for midnight blue?
CSS midnightblue is #191970; Apple’s “midnight” finish runs neutral-darker near #1d1d2b.
Why do tuxedos come in midnight blue?
Under artificial evening light, black fabric can cast green while midnight blue reads deeper than black itself — a tailoring trick since the 1920s.
Midnight vs navy?
Navy is the institutional daytime dark; midnight sits closer to black with more violet depth — the evening register.
What color is #191970?
#191970 is a dark vivid blue — the CSS keyword Midnight Blue. It sits at 240° on the hue wheel with 64% saturation and 27% lightness, which reads as cool.
What is the RGB value of #191970?
rgb(25, 25, 112) — 25 red, 25 green and 112 blue out of 255, or 9.8% / 9.8% / 43.9% by channel.
What is #191970 in HSL and HSV?
hsl(240, 64%, 27%) and hsv(240, 78%, 44%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #191970 a light or a dark color?
It is a dark color. Relative luminance is 0.0207 and perceived brightness is 17%, so white text on it reaches 14.85:1.
Should I use black or white text on #191970?
White. It scores 14.85:1 against #191970, versus 1.41:1 for black — AAA at any size.
Is #191970 accessible on a white background?
#191970 on white scores 14.85:1, which clears AAA at every size.
What is the complementary color of #191970?
#707019 sits directly opposite on the wheel. Softer options are the split-complements #704519 and #457019, which give the same contrast with far less vibration.
What colors go well with #191970?
For interface work: #F4F4FA as the surface, #C0C0ED for borders, #4B4B9B for secondary text, #735C16 as an accent and #171768 for hover and pressed states. For a palette, the analogous pair #194570 and #451970 stays calm, while #707019 is the loudest partner.
What is #191970 in CMYK for printing?
cmyk(78%, 78%, 0%, 56%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #191970 warm or cool?
Cool — it scores 83 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #391970; nudged cooler, #183572.
Which Tailwind color is closest to #191970?
The slate family — its 500 step is #64748b, ΔE2000 28.2 away. That is a visible difference, so define #191970 as a custom token rather than reaching for the built-in.
How do I use #191970 in Tailwind CSS?
Inline it as an arbitrary value with bg-[#191970] or text-[#191970], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #191970 with 50% opacity?
rgba(25, 25, 112, 0.5), or #19197080 in eight-digit hex. Over white that composites to #8C8CB8; over black, #0D0D38.
Is #191970 a web-safe color?
No. The nearest web-safe colour is #000066, ΔE2000 5.6 away. The palette only matters for legacy displays and some email clients now.
What does the color #191970 mean?
As a blue, it reads trusted, calm, competent. The default of institutions for a reason: blue is read as stable and safe across nearly every culture that has been surveyed. At this chroma the effect is amplified — it will dominate whatever sits beside it.
What gradient works with #191970?
The safest is same-hue elevation: linear-gradient(135deg, #2424A2, #191970 45%, #171768). For more colour, a short hue run to #461357 keeps it rich without turning muddy.