Skip to main content Skip to docs navigation

#002f87 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 287 C and its hex is #003087 Nearest Color Name

Color Hue/Base color: Blue

Hex #002f87 Color code in RGB color code model is created after adding 0% red color, 18.43% green color and 52.94% blue color. Hex #002f87 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 65% magenta, 0% yellow and 47.06% black.

Hex #002f87 color code is between #003388 web safe hex color code and #002277 web safe hex color code. #003388 is the nearest web safe color code. You can see here many more shades of #002f87 color code.

RGB Chart

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

Color Table

Hex Color Code 002f87 #002f87
RGB Decimal 0, 47, 135 0, 47, 135
RGB Percent 0%, 18%, 53% rgb(0%, 18%, 53%)
CSS RGBa 0, 47, 135,1 rgba(0,47,135,1)
CMYK Model cmyk(100%,65%,0%,47.06%)
HSL Color Space 219,100% ,26% hsl(219,100% ,26%)
HSV Color Space 219°, 100%, 53%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000000 00101111 10000111
Octal 0 57 207
Decimal 0 47 135
Hex 00 2f 87

Different shades of #002f87 color code.

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

Darkest of #002f87
#000000
Darker of #002f87
#000b21
Dark of #002f87
#001d54
Base of #002f87
#002f87
Light of #002f87
#0041ba
Lighter
#0053ed
Lightest
#216eff

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

#002f87
#875800

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

Split Complementary

#002f87
#871400
#728700

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

Analogous Color

#007e87
#006787
#002f87
#000287
#360087

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

#002f87
#2f8700
#87002f

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

#002f87
#87002f
#875800
#008758

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

#002f87
#870072
#875800
#008714

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 #002f87

#000000
#000000
#000b21
#001d54
#002f87
#0041ba
#0053ed
#216eff
#5490ff

Tints of #002f87 Color

#002f87
#1c4694
#385da1
#5574af
#718bbc
#8da2c9
#aab9d7
#c6d0e4
#e2e7f1
#ffffff

Shades of #002f87 color code

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

#002f87
#002978
#002469
#001f5a
#001a4b
#00143c
#000f2d
#000a1e
#00050f
#000000

Tones

#002f87
#0d3379
#1b376c
#283b5e
#363f51

Tones

Similar Color like #002f87 color

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

#013088
#023189
#03328a
#04338b
#05348c
#06358d
#07368e
#08378f
#093890
#0a3991
#0b3a92
#0c3b93
#0d3c94
#0e3d95
#002e86
#002d85
#002c84
#002b83
#002a82
#002981
#002880
#00277f
#00267e
#00257d
#00247c
#00237b
#00227a
#002179

Download this Dark Blue

Hex #002f87 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.

#002f87 Color Code Preview on Black Background Color

This is how #002f87 Color will look on black background color. Color contrast ratio is 1.76

#002f87 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #002f87

HTML with inline CSS

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

Your Example Paragraph content text in with font color #002f87

#002f87 color code is use for CSS Background Color

Background color for the above div is #002f87

HTML with inline CSS

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

#002f87 color code is use for CSS Border Color

CSS Border color for the above div is #002f87

HTML with inline CSS

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

CSS Border Left color for the above div is #002f87

HTML with inline CSS

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

CSS Border Right color for the above div is #002f87

HTML with inline CSS

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

CSS Border Bottom color for the above div is #002f87

HTML with inline CSS

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

CSS Border Top color for the above div is #002f87

HTML with inline CSS

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

#002f87 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#002f87 Color code Preview on White Background

This is how #002f87 Color code will look on white background color. Color contrast ratio is 11.96

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

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