Skip to main content Skip to docs navigation

#145eaa 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 Bowen Blue and its hex is #126DA8 Nearest Color Name

Color Hue/Base color: Blue

Hex #145eaa Color code in RGB color code model is created after adding 7.84% red color, 36.86% green color and 66.67% blue color. Hex #145eaa Color code in CMYK color (process color) code model is generated after subtraction of 88% cyan, 45% magenta, 0% yellow and 33.33% black.

Hex #145eaa color code is between #116699 web safe hex color code and #2255bb web safe hex color code. #116699 is the nearest web safe color code. You can see here many more shades of #145eaa color code.

RGB Chart

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

Color Table

Hex Color Code 145eaa #145eaa
RGB Decimal 20, 94, 170 20, 94, 170
RGB Percent 8%, 37%, 67% rgb(8%, 37%, 67%)
CSS RGBa 20, 94, 170,1 rgba(20,94,170,1)
CMYK Model cmyk(88%,45%,0%,33.33%)
HSL Color Space 210,79% ,37% hsl(210,79% ,37%)
HSV Color Space 210°, 88%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010100 01011110 10101010
Octal 24 136 252
Decimal 20 94 170
Hex 14 5e aa

Different shades of #145eaa color code.

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

Darkest of #145eaa
#041221
Darker of #145eaa
#092c4f
Dark of #145eaa
#0f457c
Base of #145eaa
#145eaa
Light of #145eaa
#1977d8
Lighter
#3c91e8
Lightest
#6aabed

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

#145eaa
#aa6014

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

Split Complementary

#145eaa
#aa1514
#a9aa14

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

Analogous Color

#14aa9e
#149caa
#145eaa
#142caa
#3a14aa

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

#145eaa
#5eaa14
#aa145e

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

#145eaa
#aa145e
#aa6014
#14aa60

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

#145eaa
#aa14a9
#aa6014
#14aa15

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 #145eaa

#000000
#041221
#092c4f
#0f457c
#145eaa
#1977d8
#3c91e8
#6aabed
#97c4f3

Tints of #145eaa Color

#145eaa
#2e6fb3
#4881bc
#6293c6
#7ca5cf
#96b7d9
#b0c9e2
#cadbec
#e4edf5
#ffffff

Shades of #145eaa color code

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

#145eaa
#115397
#0f4984
#0d3e71
#0b345e
#08294b
#061f38
#041425
#020a12
#000000

Tones

#145eaa
#275e97
#3a5e84
#4d5f71
#5f5f5f

Tones

Similar Color like #145eaa color

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

#155fab
#1660ac
#1761ad
#1862ae
#1963af
#1a64b0
#1b65b1
#1c66b2
#1d67b3
#1e68b4
#1f69b5
#206ab6
#216bb7
#226cb8
#135da9
#125ca8
#115ba7
#105aa6
#0f59a5
#0e58a4
#0d57a3
#0c56a2
#0b55a1
#0a54a0
#09539f
#08529e
#07519d
#06509c

Download this Dark Blue

Hex #145eaa 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.

#145eaa Color Code Preview on Black Background Color

This is how #145eaa Color will look on black background color. Color contrast ratio is 3.21

#145eaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #145eaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #145eaa

#145eaa color code is use for CSS Background Color

Background color for the above div is #145eaa

HTML with inline CSS

<div style="background-color:#145eaa;"></div>

#145eaa color code is use for CSS Border Color

CSS Border color for the above div is #145eaa

HTML with inline CSS

<div style="border:5px solid #145eaa;"></div>

CSS Border Left color for the above div is #145eaa

HTML with inline CSS

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

CSS Border Right color for the above div is #145eaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #145eaa

HTML with inline CSS

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

CSS Border Top color for the above div is #145eaa

HTML with inline CSS

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

#145eaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#145eaa Color code Preview on White Background

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

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(20,94,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,96,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,94,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }