Skip to main content Skip to docs navigation

#155bbb 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 Amnesia Blue and its hex is #1560BD Nearest Color Name

Color Hue/Base color: Blue

Hex #155bbb Color code in RGB color code model is created after adding 8.24% red color, 35.69% green color and 73.33% blue color. Hex #155bbb Color code in CMYK color (process color) code model is generated after subtraction of 89% cyan, 51% magenta, 0% yellow and 26.67% black.

Hex #155bbb color code is between #1155aa web safe hex color code and #2266cc web safe hex color code. #1155aa is the nearest web safe color code. You can see here many more shades of #155bbb color code.

RGB Chart

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

Color Table

Hex Color Code 155bbb #155bbb
RGB Decimal 21, 91, 187 21, 91, 187
RGB Percent 8%, 36%, 73% rgb(8%, 36%, 73%)
CSS RGBa 21, 91, 187,1 rgba(21,91,187,1)
CMYK Model cmyk(89%,51%,0%,26.67%)
HSL Color Space 215,80% ,41% hsl(215,80% ,41%)
HSV Color Space 215°, 89%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010101 01011011 10111011
Octal 25 133 273
Decimal 21 91 187
Hex 15 5b bb

Different shades of #155bbb color code.

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

Darkest of #155bbb
#061831
Darker of #155bbb
#0b2e5f
Dark of #155bbb
#10458d
Base of #155bbb
#155bbb
Light of #155bbb
#1d72e6
Lighter
#4b8eeb
Lightest
#79abf0

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

#155bbb
#bb7515

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

Split Complementary

#155bbb
#bb2215
#aebb15

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

Analogous Color

#15bbba
#15a0bb
#155bbb
#1524bb
#4b15bb

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

#155bbb
#5bbb15
#bb155b

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

#155bbb
#bb155b
#bb7515
#15bb75

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

#155bbb
#bb15ae
#bb7515
#15bb22

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 #155bbb

#000204
#061831
#0b2e5f
#10458d
#155bbb
#1d72e6
#4b8eeb
#79abf0
#a7c8f5

Tints of #155bbb Color

#155bbb
#2f6dc2
#497fca
#6391d1
#7da3d9
#97b6e0
#b1c8e8
#cbdaef
#e5ecf7
#ffffff

Shades of #155bbb color code

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

#155bbb
#1250a6
#104691
#0e3c7c
#0b3267
#092853
#071e3e
#041429
#020a14
#000000

Tones

#155bbb
#2a5ea6
#3f6291
#53657d
#686868

Tones

Similar Color like #155bbb color

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

#165cbc
#175dbd
#185ebe
#195fbf
#1a60c0
#1b61c1
#1c62c2
#1d63c3
#1e64c4
#1f65c5
#2066c6
#2167c7
#2268c8
#2369c9
#145aba
#1359b9
#1258b8
#1157b7
#1056b6
#0f55b5
#0e54b4
#0d53b3
#0c52b2
#0b51b1
#0a50b0
#094faf
#084eae
#074dad

Download this Dark Blue

Hex #155bbb 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.

#155bbb Color Code Preview on Black Background Color

This is how #155bbb Color will look on black background color. Color contrast ratio is 3.25

#155bbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #155bbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #155bbb

#155bbb color code is use for CSS Background Color

Background color for the above div is #155bbb

HTML with inline CSS

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

#155bbb color code is use for CSS Border Color

CSS Border color for the above div is #155bbb

HTML with inline CSS

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

CSS Border Left color for the above div is #155bbb

HTML with inline CSS

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

CSS Border Right color for the above div is #155bbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #155bbb

HTML with inline CSS

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

CSS Border Top color for the above div is #155bbb

HTML with inline CSS

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

#155bbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#155bbb Color code Preview on White Background

This is how #155bbb Color code will look on white background color. Color contrast ratio is 6.47

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

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