Skip to main content Skip to docs navigation

#08355a 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 Royal Blue Metallic and its hex is #082D4F Nearest Color Name

Color Hue/Base color: Blue

Hex #08355a Color code in RGB color code model is created after adding 3.14% red color, 20.78% green color and 35.29% blue color. Hex #08355a Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 41% magenta, 0% yellow and 64.71% black.

Hex #08355a color code is between #003355 web safe hex color code and #004466 web safe hex color code. #003355 is the nearest web safe color code. You can see here many more shades of #08355a color code.

RGB Chart

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

Color Table

Hex Color Code 08355a #08355a
RGB Decimal 8, 53, 90 8, 53, 90
RGB Percent 3%, 21%, 35% rgb(3%, 21%, 35%)
CSS RGBa 8, 53, 90,1 rgba(8,53,90,1)
CMYK Model cmyk(91%,41%,0%,64.71%)
HSL Color Space 207,84% ,19% hsl(207,84% ,19%)
HSV Color Space 207°, 91%, 35%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001000 00110101 01011010
Octal 10 65 132
Decimal 8 53 90
Hex 08 35 5a

Different shades of #08355a color code.

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

Darkest of #08355a
#000000
Darker of #08355a
#000000
Dark of #08355a
#04192b
Base of #08355a
#08355a
Light of #08355a
#0c5189
Lighter
#106cb8
Lightest
#1488e7

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

#08355a
#5a2d08

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

Split Complementary

#08355a
#5a080c
#5a5608

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

Analogous Color

#085a4f
#08575a
#08355a
#081a5a
#19085a

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

#08355a
#355a08
#5a0835

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

#08355a
#5a0835
#5a2d08
#085a2d

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

#08355a
#56085a
#5a2d08
#0c5a08

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 #08355a

#000000
#000000
#000000
#04192b
#08355a
#0c5189
#106cb8
#1488e7
#40a0ee

Tints of #08355a Color

#08355a
#234b6c
#3e617e
#5a7891
#758ea3
#91a5b5
#acbbc8
#c8d2da
#e3e8ec
#ffffff

Shades of #08355a color code

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

#08355a
#072f50
#062946
#05233c
#041d32
#031728
#02111e
#010b14
#00050a
#000000

Tones

#08355a
#123450
#1c3346
#25323d
#2f3133

Tones

Similar Color like #08355a color

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

#09365b
#0a375c
#0b385d
#0c395e
#0d3a5f
#0e3b60
#0f3c61
#103d62
#113e63
#123f64
#134065
#144166
#154267
#164368
#073459
#063358
#053257
#043156
#033055
#022f54
#012e53
#002d52
#002c51
#002b50
#002a4f
#00294e
#00284d
#00274c

Download this Dark Blue

Hex #08355a 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.

#08355a Color Code Preview on Black Background Color

This is how #08355a Color will look on black background color. Color contrast ratio is 1.67

#08355a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #08355a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #08355a

#08355a color code is use for CSS Background Color

Background color for the above div is #08355a

HTML with inline CSS

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

#08355a color code is use for CSS Border Color

CSS Border color for the above div is #08355a

HTML with inline CSS

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

CSS Border Left color for the above div is #08355a

HTML with inline CSS

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

CSS Border Right color for the above div is #08355a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #08355a

HTML with inline CSS

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

CSS Border Top color for the above div is #08355a

HTML with inline CSS

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

#08355a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#08355a Color code Preview on White Background

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

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