Skip to main content Skip to docs navigation

#10366d 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 Ashenvale Nights and its hex is #104071 Nearest Color Name

Color Hue/Base color: Blue

Hex #10366d Color code in RGB color code model is created after adding 6.27% red color, 21.18% green color and 42.75% blue color. Hex #10366d Color code in CMYK color (process color) code model is generated after subtraction of 85% cyan, 50% magenta, 0% yellow and 57.25% black.

Hex #10366d color code is between #113366 web safe hex color code and #004477 web safe hex color code. #113366 is the nearest web safe color code. You can see here many more shades of #10366d color code.

RGB Chart

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

Color Table

Hex Color Code 10366d #10366d
RGB Decimal 16, 54, 109 16, 54, 109
RGB Percent 6%, 21%, 43% rgb(6%, 21%, 43%)
CSS RGBa 16, 54, 109,1 rgba(16,54,109,1)
CMYK Model cmyk(85%,50%,0%,57.25%)
HSL Color Space 215,74% ,25% hsl(215,74% ,25%)
HSV Color Space 215°, 85%, 43%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010000 00110110 01101101
Octal 20 66 155
Decimal 16 54 109
Hex 10 36 6d

Different shades of #10366d color code.

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

Darkest of #10366d
#000000
Darker of #10366d
#030a14
Dark of #10366d
#092041
Base of #10366d
#10366d
Light of #10366d
#174c99
Lighter
#1d62c6
Lightest
#357be1

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

#10366d
#6d4710

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

Split Complementary

#10366d
#6d1810
#656d10

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

Analogous Color

#106c6d
#105d6d
#10366d
#10176d
#30106d

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

#10366d
#366d10
#6d1036

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

#10366d
#6d1036
#6d4710
#106d47

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

#10366d
#6d1065
#6d4710
#106d18

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 #10366d

#000000
#000000
#030a14
#092041
#10366d
#174c99
#1d62c6
#357be1
#6198e8

Tints of #10366d Color

#10366d
#2a4c7d
#45628d
#5f799d
#7a8fad
#94a5be
#afbcce
#c9d2de
#e4e8ee
#ffffff

Shades of #10366d color code

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

#10366d
#0e3060
#0c2a54
#0a2448
#081e3c
#071830
#051224
#030c18
#01060c
#000000

Tones

#10366d
#1d3861
#293b54
#363d48
#3f3f3f

Tones

Similar Color like #10366d color

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

#11376e
#12386f
#133970
#143a71
#153b72
#163c73
#173d74
#183e75
#193f76
#1a4077
#1b4178
#1c4279
#1d437a
#1e447b
#0f356c
#0e346b
#0d336a
#0c3269
#0b3168
#0a3067
#092f66
#082e65
#072d64
#062c63
#052b62
#042a61
#032960
#02285f

Download this Dark Blue

Hex #10366d 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.

#10366d Color Code Preview on Black Background Color

This is how #10366d Color will look on black background color. Color contrast ratio is 1.77

#10366d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #10366d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #10366d

#10366d color code is use for CSS Background Color

Background color for the above div is #10366d

HTML with inline CSS

<div style="background-color:#10366d;"></div>

#10366d color code is use for CSS Border Color

CSS Border color for the above div is #10366d

HTML with inline CSS

<div style="border:5px solid #10366d;"></div>

CSS Border Left color for the above div is #10366d

HTML with inline CSS

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

CSS Border Right color for the above div is #10366d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #10366d

HTML with inline CSS

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

CSS Border Top color for the above div is #10366d

HTML with inline CSS

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

#10366d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#10366d Color code Preview on White Background

This is how #10366d Color code will look on white background color. Color contrast ratio is 11.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 #10366d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #10366d; }

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