Skip to main content Skip to docs navigation

#100b63 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 #100b63 Color code in RGB color code model is created after adding 6.27% red color, 4.31% green color and 38.82% blue color. Hex #100b63 Color code in CMYK color (process color) code model is generated after subtraction of 84% cyan, 89% magenta, 0% yellow and 61.18% black.

Hex #100b63 color code is between #111166 web safe hex color code and #000055 web safe hex color code. #111166 is the nearest web safe color code. You can see here many more shades of #100b63 color code.

RGB Chart

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

Color Table

Hex Color Code 100b63 #100b63
RGB Decimal 16, 11, 99 16, 11, 99
RGB Percent 6%, 4%, 39% rgb(6%, 4%, 39%)
CSS RGBa 16, 11, 99,1 rgba(16,11,99,1)
CMYK Model cmyk(84%,89%,0%,61.18%)
HSL Color Space 243,80% ,22% hsl(243,80% ,22%)
HSV Color Space 243°, 89%, 39%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010000 00001011 01100011
Octal 20 13 143
Decimal 16 11 99
Hex 10 0b 63

Different shades of #100b63 color code.

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

Darkest of #100b63
#000000
Darker of #100b63
#010107
Dark of #100b63
#090635
Base of #100b63
#100b63
Light of #100b63
#171091
Lighter
#1f15bf
Lightest
#2c21e6

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

#100b63
#5e630b

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

Split Complementary

#100b63
#633c0b
#32630b

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

Analogous Color

#0b3963
#0b2b63
#100b63
#2d0b63
#520b63

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

#100b63
#0b6310
#63100b

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

#100b63
#63100b
#5e630b
#0b5e63

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

#100b63
#630b32
#5e630b
#0b633c

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

#000000
#000000
#010107
#090635
#100b63
#171091
#1f15bf
#2c21e6
#584feb

Tints of #100b63 Color

#100b63
#2a2674
#454185
#5f5c97
#7a77a8
#9492b9
#afadcb
#c9c8dc
#e4e3ed
#ffffff

Shades of #100b63 color code

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

#100b63
#0e0958
#0c084d
#0a0742
#080637
#07042c
#050321
#030216
#01010b
#000000

Tones

#100b63
#1a1658
#24214d
#2d2c42
#373737

Tones

Similar Color like #100b63 color

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

#110c64
#120d65
#130e66
#140f67
#151068
#161169
#17126a
#18136b
#19146c
#1a156d
#1b166e
#1c176f
#1d1870
#1e1971
#0f0a62
#0e0961
#0d0860
#0c075f
#0b065e
#0a055d
#09045c
#08035b
#07025a
#060159
#050058
#040057
#030056
#020055

Download this Dark Blue

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

#100b63 Color Code Preview on Black Background Color

This is how #100b63 Color will look on black background color. Color contrast ratio is 1.25

#100b63 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#100b63 color code is use for CSS Background Color

Background color for the above div is #100b63

HTML with inline CSS

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

#100b63 color code is use for CSS Border Color

CSS Border color for the above div is #100b63

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#100b63 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#100b63 Color code Preview on White Background

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

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

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