Skip to main content Skip to docs navigation

#080385 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 2738 C and its hex is #06038D Nearest Color Name

Color Hue/Base color: Blue

Hex #080385 Color code in RGB color code model is created after adding 3.14% red color, 1.18% green color and 52.16% blue color. Hex #080385 Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 98% magenta, 0% yellow and 47.84% black.

Hex #080385 color code is between #000088 web safe hex color code and #000077 web safe hex color code. #000088 is the nearest web safe color code. You can see here many more shades of #080385 color code.

RGB Chart

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

Color Table

Hex Color Code 080385 #080385
RGB Decimal 8, 3, 133 8, 3, 133
RGB Percent 3%, 1%, 52% rgb(3%, 1%, 52%)
CSS RGBa 8, 3, 133,1 rgba(8,3,133,1)
CMYK Model cmyk(94%,98%,0%,47.84%)
HSL Color Space 242,96% ,27% hsl(242,96% ,27%)
HSV Color Space 242°, 98%, 52%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001000 00000011 10000101
Octal 10 3 205
Decimal 8 3 133
Hex 08 03 85

Different shades of #080385 color code.

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

Darkest of #080385
#000000
Darker of #080385
#020121
Dark of #080385
#050253
Base of #080385
#080385
Light of #080385
#0b04b7
Lighter
#0e05e9
Lightest
#2f27fa

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

#080385
#808503

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

Split Complementary

#080385
#854903
#3f8503

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

Analogous Color

#034a85
#033485
#080385
#330385
#6a0385

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

#080385
#038508
#850803

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

#080385
#850803
#808503
#038085

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

#080385
#85033f
#808503
#038549

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 #080385

#000000
#000000
#020121
#050253
#080385
#0b04b7
#0e05e9
#2f27fa
#5f59fb

Tints of #080385 Color

#080385
#231f92
#3e3ba0
#5a57ad
#7573bb
#918fc8
#acabd6
#c8c7e3
#e3e3f1
#ffffff

Shades of #080385 color code

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

#080385
#070276
#060267
#050258
#040149
#03013b
#02012c
#01001d
#00000e
#000000

Tones

#080385
#151177
#211e6a
#2e2c5c
#3a394f

Tones

Similar Color like #080385 color

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

#090486
#0a0587
#0b0688
#0c0789
#0d088a
#0e098b
#0f0a8c
#100b8d
#110c8e
#120d8f
#130e90
#140f91
#151092
#161193
#070284
#060183
#050082
#040081
#030080
#02007f
#01007e
#00007d
#00007c
#00007b
#00007a
#000079
#000078
#000077

Download this Dark Blue

Hex #080385 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.

#080385 Color Code Preview on Black Background Color

This is how #080385 Color will look on black background color. Color contrast ratio is 1.36

#080385 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #080385

HTML with inline CSS

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

Your Example Paragraph content text in with font color #080385

#080385 color code is use for CSS Background Color

Background color for the above div is #080385

HTML with inline CSS

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

#080385 color code is use for CSS Border Color

CSS Border color for the above div is #080385

HTML with inline CSS

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

CSS Border Left color for the above div is #080385

HTML with inline CSS

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

CSS Border Right color for the above div is #080385

HTML with inline CSS

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

CSS Border Bottom color for the above div is #080385

HTML with inline CSS

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

CSS Border Top color for the above div is #080385

HTML with inline CSS

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

#080385 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#080385 Color code Preview on White Background

This is how #080385 Color code will look on white background color. Color contrast ratio is 15.42

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

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