Skip to main content Skip to docs navigation

#0432af 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 Hour and its hex is #0034AB Nearest Color Name

Color Hue/Base color: Blue

Hex #0432af Color code in RGB color code model is created after adding 1.57% red color, 19.61% green color and 68.63% blue color. Hex #0432af Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 71% magenta, 0% yellow and 31.37% black.

Hex #0432af color code is between #0033aa web safe hex color code and #0022bb web safe hex color code. #0033aa is the nearest web safe color code. You can see here many more shades of #0432af color code.

RGB Chart

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

Color Table

Hex Color Code 0432af #0432af
RGB Decimal 4, 50, 175 4, 50, 175
RGB Percent 2%, 20%, 69% rgb(2%, 20%, 69%)
CSS RGBa 4, 50, 175,1 rgba(4,50,175,1)
CMYK Model cmyk(98%,71%,0%,31.37%)
HSL Color Space 224,96% ,35% hsl(224,96% ,35%)
HSV Color Space 224°, 98%, 69%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000100 00110010 10101111
Octal 4 62 257
Decimal 4 50 175
Hex 04 32 af

Different shades of #0432af color code.

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

Darkest of #0432af
#010719
Darker of #0432af
#02164b
Dark of #0432af
#03247d
Base of #0432af
#0432af
Light of #0432af
#0540e1
Lighter
#1f5afa
Lightest
#517ffb

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

#0432af
#af8104

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

Split Complementary

#0432af
#af2c04
#88af04

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

Analogous Color

#0496af
#0479af
#0432af
#0f04af
#5604af

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

#0432af
#32af04
#af0432

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

#0432af
#af0432
#af8104
#04af81

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

#0432af
#af0488
#af8104
#04af2c

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 #0432af

#000000
#010719
#02164b
#03247d
#0432af
#0540e1
#1f5afa
#517ffb
#83a3fc

Tints of #0432af Color

#0432af
#1f48b7
#3b5fc0
#5776c9
#738dd2
#8fa3db
#abbae4
#c7d1ed
#e3e8f6
#ffffff

Shades of #0432af color code

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

#0432af
#032c9b
#032688
#022174
#021b61
#01164d
#01103a
#000b26
#000513
#000000

Tones

#0432af
#163a9d
#28438b
#3a4b79
#4c5367

Tones

Similar Color like #0432af color

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

#0533b0
#0634b1
#0735b2
#0836b3
#0937b4
#0a38b5
#0b39b6
#0c3ab7
#0d3bb8
#0e3cb9
#0f3dba
#103ebb
#113fbc
#1240bd
#0331ae
#0230ad
#012fac
#002eab
#002daa
#002ca9
#002ba8
#002aa7
#0029a6
#0028a5
#0027a4
#0026a3
#0025a2
#0024a1

Download this Dark Blue

Hex #0432af 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.

#0432af Color Code Preview on Black Background Color

This is how #0432af Color will look on black background color. Color contrast ratio is 2.08

#0432af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0432af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0432af

#0432af color code is use for CSS Background Color

Background color for the above div is #0432af

HTML with inline CSS

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

#0432af color code is use for CSS Border Color

CSS Border color for the above div is #0432af

HTML with inline CSS

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

CSS Border Left color for the above div is #0432af

HTML with inline CSS

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

CSS Border Right color for the above div is #0432af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0432af

HTML with inline CSS

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

CSS Border Top color for the above div is #0432af

HTML with inline CSS

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

#0432af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0432af Color code Preview on White Background

This is how #0432af Color code will look on white background color. Color contrast ratio is 10.09

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

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