Skip to main content Skip to docs navigation

#1007aa 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 Pantone Blue 072 C and its hex is #10069F Nearest Color Name

Color Hue/Base color: Blue

Hex #1007aa Color code in RGB color code model is created after adding 6.27% red color, 2.75% green color and 66.67% blue color. Hex #1007aa Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 96% magenta, 0% yellow and 33.33% black.

Hex #1007aa color code is between #110099 web safe hex color code and #0000bb web safe hex color code. #110099 is the nearest web safe color code. You can see here many more shades of #1007aa color code.

RGB Chart

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

Color Table

Hex Color Code 1007aa #1007aa
RGB Decimal 16, 7, 170 16, 7, 170
RGB Percent 6%, 3%, 67% rgb(6%, 3%, 67%)
CSS RGBa 16, 7, 170,1 rgba(16,7,170,1)
CMYK Model cmyk(91%,96%,0%,33.33%)
HSL Color Space 243,92% ,35% hsl(243,92% ,35%)
HSV Color Space 243°, 96%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010000 00000111 10101010
Octal 20 7 252
Decimal 16 7 170
Hex 10 07 aa

Different shades of #1007aa color code.

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

Darkest of #1007aa
#020117
Darker of #1007aa
#070348
Dark of #1007aa
#0b0579
Base of #1007aa
#1007aa
Light of #1007aa
#1509db
Lighter
#2d21f6
Lightest
#5b52f8

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

#1007aa
#a1aa07

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

Split Complementary

#1007aa
#aa6207
#50aa07

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

Analogous Color

#075daa
#0742aa
#1007aa
#4607aa
#8a07aa

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

#1007aa
#07aa10
#aa1007

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

#1007aa
#aa1007
#a1aa07
#07a1aa

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

#1007aa
#aa0750
#a1aa07
#07aa62

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 #1007aa

#000000
#020117
#070348
#0b0579
#1007aa
#1509db
#2d21f6
#5b52f8
#8a83fa

Tints of #1007aa Color

#1007aa
#2a22b3
#453ebc
#5f59c6
#7a75cf
#9490d9
#aface2
#c9c7ec
#e4e3f5
#ffffff

Shades of #1007aa color code

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

#1007aa
#0e0697
#0c0584
#0a0471
#08035e
#07034b
#050238
#030125
#010012
#000000

Tones

#1007aa
#201998
#2f2a87
#3f3c75
#4f4e63

Tones

Similar Color like #1007aa color

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

#1108ab
#1209ac
#130aad
#140bae
#150caf
#160db0
#170eb1
#180fb2
#1910b3
#1a11b4
#1b12b5
#1c13b6
#1d14b7
#1e15b8
#0f06a9
#0e05a8
#0d04a7
#0c03a6
#0b02a5
#0a01a4
#0900a3
#0800a2
#0700a1
#0600a0
#05009f
#04009e
#03009d
#02009c

Download this Dark Blue

Hex #1007aa 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.

#1007aa Color Code Preview on Black Background Color

This is how #1007aa Color will look on black background color. Color contrast ratio is 1.63

#1007aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1007aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1007aa

#1007aa color code is use for CSS Background Color

Background color for the above div is #1007aa

HTML with inline CSS

<div style="background-color:#1007aa;"></div>

#1007aa color code is use for CSS Border Color

CSS Border color for the above div is #1007aa

HTML with inline CSS

<div style="border:5px solid #1007aa;"></div>

CSS Border Left color for the above div is #1007aa

HTML with inline CSS

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

CSS Border Right color for the above div is #1007aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1007aa

HTML with inline CSS

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

CSS Border Top color for the above div is #1007aa

HTML with inline CSS

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

#1007aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1007aa Color code Preview on White Background

This is how #1007aa Color code will look on white background color. Color contrast ratio is 12.86

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

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