Skip to main content Skip to docs navigation

#0860bf 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 Pantone 2132 C and its hex is #0857C3 Nearest Color Name

Color Hue/Base color: Blue

Hex #0860bf Color code in RGB color code model is created after adding 3.14% red color, 37.65% green color and 74.9% blue color. Hex #0860bf Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 50% magenta, 0% yellow and 25.1% black.

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

RGB Chart

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

Color Table

Hex Color Code 0860bf #0860bf
RGB Decimal 8, 96, 191 8, 96, 191
RGB Percent 3%, 38%, 75% rgb(3%, 38%, 75%)
CSS RGBa 8, 96, 191,1 rgba(8,96,191,1)
CMYK Model cmyk(96%,50%,0%,25.1%)
HSL Color Space 211,92% ,39% hsl(211,92% ,39%)
HSV Color Space 211°, 96%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001000 01100000 10111111
Octal 10 140 277
Decimal 8 96 191
Hex 08 60 bf

Different shades of #0860bf color code.

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

Darkest of #0860bf
#02162c
Darker of #0860bf
#042f5d
Dark of #0860bf
#06478e
Base of #0860bf
#0860bf
Light of #0860bf
#0a79f0
Lighter
#3693f7
Lightest
#67adf9

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

#0860bf
#bf6708

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

Split Complementary

#0860bf
#bf0c08
#bbbf08

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

Analogous Color

#08bfb3
#08acbf
#0860bf
#0823bf
#3908bf

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

#0860bf
#60bf08
#bf0860

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

#0860bf
#bf0860
#bf6708
#08bf67

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

#0860bf
#bf08bb
#bf6708
#08bf0c

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

#000000
#02162c
#042f5d
#06478e
#0860bf
#0a79f0
#3693f7
#67adf9
#98c8fb

Tints of #0860bf Color

#0860bf
#2371c6
#3e83cd
#5a95d4
#75a6db
#91b8e2
#accae9
#c8dbf0
#e3edf7
#ffffff

Shades of #0860bf color code

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

#0860bf
#0755a9
#064a94
#05407f
#04356a
#032a54
#02203f
#01152a
#000a15
#000000

Tones

#0860bf
#1c61ab
#306297
#446283
#58636f

Tones

Similar Color like #0860bf color

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

#0961c0
#0a62c1
#0b63c2
#0c64c3
#0d65c4
#0e66c5
#0f67c6
#1068c7
#1169c8
#126ac9
#136bca
#146ccb
#156dcc
#166ecd
#075fbe
#065ebd
#055dbc
#045cbb
#035bba
#025ab9
#0159b8
#0058b7
#0057b6
#0056b5
#0055b4
#0054b3
#0053b2
#0052b1

Download this Dark Blue

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

#0860bf Color Code Preview on Black Background Color

This is how #0860bf Color will look on black background color. Color contrast ratio is 3.44

#0860bf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0860bf color code is use for CSS Background Color

Background color for the above div is #0860bf

HTML with inline CSS

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

#0860bf color code is use for CSS Border Color

CSS Border color for the above div is #0860bf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0860bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0860bf Color code Preview on White Background

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

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

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