Skip to main content Skip to docs navigation

#072139 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 Pantone 296 C and its hex is #051C2C Nearest Color Name

Color Hue/Base color: Blue

Hex #072139 Color code in RGB color code model is created after adding 2.75% red color, 12.94% green color and 22.35% blue color. Hex #072139 Color code in CMYK color (process color) code model is generated after subtraction of 88% cyan, 42% magenta, 0% yellow and 77.65% black.

Hex #072139 color code is between #002233 web safe hex color code and #001144 web safe hex color code. #002233 is the nearest web safe color code. You can see here many more shades of #072139 color code.

RGB Chart

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

Color Table

Hex Color Code 072139 #072139
RGB Decimal 7, 33, 57 7, 33, 57
RGB Percent 3%, 13%, 22% rgb(3%, 13%, 22%)
CSS RGBa 7, 33, 57,1 rgba(7,33,57,1)
CMYK Model cmyk(88%,42%,0%,77.65%)
HSL Color Space 209,78% ,13% hsl(209,78% ,13%)
HSV Color Space 209°, 88%, 22%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000111 00100001 00111001
Octal 7 41 71
Decimal 7 33 57
Hex 07 21 39

Different shades of #072139 color code.

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

Darkest of #072139
#000000
Darker of #072139
#000000
Dark of #072139
#01070c
Base of #072139
#072139
Light of #072139
#0d3b66
Lighter
#125694
Lightest
#1870c1

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

#072139
#391f07

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

Split Complementary

#072139
#390708
#393807

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

Analogous Color

#073934
#073639
#072139
#071039
#130739

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

#072139
#213907
#390721

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

#072139
#390721
#391f07
#07391f

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

#072139
#380739
#391f07
#083907

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

#000000
#000000
#000000
#01070c
#072139
#0d3b66
#125694
#1870c1
#278ae5

Tints of #072139 Color

#072139
#22394f
#3e5265
#596b7b
#758391
#909ca7
#acb5bd
#c7cdd3
#e3e6e9
#ffffff

Shades of #072139 color code

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

#072139
#061d32
#05192c
#041626
#03121f
#030e19
#020b13
#01070c
#000306
#000000

Tones

#072139
#0d2133
#14202c
#1a2026
#202020

Tones

Similar Color like #072139 color

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

#08223a
#09233b
#0a243c
#0b253d
#0c263e
#0d273f
#0e2840
#0f2941
#102a42
#112b43
#122c44
#132d45
#142e46
#152f47
#062038
#051f37
#041e36
#031d35
#021c34
#011b33
#001a32
#001931
#001830
#00172f
#00162e
#00152d
#00142c
#00132b

Download this Dark Blue

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

#072139 Color Code Preview on Black Background Color

This is how #072139 Color will look on black background color. Color contrast ratio is 1.29

#072139 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #072139

HTML with inline CSS

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

Your Example Paragraph content text in with font color #072139

#072139 color code is use for CSS Background Color

Background color for the above div is #072139

HTML with inline CSS

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

#072139 color code is use for CSS Border Color

CSS Border color for the above div is #072139

HTML with inline CSS

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

CSS Border Left color for the above div is #072139

HTML with inline CSS

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

CSS Border Right color for the above div is #072139

HTML with inline CSS

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

CSS Border Bottom color for the above div is #072139

HTML with inline CSS

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

CSS Border Top color for the above div is #072139

HTML with inline CSS

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

#072139 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#072139 Color code Preview on White Background

This is how #072139 Color code will look on white background color. Color contrast ratio is 16.33

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

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