Skip to main content Skip to docs navigation

#044183 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 Mystery Oceans and its hex is #063C89 Nearest Color Name

Color Hue/Base color: Blue

Hex #044183 Color code in RGB color code model is created after adding 1.57% red color, 25.49% green color and 51.37% blue color. Hex #044183 Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 50% magenta, 0% yellow and 48.63% black.

Hex #044183 color code is between #004488 web safe hex color code and #003377 web safe hex color code. #004488 is the nearest web safe color code. You can see here many more shades of #044183 color code.

RGB Chart

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

Color Table

Hex Color Code 044183 #044183
RGB Decimal 4, 65, 131 4, 65, 131
RGB Percent 2%, 25%, 51% rgb(2%, 25%, 51%)
CSS RGBa 4, 65, 131,1 rgba(4,65,131,1)
CMYK Model cmyk(97%,50%,0%,48.63%)
HSL Color Space 211,94% ,26% hsl(211,94% ,26%)
HSV Color Space 211°, 97%, 51%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000100 01000001 10000011
Octal 4 101 203
Decimal 4 65 131
Hex 04 41 83

Different shades of #044183 color code.

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

Darkest of #044183
#000000
Darker of #044183
#011020
Dark of #044183
#022852
Base of #044183
#044183
Light of #044183
#065ab4
Lighter
#0772e6
Lightest
#288cf8

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

#044183
#834604

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

Split Complementary

#044183
#830704
#808304

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

Analogous Color

#04837b
#047683
#044183
#041783
#260483

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

#044183
#418304
#830441

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

#044183
#830441
#834604
#048346

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

#044183
#830480
#834604
#048307

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 #044183

#000000
#000000
#011020
#022852
#044183
#065ab4
#0772e6
#288cf8
#59a6fa

Tints of #044183 Color

#044183
#1f5690
#3b6b9e
#5780ac
#7395ba
#8faac7
#abbfd5
#c7d4e3
#e3e9f1
#ffffff

Shades of #044183 color code

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

#044183
#033974
#033265
#022b57
#022448
#011c3a
#01152b
#000e1d
#00070e
#000000

Tones

#044183
#124275
#1f4268
#2d435a
#3a434d

Tones

Similar Color like #044183 color

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

#054284
#064385
#074486
#084587
#094688
#0a4789
#0b488a
#0c498b
#0d4a8c
#0e4b8d
#0f4c8e
#104d8f
#114e90
#124f91
#034082
#023f81
#013e80
#003d7f
#003c7e
#003b7d
#003a7c
#00397b
#00387a
#003779
#003678
#003577
#003476
#003375

Download this Dark Blue

Hex #044183 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.

#044183 Color Code Preview on Black Background Color

This is how #044183 Color will look on black background color. Color contrast ratio is 2.09

#044183 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #044183

HTML with inline CSS

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

Your Example Paragraph content text in with font color #044183

#044183 color code is use for CSS Background Color

Background color for the above div is #044183

HTML with inline CSS

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

#044183 color code is use for CSS Border Color

CSS Border color for the above div is #044183

HTML with inline CSS

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

CSS Border Left color for the above div is #044183

HTML with inline CSS

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

CSS Border Right color for the above div is #044183

HTML with inline CSS

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

CSS Border Bottom color for the above div is #044183

HTML with inline CSS

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

CSS Border Top color for the above div is #044183

HTML with inline CSS

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

#044183 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#044183 Color code Preview on White Background

This is how #044183 Color code will look on white background color. Color contrast ratio is 10.05

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

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(4,65,131,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(131,70,4,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(4,65,131,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }