Skip to main content Skip to docs navigation

#155bcb 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 #155bcb Color code in RGB color code model is created after adding 8.24% red color, 35.69% green color and 79.61% blue color. Hex #155bcb Color code in CMYK color (process color) code model is generated after subtraction of 90% cyan, 55% magenta, 0% yellow and 20.39% black.

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

RGB Chart

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

Color Table

Hex Color Code 155bcb #155bcb
RGB Decimal 21, 91, 203 21, 91, 203
RGB Percent 8%, 36%, 80% rgb(8%, 36%, 80%)
CSS RGBa 21, 91, 203,1 rgba(21,91,203,1)
CMYK Model cmyk(90%,55%,0%,20.39%)
HSL Color Space 217,81% ,44% hsl(217,81% ,44%)
HSV Color Space 217°, 90%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010101 01011011 11001011
Octal 25 133 313
Decimal 21 91 203
Hex 15 5b cb

Different shades of #155bcb color code.

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

Darkest of #155bcb
#071d40
Darker of #155bcb
#0b326f
Dark of #155bcb
#10469d
Base of #155bcb
#155bcb
Light of #155bcb
#2a73e9
Lighter
#5892ee
Lightest
#86b0f3

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

#155bcb
#cb8515

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

Split Complementary

#155bcb
#cb2a15
#b6cb15

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

Analogous Color

#15c5cb
#15a7cb
#155bcb
#151ecb
#5715cb

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

#155bcb
#5bcb15
#cb155b

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

#155bcb
#cb155b
#cb8515
#15cb85

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

#155bcb
#cb15b6
#cb8515
#15cb2a

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

#020812
#071d40
#0b326f
#10469d
#155bcb
#2a73e9
#5892ee
#86b0f3
#b5cef7

Tints of #155bcb Color

#155bcb
#2f6dd0
#497fd6
#6391dc
#7da3e2
#97b6e7
#b1c8ed
#cbdaf3
#e5ecf9
#ffffff

Shades of #155bcb color code

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

#155bcb
#1250b4
#10469d
#0e3c87
#0b3270
#09285a
#071e43
#04142d
#020a16
#000000

Tones

#155bcb
#2b60b5
#42659e
#586b88
#6f7071

Tones

Similar Color like #155bcb color

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

#165ccc
#175dcd
#185ece
#195fcf
#1a60d0
#1b61d1
#1c62d2
#1d63d3
#1e64d4
#1f65d5
#2066d6
#2167d7
#2268d8
#2369d9
#145aca
#1359c9
#1258c8
#1157c7
#1056c6
#0f55c5
#0e54c4
#0d53c3
#0c52c2
#0b51c1
#0a50c0
#094fbf
#084ebe
#074dbd

Download this Dark Blue

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

#155bcb Color Code Preview on Black Background Color

This is how #155bcb Color will look on black background color. Color contrast ratio is 3.39

#155bcb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#155bcb color code is use for CSS Background Color

Background color for the above div is #155bcb

HTML with inline CSS

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

#155bcb color code is use for CSS Border Color

CSS Border color for the above div is #155bcb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#155bcb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#155bcb Color code Preview on White Background

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

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

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