Skip to main content Skip to docs navigation

#211f96 hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Gentian Blue and its hex is #312297 Nearest Color Name

Color Hue/Base color: Blue

Hex #211f96 Color code in RGB color code model is created after adding 12.94% red color, 12.16% green color and 58.82% blue color. Hex #211f96 Color code in CMYK color (process color) code model is generated after subtraction of 78% cyan, 79% magenta, 0% yellow and 41.18% black.

Hex #211f96 color code is between #222299 web safe hex color code and #111188 web safe hex color code. #222299 is the nearest web safe color code. You can see here many more shades of #211f96 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 211f96 #211f96
RGB Decimal 33, 31, 150 33, 31, 150
RGB Percent 13%, 12%, 59% rgb(13%, 12%, 59%)
CSS RGBa 33, 31, 150,1 rgba(33,31,150,1)
CMYK Model cmyk(78%,79%,0%,41.18%)
HSL Color Space 241,66% ,35% hsl(241,66% ,35%)
HSV Color Space 241°, 79%, 59%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00100001 00011111 10010110
Octal 41 37 226
Decimal 33 31 150
Hex 21 1f 96

Different shades of #211f96 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #211f96
#050517
Darker of #211f96
#0e0e41
Dark of #211f96
#18166c
Base of #211f96
#211f96
Light of #211f96
#2a28c0
Lighter
#4543d8
Lightest
#6f6de1

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#211f96
#94961f

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#211f96
#965d1f
#58961f

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#1f6296
#1f4f96
#211f96
#491f96
#7a1f96

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#211f96
#1f9621
#96211f

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#211f96
#96211f
#94961f
#1f9496

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#211f96
#961f58
#94961f
#1f965d

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #211f96

#000000
#050517
#0e0e41
#18166c
#211f96
#2a28c0
#4543d8
#6f6de1
#9997ea

Tints of #211f96 Color

#211f96
#3937a1
#5250ad
#6b69b9
#8382c4
#9c9bd0
#b5b4dc
#cdcde7
#e6e6f3
#ffffff

Shades of #211f96 color code

Generate more color scales with scales (color stack) generator.

#211f96
#1d1b85
#191874
#161464
#121153
#0e0d42
#0b0a32
#070621
#030310
#000000

Tones

#211f96
#323184
#444372
#555560
#5a5a5a

Tones

Similar Color like #211f96 color

Find visually similar hex color codes nearing to #211f96 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#222097
#232198
#242299
#25239a
#26249b
#27259c
#28269d
#29279e
#2a289f
#2b29a0
#2c2aa1
#2d2ba2
#2e2ca3
#2f2da4
#201e95
#1f1d94
#1e1c93
#1d1b92
#1c1a91
#1b1990
#1a188f
#19178e
#18168d
#17158c
#16148b
#15138a
#141289
#131188

Download this Dark Blue

Hex #211f96 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#211f96 Color Code Preview on Black Background Color

This is how #211f96 Color will look on black background color. Color contrast ratio is 1.70

#211f96 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#211f96">Your Example Paragraph content text in with font color #211f96 </p>

Your Example Paragraph content text in with font color #211f96

HTML with inline CSS

<div style="color:#211f96">Your Paragraph text in with font color #211f96 </div>

Your Example Paragraph content text in with font color #211f96

#211f96 color code is use for CSS Background Color

Background color for the above div is #211f96

HTML with inline CSS

<div style="background-color:#211f96;"></div>

#211f96 color code is use for CSS Border Color

CSS Border color for the above div is #211f96

HTML with inline CSS

<div style="border:5px solid #211f96;"></div>

CSS Border Left color for the above div is #211f96

HTML with inline CSS

<div style="border-left:5px solid #211f96;"></div>

CSS Border Right color for the above div is #211f96

HTML with inline CSS

<div style="border-right:5px solid #211f96;"></div>

CSS Border Bottom color for the above div is #211f96

HTML with inline CSS

<div style="border-bottom:5px solid #211f96;"></div>

CSS Border Top color for the above div is #211f96

HTML with inline CSS

<div style="border-top:5px solid #211f96;"></div>

#211f96 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#211f96; } .examplecolorclass {color:#211f96; } .examplebordercolor {border:3px solid #211f96; }

#211f96 Color code Preview on White Background

This is how #211f96 Color code will look on white background color. Color contrast ratio is 12.35

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #211f96; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #211f96; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(33,31,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,150,31,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(33,31,150,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }