Skip to main content Skip to docs navigation

#085aba 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 #085aba Color code in RGB color code model is created after adding 3.14% red color, 35.29% green color and 72.94% blue color. Hex #085aba Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 52% magenta, 0% yellow and 27.06% black.

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

RGB Chart

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

Color Table

Hex Color Code 085aba #085aba
RGB Decimal 8, 90, 186 8, 90, 186
RGB Percent 3%, 35%, 73% rgb(3%, 35%, 73%)
CSS RGBa 8, 90, 186,1 rgba(8,90,186,1)
CMYK Model cmyk(96%,52%,0%,27.06%)
HSL Color Space 212,92% ,38% hsl(212,92% ,38%)
HSV Color Space 212°, 96%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001000 01011010 10111010
Octal 10 132 272
Decimal 8 90 186
Hex 08 5a ba

Different shades of #085aba color code.

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

Darkest of #085aba
#021327
Darker of #085aba
#042b58
Dark of #085aba
#064289
Base of #085aba
#085aba
Light of #085aba
#0a72eb
Lighter
#328cf6
Lightest
#63a8f8

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

#085aba
#ba6808

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

Split Complementary

#085aba
#ba0f08
#b3ba08

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

Analogous Color

#08bab2
#08a4ba
#085aba
#081fba
#3c08ba

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

#085aba
#5aba08
#ba085a

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

#085aba
#ba085a
#ba6808
#08ba68

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

#085aba
#ba08b3
#ba6808
#08ba0f

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 #085aba

#000000
#021327
#042b58
#064289
#085aba
#0a72eb
#328cf6
#63a8f8
#94c3fa

Tints of #085aba Color

#085aba
#236cc1
#3e7ec9
#5a91d1
#75a3d8
#91b5e0
#acc8e8
#c8daef
#e3ecf7
#ffffff

Shades of #085aba color code

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

#085aba
#0750a5
#064690
#053c7c
#043267
#032852
#021e3e
#011429
#000a14
#000000

Tones

#085aba
#1b5ca7
#2f5d93
#425f80
#56606c

Tones

Similar Color like #085aba color

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

#095bbb
#0a5cbc
#0b5dbd
#0c5ebe
#0d5fbf
#0e60c0
#0f61c1
#1062c2
#1163c3
#1264c4
#1365c5
#1466c6
#1567c7
#1668c8
#0759b9
#0658b8
#0557b7
#0456b6
#0355b5
#0254b4
#0153b3
#0052b2
#0051b1
#0050b0
#004faf
#004eae
#004dad
#004cac

Download this Dark Blue

Hex #085aba 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.

#085aba Color Code Preview on Black Background Color

This is how #085aba Color will look on black background color. Color contrast ratio is 3.18

#085aba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #085aba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #085aba

#085aba color code is use for CSS Background Color

Background color for the above div is #085aba

HTML with inline CSS

<div style="background-color:#085aba;"></div>

#085aba color code is use for CSS Border Color

CSS Border color for the above div is #085aba

HTML with inline CSS

<div style="border:5px solid #085aba;"></div>

CSS Border Left color for the above div is #085aba

HTML with inline CSS

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

CSS Border Right color for the above div is #085aba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #085aba

HTML with inline CSS

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

CSS Border Top color for the above div is #085aba

HTML with inline CSS

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

#085aba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#085aba Color code Preview on White Background

This is how #085aba Color code will look on white background color. Color contrast ratio is 6.60

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

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