Skip to main content Skip to docs navigation

#130dce 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 Ultramarine and its hex is #1805DB Nearest Color Name

Color Hue/Base color: Blue

Hex #130dce Color code in RGB color code model is created after adding 7.45% red color, 5.1% green color and 80.78% blue color. Hex #130dce Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 94% magenta, 0% yellow and 19.22% black.

Hex #130dce color code is between #1111cc web safe hex color code and #2200dd web safe hex color code. #1111cc is the nearest web safe color code. You can see here many more shades of #130dce color code.

RGB Chart

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

Color Table

Hex Color Code 130dce #130dce
RGB Decimal 19, 13, 206 19, 13, 206
RGB Percent 7%, 5%, 81% rgb(7%, 5%, 81%)
CSS RGBa 19, 13, 206,1 rgba(19,13,206,1)
CMYK Model cmyk(91%,94%,0%,19.22%)
HSL Color Space 242,88% ,43% hsl(242,88% ,43%)
HSV Color Space 242°, 94%, 81%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010011 00001101 11001110
Octal 23 15 316
Decimal 19 13 206
Hex 13 0d ce

Different shades of #130dce color code.

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

Darkest of #130dce
#06043e
Darker of #130dce
#0a076e
Dark of #130dce
#0f0a9e
Base of #130dce
#130dce
Light of #130dce
#241df1
Lighter
#524df4
Lightest
#817df7

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

#130dce
#c8ce0d

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

Split Complementary

#130dce
#ce740d
#67ce0d

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

Analogous Color

#0d78ce
#0d57ce
#130dce
#530dce
#a40dce

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

#130dce
#0dce13
#ce130d

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

#130dce
#ce130d
#c8ce0d
#0dc8ce

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

#130dce
#ce0d67
#c8ce0d
#0dce74

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 #130dce

#01010e
#06043e
#0a076e
#0f0a9e
#130dce
#241df1
#524df4
#817df7
#b0adfa

Tints of #130dce Color

#130dce
#2d27d3
#4742d8
#615dde
#7b78e3
#9693e9
#b0aeee
#cac9f4
#e4e4f9
#ffffff

Shades of #130dce color code

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

#130dce
#100bb7
#0e0aa0
#0c0889
#0a0772
#08055b
#060444
#04022d
#020116
#000000

Tones

#130dce
#2823b8
#3c39a2
#514f8c
#656576

Tones

Similar Color like #130dce color

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

#140ecf
#150fd0
#1610d1
#1711d2
#1812d3
#1913d4
#1a14d5
#1b15d6
#1c16d7
#1d17d8
#1e18d9
#1f19da
#201adb
#211bdc
#120ccd
#110bcc
#100acb
#0f09ca
#0e08c9
#0d07c8
#0c06c7
#0b05c6
#0a04c5
#0903c4
#0802c3
#0701c2
#0600c1
#0500c0

Download this Dark Blue

Hex #130dce 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.

#130dce Color Code Preview on Black Background Color

This is how #130dce Color will look on black background color. Color contrast ratio is 1.98

#130dce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #130dce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #130dce

#130dce color code is use for CSS Background Color

Background color for the above div is #130dce

HTML with inline CSS

<div style="background-color:#130dce;"></div>

#130dce color code is use for CSS Border Color

CSS Border color for the above div is #130dce

HTML with inline CSS

<div style="border:5px solid #130dce;"></div>

CSS Border Left color for the above div is #130dce

HTML with inline CSS

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

CSS Border Right color for the above div is #130dce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #130dce

HTML with inline CSS

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

CSS Border Top color for the above div is #130dce

HTML with inline CSS

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

#130dce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#130dce Color code Preview on White Background

This is how #130dce Color code will look on white background color. Color contrast ratio is 10.62

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

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