Skip to main content Skip to docs navigation

#100e85 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 Galactic Cruise and its hex is #111188 Nearest Color Name

Color Hue/Base color: Blue

Hex #100e85 Color code in RGB color code model is created after adding 6.27% red color, 5.49% green color and 52.16% blue color. Hex #100e85 Color code in CMYK color (process color) code model is generated after subtraction of 88% cyan, 89% magenta, 0% yellow and 47.84% black.

Hex #100e85 color code is between #111188 web safe hex color code and #000077 web safe hex color code. #111188 is the nearest web safe color code. You can see here many more shades of #100e85 color code.

RGB Chart

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

Color Table

Hex Color Code 100e85 #100e85
RGB Decimal 16, 14, 133 16, 14, 133
RGB Percent 6%, 5%, 52% rgb(6%, 5%, 52%)
CSS RGBa 16, 14, 133,1 rgba(16,14,133,1)
CMYK Model cmyk(88%,89%,0%,47.84%)
HSL Color Space 241,81% ,29% hsl(241,81% ,29%)
HSV Color Space 241°, 89%, 52%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010000 00001110 10000101
Octal 20 16 205
Decimal 16 14 133
Hex 10 0e 85

Different shades of #100e85 color code.

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

Darkest of #100e85
#000000
Darker of #100e85
#050429
Dark of #100e85
#0a0957
Base of #100e85
#100e85
Light of #100e85
#1613b3
Lighter
#1b18e1
Lightest
#4441eb

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

#100e85
#83850e

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

Split Complementary

#100e85
#854b0e
#47850e

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

Analogous Color

#0e5185
#0e3e85
#100e85
#380e85
#690e85

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

#100e85
#0e8510
#85100e

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

#100e85
#85100e
#83850e
#0e8385

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

#100e85
#850e47
#83850e
#0e854b

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

#000000
#000000
#050429
#0a0957
#100e85
#1613b3
#1b18e1
#4441eb
#716ff0

Tints of #100e85 Color

#100e85
#2a2892
#4543a0
#5f5ead
#7a79bb
#9493c8
#afaed6
#c9c9e3
#e4e4f1
#ffffff

Shades of #100e85 color code

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

#100e85
#0e0c76
#0c0a67
#0a0958
#080749
#07063b
#05042c
#03031d
#01010e
#000000

Tones

#100e85
#1e1d76
#2c2b68
#3b3a59
#49494a

Tones

Similar Color like #100e85 color

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

#110f86
#121087
#131188
#141289
#15138a
#16148b
#17158c
#18168d
#19178e
#1a188f
#1b1990
#1c1a91
#1d1b92
#1e1c93
#0f0d84
#0e0c83
#0d0b82
#0c0a81
#0b0980
#0a087f
#09077e
#08067d
#07057c
#06047b
#05037a
#040279
#030178
#020077

Download this Dark Blue

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

#100e85 Color Code Preview on Black Background Color

This is how #100e85 Color will look on black background color. Color contrast ratio is 1.42

#100e85 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#100e85 color code is use for CSS Background Color

Background color for the above div is #100e85

HTML with inline CSS

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

#100e85 color code is use for CSS Border Color

CSS Border color for the above div is #100e85

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#100e85 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#100e85 Color code Preview on White Background

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

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

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