Skip to main content Skip to docs navigation

#013fcd 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 Flying Fish Blue and its hex is #024ACA Nearest Color Name

Color Hue/Base color: Blue

Hex #013fcd Color code in RGB color code model is created after adding 0.39% red color, 24.71% green color and 80.39% blue color. Hex #013fcd Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 69% magenta, 0% yellow and 19.61% black.

Hex #013fcd color code is between #0044cc web safe hex color code and #0033dd web safe hex color code. #0044cc is the nearest web safe color code. You can see here many more shades of #013fcd color code.

RGB Chart

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

Color Table

Hex Color Code 013fcd #013fcd
RGB Decimal 1, 63, 205 1, 63, 205
RGB Percent 0%, 25%, 80% rgb(0%, 25%, 80%)
CSS RGBa 1, 63, 205,1 rgba(1,63,205,1)
CMYK Model cmyk(100%,69%,0%,19.61%)
HSL Color Space 222,99% ,40% hsl(222,99% ,40%)
HSV Color Space 222°, 100%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000001 00111111 11001101
Octal 1 77 315
Decimal 1 63 205
Hex 01 3f cd

Different shades of #013fcd color code.

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

Darkest of #013fcd
#001035
Darker of #013fcd
#012067
Dark of #013fcd
#012f9a
Base of #013fcd
#013fcd
Light of #013fcd
#034ffe
Lighter
#3673fe
Lightest
#6996fe

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

#013fcd
#cd8f01

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

Split Complementary

#013fcd
#cd2901
#a5cd01

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

Analogous Color

#01b6cd
#0194cd
#013fcd
#0701cd
#5c01cd

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

#013fcd
#3fcd01
#cd013f

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

#013fcd
#cd013f
#cd8f01
#01cd8f

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

#013fcd
#cd01a5
#cd8f01
#01cd29

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 #013fcd

#000102
#001035
#012067
#012f9a
#013fcd
#034ffe
#3673fe
#6996fe
#9bbaff

Tints of #013fcd Color

#013fcd
#1d54d2
#3969d8
#557fdd
#7194e3
#8ea9e8
#aabfee
#c6d4f3
#e2e9f9
#ffffff

Shades of #013fcd color code

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

#013fcd
#0038b6
#00319f
#002a88
#002371
#001c5b
#001544
#000e2d
#000716
#000000

Tones

#013fcd
#1647b8
#2a4fa4
#3f578f
#535f7b

Tones

Similar Color like #013fcd color

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

#0240ce
#0341cf
#0442d0
#0543d1
#0644d2
#0745d3
#0846d4
#0947d5
#0a48d6
#0b49d7
#0c4ad8
#0d4bd9
#0e4cda
#0f4ddb
#003ecc
#003dcb
#003cca
#003bc9
#003ac8
#0039c7
#0038c6
#0037c5
#0036c4
#0035c3
#0034c2
#0033c1
#0032c0
#0031bf

Download this Dark Blue

Hex #013fcd 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.

#013fcd Color Code Preview on Black Background Color

This is how #013fcd Color will look on black background color. Color contrast ratio is 2.59

#013fcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #013fcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #013fcd

#013fcd color code is use for CSS Background Color

Background color for the above div is #013fcd

HTML with inline CSS

<div style="background-color:#013fcd;"></div>

#013fcd color code is use for CSS Border Color

CSS Border color for the above div is #013fcd

HTML with inline CSS

<div style="border:5px solid #013fcd;"></div>

CSS Border Left color for the above div is #013fcd

HTML with inline CSS

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

CSS Border Right color for the above div is #013fcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #013fcd

HTML with inline CSS

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

CSS Border Top color for the above div is #013fcd

HTML with inline CSS

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

#013fcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#013fcd Color code Preview on White Background

This is how #013fcd Color code will look on white background color. Color contrast ratio is 8.10

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

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