Skip to main content Skip to docs navigation

#100b99 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 Cadmium Blue and its hex is #0A1195 Nearest Color Name

Color Hue/Base color: Blue

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

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

RGB Chart

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

Color Table

Hex Color Code 100b99 #100b99
RGB Decimal 16, 11, 153 16, 11, 153
RGB Percent 6%, 4%, 60% rgb(6%, 4%, 60%)
CSS RGBa 16, 11, 153,1 rgba(16,11,153,1)
CMYK Model cmyk(90%,93%,0%,40%)
HSL Color Space 242,87% ,32% hsl(242,87% ,32%)
HSV Color Space 242°, 93%, 60%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010000 00001011 10011001
Octal 20 13 231
Decimal 16 11 153
Hex 10 0b 99

Different shades of #100b99 color code.

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

Darkest of #100b99
#01010a
Darker of #100b99
#06043a
Dark of #100b99
#0b0869
Base of #100b99
#100b99
Light of #100b99
#150ec9
Lighter
#231bef
Lightest
#514bf2

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

#100b99
#94990b

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

Split Complementary

#100b99
#99570b
#4d990b

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

Analogous Color

#0b5999
#0b4199
#100b99
#3f0b99
#7b0b99

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

#100b99
#0b9910
#99100b

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

#100b99
#99100b
#94990b
#0b9499

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

#100b99
#990b4d
#94990b
#0b9957

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

#000000
#01010a
#06043a
#0b0869
#100b99
#150ec9
#231bef
#514bf2
#7f7bf5

Tints of #100b99 Color

#100b99
#2a26a4
#4541af
#5f5cbb
#7a77c6
#9492d1
#afaddd
#c9c8e8
#e4e3f3
#ffffff

Shades of #100b99 color code

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

#100b99
#0e0988
#0c0877
#0a0766
#080655
#070444
#050333
#030222
#010111
#000000

Tones

#100b99
#1f1b89
#2e2c78
#3e3c68
#4d4d57

Tones

Similar Color like #100b99 color

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

#110c9a
#120d9b
#130e9c
#140f9d
#15109e
#16119f
#1712a0
#1813a1
#1914a2
#1a15a3
#1b16a4
#1c17a5
#1d18a6
#1e19a7
#0f0a98
#0e0997
#0d0896
#0c0795
#0b0694
#0a0593
#090492
#080391
#070290
#06018f
#05008e
#04008d
#03008c
#02008b

Download this Dark Blue

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

#100b99 Color Code Preview on Black Background Color

This is how #100b99 Color will look on black background color. Color contrast ratio is 1.53

#100b99 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#100b99 color code is use for CSS Background Color

Background color for the above div is #100b99

HTML with inline CSS

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

#100b99 color code is use for CSS Border Color

CSS Border color for the above div is #100b99

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#100b99 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#100b99 Color code Preview on White Background

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

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

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