Skip to main content Skip to docs navigation

#115eba 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 Ephren Blue and its hex is #1164B4 Nearest Color Name

Color Hue/Base color: Blue

Hex #115eba Color code in RGB color code model is created after adding 6.67% red color, 36.86% green color and 72.94% blue color. Hex #115eba Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 49% magenta, 0% yellow and 27.06% black.

Hex #115eba color code is between #0066bb web safe hex color code and #0055aa web safe hex color code. #0066bb is the nearest web safe color code. You can see here many more shades of #115eba color code.

RGB Chart

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

Color Table

Hex Color Code 115eba #115eba
RGB Decimal 17, 94, 186 17, 94, 186
RGB Percent 7%, 37%, 73% rgb(7%, 37%, 73%)
CSS RGBa 17, 94, 186,1 rgba(17,94,186,1)
CMYK Model cmyk(91%,49%,0%,27.06%)
HSL Color Space 213,83% ,40% hsl(213,83% ,40%)
HSV Color Space 213°, 91%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010001 01011110 10111010
Octal 21 136 272
Decimal 17 94 186
Hex 11 5e ba

Different shades of #115eba color code.

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

Darkest of #115eba
#04172e
Darker of #115eba
#082f5d
Dark of #115eba
#0d468b
Base of #115eba
#115eba
Light of #115eba
#1576e9
Lighter
#4391ee
Lightest
#72acf2

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

#115eba
#ba6d11

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

Split Complementary

#115eba
#ba1811
#b2ba11

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

Analogous Color

#11bab3
#11a4ba
#115eba
#1126ba
#4311ba

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

#115eba
#5eba11
#ba115e

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

#115eba
#ba115e
#ba6d11
#11ba6d

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

#115eba
#ba11b2
#ba6d11
#11ba18

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 #115eba

#000000
#04172e
#082f5d
#0d468b
#115eba
#1576e9
#4391ee
#72acf2
#a1c8f6

Tints of #115eba Color

#115eba
#2b6fc1
#4581c9
#6093d1
#7aa5d8
#95b7e0
#afc9e8
#cadbef
#e4edf7
#ffffff

Shades of #115eba color code

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

#115eba
#0f53a5
#0d4990
#0b3e7c
#093467
#072952
#051f3e
#031429
#010a14
#000000

Tones

#115eba
#2560a6
#3a6291
#4e637d
#626569

Tones

Similar Color like #115eba color

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

#125fbb
#1360bc
#1461bd
#1562be
#1663bf
#1764c0
#1865c1
#1966c2
#1a67c3
#1b68c4
#1c69c5
#1d6ac6
#1e6bc7
#1f6cc8
#105db9
#0f5cb8
#0e5bb7
#0d5ab6
#0c59b5
#0b58b4
#0a57b3
#0956b2
#0855b1
#0754b0
#0653af
#0552ae
#0451ad
#0350ac

Download this Dark Blue

Hex #115eba 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.

#115eba Color Code Preview on Black Background Color

This is how #115eba Color will look on black background color. Color contrast ratio is 3.33

#115eba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #115eba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #115eba

#115eba color code is use for CSS Background Color

Background color for the above div is #115eba

HTML with inline CSS

<div style="background-color:#115eba;"></div>

#115eba color code is use for CSS Border Color

CSS Border color for the above div is #115eba

HTML with inline CSS

<div style="border:5px solid #115eba;"></div>

CSS Border Left color for the above div is #115eba

HTML with inline CSS

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

CSS Border Right color for the above div is #115eba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #115eba

HTML with inline CSS

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

CSS Border Top color for the above div is #115eba

HTML with inline CSS

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

#115eba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#115eba Color code Preview on White Background

This is how #115eba Color code will look on white background color. Color contrast ratio is 6.30

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

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