Skip to main content Skip to docs navigation

#144ea4 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 Aarhusian Sky and its hex is #1150AF Nearest Color Name

Color Hue/Base color: Blue

Hex #144ea4 Color code in RGB color code model is created after adding 7.84% red color, 30.59% green color and 64.31% blue color. Hex #144ea4 Color code in CMYK color (process color) code model is generated after subtraction of 88% cyan, 52% magenta, 0% yellow and 35.69% black.

Hex #144ea4 color code is between #1155aa web safe hex color code and #224499 web safe hex color code. #1155aa is the nearest web safe color code. You can see here many more shades of #144ea4 color code.

RGB Chart

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

Color Table

Hex Color Code 144ea4 #144ea4
RGB Decimal 20, 78, 164 20, 78, 164
RGB Percent 8%, 31%, 64% rgb(8%, 31%, 64%)
CSS RGBa 20, 78, 164,1 rgba(20,78,164,1)
CMYK Model cmyk(88%,52%,0%,35.69%)
HSL Color Space 216,78% ,36% hsl(216,78% ,36%)
HSV Color Space 216°, 88%, 64%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010100 01001110 10100100
Octal 24 116 244
Decimal 20 78 164
Hex 14 4e a4

Different shades of #144ea4 color code.

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

Darkest of #144ea4
#030d1c
Darker of #144ea4
#092349
Dark of #144ea4
#0e3877
Base of #144ea4
#144ea4
Light of #144ea4
#1a64d1
Lighter
#377ee7
Lightest
#659bec

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

#144ea4
#a46a14

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

Split Complementary

#144ea4
#a42214
#96a414

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

Analogous Color

#14a2a4
#148aa4
#144ea4
#141ea4
#4614a4

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

#144ea4
#4ea414
#a4144e

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

#144ea4
#a4144e
#a46a14
#14a46a

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

#144ea4
#a41496
#a46a14
#14a422

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 #144ea4

#000000
#030d1c
#092349
#0e3877
#144ea4
#1a64d1
#377ee7
#659bec
#92b9f2

Tints of #144ea4 Color

#144ea4
#2e61ae
#4875b8
#6289c2
#7c9ccc
#96b0d6
#b0c4e0
#cad7ea
#e4ebf4
#ffffff

Shades of #144ea4 color code

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

#144ea4
#114591
#0f3c7f
#0d346d
#0b2b5b
#082248
#061a36
#041124
#020812
#000000

Tones

#144ea4
#265292
#39557f
#4b596d
#5c5c5c

Tones

Similar Color like #144ea4 color

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

#154fa5
#1650a6
#1751a7
#1852a8
#1953a9
#1a54aa
#1b55ab
#1c56ac
#1d57ad
#1e58ae
#1f59af
#205ab0
#215bb1
#225cb2
#134da3
#124ca2
#114ba1
#104aa0
#0f499f
#0e489e
#0d479d
#0c469c
#0b459b
#0a449a
#094399
#084298
#074197
#064096

Download this Dark Blue

Hex #144ea4 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.

#144ea4 Color Code Preview on Black Background Color

This is how #144ea4 Color will look on black background color. Color contrast ratio is 2.66

#144ea4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #144ea4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #144ea4

#144ea4 color code is use for CSS Background Color

Background color for the above div is #144ea4

HTML with inline CSS

<div style="background-color:#144ea4;"></div>

#144ea4 color code is use for CSS Border Color

CSS Border color for the above div is #144ea4

HTML with inline CSS

<div style="border:5px solid #144ea4;"></div>

CSS Border Left color for the above div is #144ea4

HTML with inline CSS

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

CSS Border Right color for the above div is #144ea4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #144ea4

HTML with inline CSS

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

CSS Border Top color for the above div is #144ea4

HTML with inline CSS

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

#144ea4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#144ea4 Color code Preview on White Background

This is how #144ea4 Color code will look on white background color. Color contrast ratio is 7.91

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

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