Skip to main content Skip to docs navigation

#010dc0 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 Too Dark Tonight and its hex is #0011BB Nearest Color Name

Color Hue/Base color: Blue

Hex #010dc0 Color code in RGB color code model is created after adding 0.39% red color, 5.1% green color and 75.29% blue color. Hex #010dc0 Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 93% magenta, 0% yellow and 24.71% black.

Hex #010dc0 color code is between #0011bb web safe hex color code and #0000cc web safe hex color code. #0011bb is the nearest web safe color code. You can see here many more shades of #010dc0 color code.

RGB Chart

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

Color Table

Hex Color Code 010dc0 #010dc0
RGB Decimal 1, 13, 192 1, 13, 192
RGB Percent 0%, 5%, 75% rgb(0%, 5%, 75%)
CSS RGBa 1, 13, 192,1 rgba(1,13,192,1)
CMYK Model cmyk(99%,93%,0%,24.71%)
HSL Color Space 236,99% ,38% hsl(236,99% ,38%)
HSV Color Space 236°, 99%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000001 00001101 11000000
Octal 1 15 300
Decimal 1 13 192
Hex 01 0d c0

Different shades of #010dc0 color code.

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

Darkest of #010dc0
#000328
Darker of #010dc0
#00065b
Dark of #010dc0
#010a8d
Base of #010dc0
#010dc0
Light of #010dc0
#0110f3
Lighter
#2936fe
Lightest
#5c66fe

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

#010dc0
#c0b401

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

Split Complementary

#010dc0
#c05401
#6cc001

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

Analogous Color

#017cc0
#015dc0
#010dc0
#3501c0
#8401c0

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

#010dc0
#0dc001
#c0010d

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

#010dc0
#c0010d
#c0b401
#01c0b4

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

#010dc0
#c0016c
#c0b401
#01c054

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 #010dc0

#000000
#000328
#00065b
#010a8d
#010dc0
#0110f3
#2936fe
#5c66fe
#8f96fe

Tints of #010dc0 Color

#010dc0
#1d27c7
#3942ce
#555dd5
#7178dc
#8e93e3
#aaaeea
#c6c9f1
#e2e4f8
#ffffff

Shades of #010dc0 color code

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

#010dc0
#000baa
#000a95
#000880
#00076a
#000555
#000440
#00022a
#000115
#000000

Tones

#010dc0
#141ead
#282f99
#3b4086
#4e5073

Tones

Similar Color like #010dc0 color

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

#020ec1
#030fc2
#0410c3
#0511c4
#0612c5
#0713c6
#0814c7
#0915c8
#0a16c9
#0b17ca
#0c18cb
#0d19cc
#0e1acd
#0f1bce
#000cbf
#000bbe
#000abd
#0009bc
#0008bb
#0007ba
#0006b9
#0005b8
#0004b7
#0003b6
#0002b5
#0001b4
#0000b3
#0000b2

Download this Dark Blue

Hex #010dc0 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.

#010dc0 Color Code Preview on Black Background Color

This is how #010dc0 Color will look on black background color. Color contrast ratio is 1.82

#010dc0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #010dc0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #010dc0

#010dc0 color code is use for CSS Background Color

Background color for the above div is #010dc0

HTML with inline CSS

<div style="background-color:#010dc0;"></div>

#010dc0 color code is use for CSS Border Color

CSS Border color for the above div is #010dc0

HTML with inline CSS

<div style="border:5px solid #010dc0;"></div>

CSS Border Left color for the above div is #010dc0

HTML with inline CSS

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

CSS Border Right color for the above div is #010dc0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #010dc0

HTML with inline CSS

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

CSS Border Top color for the above div is #010dc0

HTML with inline CSS

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

#010dc0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#010dc0 Color code Preview on White Background

This is how #010dc0 Color code will look on white background color. Color contrast ratio is 11.54

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

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(1,13,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(192,180,1,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(1,13,192,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }