Skip to main content Skip to docs navigation

#005ba7 hex color | Dark Blue & Cool color | 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 Raiden Blue and its hex is #0056A8 Nearest Color Name

Color Hue/Base color: Blue

Hex #005ba7 Color code in RGB color code model is created after adding 0% red color, 35.69% green color and 65.49% blue color. Hex #005ba7 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 46% magenta, 0% yellow and 34.51% black.

Hex #005ba7 color code is between #0055aa web safe hex color code and #006699 web safe hex color code. #0055aa is the nearest web safe color code. You can see here many more shades of #005ba7 color code.

RGB Chart

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

Color Table

Hex Color Code 005ba7 #005ba7
RGB Decimal 0, 91, 167 0, 91, 167
RGB Percent 0%, 36%, 65% rgb(0%, 36%, 65%)
CSS RGBa 0, 91, 167,1 rgba(0,91,167,1)
CMYK Model cmyk(100%,46%,0%,34.51%)
HSL Color Space 207,100% ,33% hsl(207,100% ,33%)
HSV Color Space 207°, 100%, 65%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000000 01011011 10100111
Octal 0 133 247
Decimal 0 91 167
Hex 00 5b a7

Different shades of #005ba7 color code.

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

Darkest of #005ba7
#00080e
Darker of #005ba7
#002341
Dark of #005ba7
#003f74
Base of #005ba7
#005ba7
Light of #005ba7
#0077da
Lighter
#0e91ff
Lightest
#41a9ff

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

#005ba7
#a74c00

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

Split Complementary

#005ba7
#a70007
#a7a000

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

Analogous Color

#00a792
#00a1a7
#005ba7
#0023a7
#2200a7

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

#005ba7
#5ba700
#a7005b

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

#005ba7
#a7005b
#a74c00
#00a74c

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

#005ba7
#a000a7
#a74c00
#07a700

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 #005ba7

#000000
#00080e
#002341
#003f74
#005ba7
#0077da
#0e91ff
#41a9ff
#74c0ff

Tints of #005ba7 Color

#005ba7
#1c6db0
#387fba
#5591c4
#71a3ce
#8db6d7
#aac8e1
#c6daeb
#e2ecf5
#ffffff

Shades of #005ba7 color code

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

#005ba7
#005094
#004681
#003c6f
#00325c
#00284a
#001e37
#001425
#000a12
#000000

Tones

#005ba7
#115a96
#215886
#325775
#435564

Tones

Similar Color like #005ba7 color

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

#015ca8
#025da9
#035eaa
#045fab
#0560ac
#0661ad
#0762ae
#0863af
#0964b0
#0a65b1
#0b66b2
#0c67b3
#0d68b4
#0e69b5
#005aa6
#0059a5
#0058a4
#0057a3
#0056a2
#0055a1
#0054a0
#00539f
#00529e
#00519d
#00509c
#004f9b
#004e9a
#004d99

Download this

Hex #005ba7 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.

#005ba7 Color Code Preview on Black Background Color

This is how #005ba7 Color will look on black background color. Color contrast ratio is 3.05

#005ba7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #005ba7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #005ba7

#005ba7 color code is use for CSS Background Color

Background color for the above div is #005ba7

HTML with inline CSS

<div style="background-color:#005ba7;"></div>

#005ba7 color code is use for CSS Border Color

CSS Border color for the above div is #005ba7

HTML with inline CSS

<div style="border:5px solid #005ba7;"></div>

CSS Border Left color for the above div is #005ba7

HTML with inline CSS

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

CSS Border Right color for the above div is #005ba7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #005ba7

HTML with inline CSS

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

CSS Border Top color for the above div is #005ba7

HTML with inline CSS

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

#005ba7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#005ba7 Color code Preview on White Background

This is how #005ba7 Color code will look on white background color. Color contrast ratio is 6.88

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(0,91,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(167,76,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(0,91,167,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }