Skip to main content Skip to docs navigation

#100b71 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 Underground Stream and its hex is #120A65 Nearest Color Name

Color Hue/Base color: Blue

Hex #100b71 Color code in RGB color code model is created after adding 6.27% red color, 4.31% green color and 44.31% blue color. Hex #100b71 Color code in CMYK color (process color) code model is generated after subtraction of 86% cyan, 90% magenta, 0% yellow and 55.69% black.

Hex #100b71 color code is between #111177 web safe hex color code and #000066 web safe hex color code. #111177 is the nearest web safe color code. You can see here many more shades of #100b71 color code.

RGB Chart

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

Color Table

Hex Color Code 100b71 #100b71
RGB Decimal 16, 11, 113 16, 11, 113
RGB Percent 6%, 4%, 44% rgb(6%, 4%, 44%)
CSS RGBa 16, 11, 113,1 rgba(16,11,113,1)
CMYK Model cmyk(86%,90%,0%,55.69%)
HSL Color Space 243,82% ,24% hsl(243,82% ,24%)
HSV Color Space 243°, 90%, 44%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010000 00001011 01110001
Octal 20 13 161
Decimal 16 11 113
Hex 10 0b 71

Different shades of #100b71 color code.

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

Darkest of #100b71
#000000
Darker of #100b71
#030214
Dark of #100b71
#090643
Base of #100b71
#100b71
Light of #100b71
#17109f
Lighter
#1d14ce
Lightest
#342bea

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

#100b71
#6c710b

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

Split Complementary

#100b71
#71430b
#39710b

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

Analogous Color

#0b4171
#0b3071
#100b71
#320b71
#5c0b71

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

#100b71
#0b7110
#71100b

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

#100b71
#71100b
#6c710b
#0b6c71

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

#100b71
#710b39
#6c710b
#0b7143

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 #100b71

#000000
#000000
#030214
#090643
#100b71
#17109f
#1d14ce
#342bea
#6059ef

Tints of #100b71 Color

#100b71
#2a2680
#454190
#5f5ca0
#7a77b0
#9492bf
#afadcf
#c9c8df
#e4e3ef
#ffffff

Shades of #100b71 color code

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

#100b71
#0e0964
#0c0857
#0a074b
#08063e
#070432
#050325
#030219
#01010c
#000000

Tones

#100b71
#1b1765
#262458
#32304c
#3d3d3f

Tones

Similar Color like #100b71 color

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

#110c72
#120d73
#130e74
#140f75
#151076
#161177
#171278
#181379
#19147a
#1a157b
#1b167c
#1c177d
#1d187e
#1e197f
#0f0a70
#0e096f
#0d086e
#0c076d
#0b066c
#0a056b
#09046a
#080369
#070268
#060167
#050066
#040065
#030064
#020063

Download this Dark Blue

Hex #100b71 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.

#100b71 Color Code Preview on Black Background Color

This is how #100b71 Color will look on black background color. Color contrast ratio is 1.31

#100b71 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #100b71

HTML with inline CSS

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

Your Example Paragraph content text in with font color #100b71

#100b71 color code is use for CSS Background Color

Background color for the above div is #100b71

HTML with inline CSS

<div style="background-color:#100b71;"></div>

#100b71 color code is use for CSS Border Color

CSS Border color for the above div is #100b71

HTML with inline CSS

<div style="border:5px solid #100b71;"></div>

CSS Border Left color for the above div is #100b71

HTML with inline CSS

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

CSS Border Right color for the above div is #100b71

HTML with inline CSS

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

CSS Border Bottom color for the above div is #100b71

HTML with inline CSS

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

CSS Border Top color for the above div is #100b71

HTML with inline CSS

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

#100b71 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#100b71 Color code Preview on White Background

This is how #100b71 Color code will look on white background color. Color contrast ratio is 16.05

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

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