Skip to main content Skip to docs navigation

#153aeb 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 Palatinate Blue and its hex is #273BE2 Nearest Color Name

Color Hue/Base color: Blue

Hex #153aeb Color code in RGB color code model is created after adding 8.24% red color, 22.75% green color and 92.16% blue color. Hex #153aeb Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 75% magenta, 0% yellow and 7.84% black.

Hex #153aeb color code is between #1133ee web safe hex color code and #2244dd web safe hex color code. #1133ee is the nearest web safe color code. You can see here many more shades of #153aeb color code.

RGB Chart

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

Color Table

Hex Color Code 153aeb #153aeb
RGB Decimal 21, 58, 235 21, 58, 235
RGB Percent 8%, 23%, 92% rgb(8%, 23%, 92%)
CSS RGBa 21, 58, 235,1 rgba(21,58,235,1)
CMYK Model cmyk(91%,75%,0%,7.84%)
HSL Color Space 230,84% ,50% hsl(230,84% ,50%)
HSV Color Space 230°, 91%, 92%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010101 00111010 11101011
Octal 25 72 353
Decimal 21 58 235
Hex 15 3a eb

Different shades of #153aeb color code.

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

Darkest of #153aeb
#08175f
Darker of #153aeb
#0c238e
Dark of #153aeb
#102ebd
Base of #153aeb
#153aeb
Light of #153aeb
#4462ef
Lighter
#7389f3
Lightest
#a2b1f7

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

#153aeb
#ebc615

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

Split Complementary

#153aeb
#eb5b15
#a5eb15

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

Analogous Color

#15b7eb
#1593eb
#153aeb
#3715eb
#9115eb

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

#153aeb
#3aeb15
#eb153a

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

#153aeb
#eb153a
#ebc615
#15ebc6

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

#153aeb
#eb15a5
#ebc615
#15eb5b

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 #153aeb

#040c30
#08175f
#0c238e
#102ebd
#153aeb
#4462ef
#7389f3
#a2b1f7
#d1d8fb

Tints of #153aeb Color

#153aeb
#2f4fed
#4965ef
#637bf1
#7d91f3
#97a7f6
#b1bdf8
#cbd3fa
#e5e9fc
#ffffff

Shades of #153aeb color code

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

#153aeb
#1233d0
#102db6
#0e269c
#0b2082
#091968
#07134e
#040c34
#02061a
#000000

Tones

#153aeb
#2e4bd2
#485bb8
#616c9f
#7b7c85

Tones

Similar Color like #153aeb color

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

#163bec
#173ced
#183dee
#193eef
#1a3ff0
#1b40f1
#1c41f2
#1d42f3
#1e43f4
#1f44f5
#2045f6
#2146f7
#2247f8
#2348f9
#1439ea
#1338e9
#1237e8
#1136e7
#1035e6
#0f34e5
#0e33e4
#0d32e3
#0c31e2
#0b30e1
#0a2fe0
#092edf
#082dde
#072cdd

Download this Dark Blue

Hex #153aeb 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.

#153aeb Color Code Preview on Black Background Color

This is how #153aeb Color will look on black background color. Color contrast ratio is 2.84

#153aeb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #153aeb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #153aeb

#153aeb color code is use for CSS Background Color

Background color for the above div is #153aeb

HTML with inline CSS

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

#153aeb color code is use for CSS Border Color

CSS Border color for the above div is #153aeb

HTML with inline CSS

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

CSS Border Left color for the above div is #153aeb

HTML with inline CSS

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

CSS Border Right color for the above div is #153aeb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #153aeb

HTML with inline CSS

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

CSS Border Top color for the above div is #153aeb

HTML with inline CSS

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

#153aeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#153aeb Color code Preview on White Background

This is how #153aeb Color code will look on white background color. Color contrast ratio is 7.40

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

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