Skip to main content Skip to docs navigation

#003abc 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 Blue Screen of Death and its hex is #0033BB Nearest Color Name

Color Hue/Base color: Blue

Hex #003abc Color code in RGB color code model is created after adding 0% red color, 22.75% green color and 73.73% blue color. Hex #003abc Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 69% magenta, 0% yellow and 26.27% black.

Hex #003abc color code is between #0033bb web safe hex color code and #0044cc web safe hex color code. #0033bb is the nearest web safe color code. You can see here many more shades of #003abc color code.

RGB Chart

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

Color Table

Hex Color Code 003abc #003abc
RGB Decimal 0, 58, 188 0, 58, 188
RGB Percent 0%, 23%, 74% rgb(0%, 23%, 74%)
CSS RGBa 0, 58, 188,1 rgba(0,58,188,1)
CMYK Model cmyk(100%,69%,0%,26.27%)
HSL Color Space 221,100% ,37% hsl(221,100% ,37%)
HSV Color Space 221°, 100%, 74%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000000 00111010 10111100
Octal 0 72 274
Decimal 0 58 188
Hex 00 3a bc

Different shades of #003abc color code.

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

Darkest of #003abc
#000b23
Darker of #003abc
#001b56
Dark of #003abc
#002a89
Base of #003abc
#003abc
Light of #003abc
#004aef
Lighter
#2367ff
Lightest
#568aff

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

#003abc
#bc8200

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

Split Complementary

#003abc
#bc2400
#98bc00

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

Analogous Color

#00a8bc
#0088bc
#003abc
#0500bc
#5300bc

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

#003abc
#3abc00
#bc003a

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

#003abc
#bc003a
#bc8200
#00bc82

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

#003abc
#bc0098
#bc8200
#00bc24

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 #003abc

#000000
#000b23
#001b56
#002a89
#003abc
#004aef
#2367ff
#568aff
#89adff

Tints of #003abc Color

#003abc
#1c4fc3
#3865ca
#557bd2
#7191d9
#8da7e1
#aabde8
#c6d3f0
#e2e9f7
#ffffff

Shades of #003abc color code

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

#003abc
#0033a7
#002d92
#00267d
#002068
#001953
#00133e
#000c29
#000614
#000000

Tones

#003abc
#1341a9
#264896
#385084
#4b5771

Tones

Similar Color like #003abc color

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

#013bbd
#023cbe
#033dbf
#043ec0
#053fc1
#0640c2
#0741c3
#0842c4
#0943c5
#0a44c6
#0b45c7
#0c46c8
#0d47c9
#0e48ca
#0039bb
#0038ba
#0037b9
#0036b8
#0035b7
#0034b6
#0033b5
#0032b4
#0031b3
#0030b2
#002fb1
#002eb0
#002daf
#002cae

Download this Dark Blue

Hex #003abc 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.

#003abc Color Code Preview on Black Background Color

This is how #003abc Color will look on black background color. Color contrast ratio is 2.33

#003abc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #003abc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #003abc

#003abc color code is use for CSS Background Color

Background color for the above div is #003abc

HTML with inline CSS

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

#003abc color code is use for CSS Border Color

CSS Border color for the above div is #003abc

HTML with inline CSS

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

CSS Border Left color for the above div is #003abc

HTML with inline CSS

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

CSS Border Right color for the above div is #003abc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #003abc

HTML with inline CSS

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

CSS Border Top color for the above div is #003abc

HTML with inline CSS

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

#003abc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#003abc Color code Preview on White Background

This is how #003abc Color code will look on white background color. Color contrast ratio is 9.01

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

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