Skip to main content Skip to docs navigation

#1122be 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 Egyptian Blue and its hex is #1034A6 Nearest Color Name

Color Hue/Base color: Blue

Hex #1122be Color code in RGB color code model is created after adding 6.67% red color, 13.33% green color and 74.51% blue color. Hex #1122be Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 82% magenta, 0% yellow and 25.49% black.

Hex #1122be color code is between #0011bb web safe hex color code and #0033cc web safe hex color code. #0011bb is the nearest web safe color code. You can see here many more shades of #1122be color code.

RGB Chart

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

Color Table

Hex Color Code 1122be #1122be
RGB Decimal 17, 34, 190 17, 34, 190
RGB Percent 7%, 13%, 75% rgb(7%, 13%, 75%)
CSS RGBa 17, 34, 190,1 rgba(17,34,190,1)
CMYK Model cmyk(91%,82%,0%,25.49%)
HSL Color Space 234,84% ,41% hsl(234,84% ,41%)
HSV Color Space 234°, 91%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010001 00100010 10111110
Octal 21 42 276
Decimal 17 34 190
Hex 11 22 be

Different shades of #1122be color code.

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

Darkest of #1122be
#040932
Darker of #1122be
#091160
Dark of #1122be
#0d1a8f
Base of #1122be
#1122be
Light of #1122be
#182cea
Lighter
#4757ee
Lightest
#7582f3

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

#1122be
#bead11

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

Split Complementary

#1122be
#be5611
#79be11

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

Analogous Color

#1187be
#116abe
#1122be
#3a11be
#8211be

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

#1122be
#22be11
#be1122

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

#1122be
#be1122
#bead11
#11bead

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

#1122be
#be1179
#bead11
#11be56

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 #1122be

#000003
#040932
#091160
#0d1a8f
#1122be
#182cea
#4757ee
#7582f3
#a4acf7

Tints of #1122be Color

#1122be
#2b3ac5
#4553cc
#606bd3
#7a84da
#959ce2
#afb5e9
#cacdf0
#e4e6f7
#ffffff

Shades of #1122be color code

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

#1122be
#0f1ea8
#0d1a93
#0b167e
#091269
#070f54
#050b3f
#03072a
#010315
#000000

Tones

#1122be
#2633a9
#3a4395
#4f5480
#64656b

Tones

Similar Color like #1122be color

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

#1223bf
#1324c0
#1425c1
#1526c2
#1627c3
#1728c4
#1829c5
#192ac6
#1a2bc7
#1b2cc8
#1c2dc9
#1d2eca
#1e2fcb
#1f30cc
#1021bd
#0f20bc
#0e1fbb
#0d1eba
#0c1db9
#0b1cb8
#0a1bb7
#091ab6
#0819b5
#0718b4
#0617b3
#0516b2
#0415b1
#0314b0

Download this Dark Blue

Hex #1122be 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.

#1122be Color Code Preview on Black Background Color

This is how #1122be Color will look on black background color. Color contrast ratio is 2.00

#1122be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1122be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1122be

#1122be color code is use for CSS Background Color

Background color for the above div is #1122be

HTML with inline CSS

<div style="background-color:#1122be;"></div>

#1122be color code is use for CSS Border Color

CSS Border color for the above div is #1122be

HTML with inline CSS

<div style="border:5px solid #1122be;"></div>

CSS Border Left color for the above div is #1122be

HTML with inline CSS

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

CSS Border Right color for the above div is #1122be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1122be

HTML with inline CSS

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

CSS Border Top color for the above div is #1122be

HTML with inline CSS

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

#1122be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1122be Color code Preview on White Background

This is how #1122be Color code will look on white background color. Color contrast ratio is 10.52

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 #1122be; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #1122be; }

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(17,34,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(190,173,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(17,34,190,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }