Skip to main content Skip to docs navigation

#0804cb 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 Lady of the Sea and its hex is #0000CC Nearest Color Name

Color Hue/Base color: Blue

Hex #0804cb Color code in RGB color code model is created after adding 3.14% red color, 1.57% green color and 79.61% blue color. Hex #0804cb Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 98% magenta, 0% yellow and 20.39% black.

Hex #0804cb color code is between #0000cc web safe hex color code and #0000bb web safe hex color code. #0000cc is the nearest web safe color code. You can see here many more shades of #0804cb color code.

RGB Chart

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

Color Table

Hex Color Code 0804cb #0804cb
RGB Decimal 8, 4, 203 8, 4, 203
RGB Percent 3%, 2%, 80% rgb(3%, 2%, 80%)
CSS RGBa 8, 4, 203,1 rgba(8,4,203,1)
CMYK Model cmyk(96%,98%,0%,20.39%)
HSL Color Space 241,96% ,41% hsl(241,96% ,41%)
HSV Color Space 241°, 98%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001000 00000100 11001011
Octal 10 4 313
Decimal 8 4 203
Hex 08 04 cb

Different shades of #0804cb color code.

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

Darkest of #0804cb
#020135
Darker of #0804cb
#040267
Dark of #0804cb
#060399
Base of #0804cb
#0804cb
Light of #0804cb
#0d08fa
Lighter
#3e3afb
Lightest
#6f6cfc

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

#0804cb
#c7cb04

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

Split Complementary

#0804cb
#cb6c04
#63cb04

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

Analogous Color

#0474cb
#0453cb
#0804cb
#4a04cb
#9d04cb

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

#0804cb
#04cb08
#cb0804

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

#0804cb
#cb0804
#c7cb04
#04c7cb

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

#0804cb
#cb0463
#c7cb04
#04cb6c

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 #0804cb

#000003
#020135
#040267
#060399
#0804cb
#0d08fa
#3e3afb
#6f6cfc
#a09efd

Tints of #0804cb Color

#0804cb
#231fd0
#3e3bd6
#5a57dc
#7573e2
#918fe7
#acabed
#c8c7f3
#e3e3f9
#ffffff

Shades of #0804cb color code

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

#0804cb
#0703b4
#06039d
#050287
#040270
#03015a
#020143
#01002d
#000016
#000000

Tones

#0804cb
#1c19b6
#302da2
#44428d
#575778

Tones

Similar Color like #0804cb color

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

#0905cc
#0a06cd
#0b07ce
#0c08cf
#0d09d0
#0e0ad1
#0f0bd2
#100cd3
#110dd4
#120ed5
#130fd6
#1410d7
#1511d8
#1612d9
#0703ca
#0602c9
#0501c8
#0400c7
#0300c6
#0200c5
#0100c4
#0000c3
#0000c2
#0000c1
#0000c0
#0000bf
#0000be
#0000bd

Download this Dark Blue

Hex #0804cb 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.

#0804cb Color Code Preview on Black Background Color

This is how #0804cb Color will look on black background color. Color contrast ratio is 1.89

#0804cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0804cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0804cb

#0804cb color code is use for CSS Background Color

Background color for the above div is #0804cb

HTML with inline CSS

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

#0804cb color code is use for CSS Border Color

CSS Border color for the above div is #0804cb

HTML with inline CSS

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

CSS Border Left color for the above div is #0804cb

HTML with inline CSS

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

CSS Border Right color for the above div is #0804cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0804cb

HTML with inline CSS

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

CSS Border Top color for the above div is #0804cb

HTML with inline CSS

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

#0804cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0804cb Color code Preview on White Background

This is how #0804cb Color code will look on white background color. Color contrast ratio is 11.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 #0804cb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #0804cb; }

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