Skip to main content Skip to docs navigation

#1187bf 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 Tall Ships and its hex is #0E81B9 Nearest Color Name

Color Hue/Base color: Blue

Hex #1187bf Color code in RGB color code model is created after adding 6.67% red color, 52.94% green color and 74.9% blue color. Hex #1187bf Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 29% magenta, 0% yellow and 25.1% black.

Hex #1187bf color code is between #0088bb web safe hex color code and #0077cc web safe hex color code. #0088bb is the nearest web safe color code. You can see here many more shades of #1187bf color code.

RGB Chart

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

Color Table

Hex Color Code 1187bf #1187bf
RGB Decimal 17, 135, 191 17, 135, 191
RGB Percent 7%, 53%, 75% rgb(7%, 53%, 75%)
CSS RGBa 17, 135, 191,1 rgba(17,135,191,1)
CMYK Model cmyk(91%,29%,0%,25.1%)
HSL Color Space 199,84% ,41% hsl(199,84% ,41%)
HSV Color Space 199°, 91%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010001 10000111 10111111
Octal 21 207 277
Decimal 17 135 191
Hex 11 87 bf

Different shades of #1187bf color code.

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

Darkest of #1187bf
#042432
Darker of #1187bf
#094561
Dark of #1187bf
#0d6690
Base of #1187bf
#1187bf
Light of #1187bf
#18a7ea
Lighter
#47b9ef
Lightest
#76cbf3

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

#1187bf
#bf4911

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

Split Complementary

#1187bf
#bf1130
#bfa011

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

Analogous Color

#11bf91
#11bfae
#1187bf
#114dbf
#1d11bf

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

#1187bf
#87bf11
#bf1187

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

#1187bf
#bf1187
#bf4911
#11bf49

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

#1187bf
#a011bf
#bf4911
#30bf11

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 #1187bf

#000304
#042432
#094561
#0d6690
#1187bf
#18a7ea
#47b9ef
#76cbf3
#a5ddf7

Tints of #1187bf Color

#1187bf
#2b94c6
#45a1cd
#60afd4
#7abcdb
#95c9e2
#afd7e9
#cae4f0
#e4f1f7
#ffffff

Shades of #1187bf color code

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

#1187bf
#0f78a9
#0d6994
#0b5a7f
#094b6a
#073c54
#052d3f
#031e2a
#010f15
#000000

Tones

#1187bf
#2680aa
#3b7895
#4f7181
#64696c

Tones

Similar Color like #1187bf color

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

#1288c0
#1389c1
#148ac2
#158bc3
#168cc4
#178dc5
#188ec6
#198fc7
#1a90c8
#1b91c9
#1c92ca
#1d93cb
#1e94cc
#1f95cd
#1086be
#0f85bd
#0e84bc
#0d83bb
#0c82ba
#0b81b9
#0a80b8
#097fb7
#087eb6
#077db5
#067cb4
#057bb3
#047ab2
#0379b1

Download this Dark Blue

Hex #1187bf 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.

#1187bf Color Code Preview on Black Background Color

This is how #1187bf Color will look on black background color. Color contrast ratio is 5.24

#1187bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1187bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1187bf

#1187bf color code is use for CSS Background Color

Background color for the above div is #1187bf

HTML with inline CSS

<div style="background-color:#1187bf;"></div>

#1187bf color code is use for CSS Border Color

CSS Border color for the above div is #1187bf

HTML with inline CSS

<div style="border:5px solid #1187bf;"></div>

CSS Border Left color for the above div is #1187bf

HTML with inline CSS

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

CSS Border Right color for the above div is #1187bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1187bf

HTML with inline CSS

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

CSS Border Top color for the above div is #1187bf

HTML with inline CSS

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

#1187bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1187bf Color code Preview on White Background

This is how #1187bf Color code will look on white background color. Color contrast ratio is 4.01

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

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