Skip to main content Skip to docs navigation

#151dbf 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 Tetraammine and its hex is #1E20C7 Nearest Color Name

Color Hue/Base color: Blue

Hex #151dbf Color code in RGB color code model is created after adding 8.24% red color, 11.37% green color and 74.9% blue color. Hex #151dbf Color code in CMYK color (process color) code model is generated after subtraction of 89% cyan, 85% magenta, 0% yellow and 25.1% black.

Hex #151dbf color code is between #1122bb web safe hex color code and #2211cc web safe hex color code. #1122bb is the nearest web safe color code. You can see here many more shades of #151dbf color code.

RGB Chart

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

Color Table

Hex Color Code 151dbf #151dbf
RGB Decimal 21, 29, 191 21, 29, 191
RGB Percent 8%, 11%, 75% rgb(8%, 11%, 75%)
CSS RGBa 21, 29, 191,1 rgba(21,29,191,1)
CMYK Model cmyk(89%,85%,0%,25.1%)
HSL Color Space 237,80% ,42% hsl(237,80% ,42%)
HSV Color Space 237°, 89%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010101 00011101 10111111
Octal 25 35 277
Decimal 21 29 191
Hex 15 1d bf

Different shades of #151dbf color code.

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

Darkest of #151dbf
#060835
Darker of #151dbf
#0b0f63
Dark of #151dbf
#101691
Base of #151dbf
#151dbf
Light of #151dbf
#202ae7
Lighter
#4e56ec
Lightest
#7c82f1

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

#151dbf
#bfb715

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

Split Complementary

#151dbf
#bf6215
#72bf15

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

Analogous Color

#1580bf
#1564bf
#151dbf
#4615bf
#8d15bf

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

#151dbf
#1dbf15
#bf151d

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

#151dbf
#bf151d
#bfb715
#15bfb7

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

#151dbf
#bf1572
#bfb715
#15bf62

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 #151dbf

#010107
#060835
#0b0f63
#101691
#151dbf
#202ae7
#4e56ec
#7c82f1
#aaaef6

Tints of #151dbf Color

#151dbf
#2f36c6
#494fcd
#6368d4
#7d81db
#979ae2
#b1b3e9
#cbccf0
#e5e5f7
#ffffff

Shades of #151dbf color code

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

#151dbf
#1219a9
#101694
#0e137f
#0b106a
#090c54
#07093f
#04062a
#020315
#000000

Tones

#151dbf
#2a30aa
#3f4395
#55577f
#6a6a6a

Tones

Similar Color like #151dbf color

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

#161ec0
#171fc1
#1820c2
#1921c3
#1a22c4
#1b23c5
#1c24c6
#1d25c7
#1e26c8
#1f27c9
#2028ca
#2129cb
#222acc
#232bcd
#141cbe
#131bbd
#121abc
#1119bb
#1018ba
#0f17b9
#0e16b8
#0d15b7
#0c14b6
#0b13b5
#0a12b4
#0911b3
#0810b2
#070fb1

Download this Dark Blue

Hex #151dbf 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.

#151dbf Color Code Preview on Black Background Color

This is how #151dbf Color will look on black background color. Color contrast ratio is 1.96

#151dbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #151dbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #151dbf

#151dbf color code is use for CSS Background Color

Background color for the above div is #151dbf

HTML with inline CSS

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

#151dbf color code is use for CSS Border Color

CSS Border color for the above div is #151dbf

HTML with inline CSS

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

CSS Border Left color for the above div is #151dbf

HTML with inline CSS

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

CSS Border Right color for the above div is #151dbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #151dbf

HTML with inline CSS

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

CSS Border Top color for the above div is #151dbf

HTML with inline CSS

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

#151dbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#151dbf Color code Preview on White Background

This is how #151dbf Color code will look on white background color. Color contrast ratio is 10.71

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

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