crispedge.com

Color picker

Loading...

#047baa hex color - Blue - Cool color - Information

#047baa hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #047baa Color code in RGB color code model is created after adding 1.57% red color, 48.24% green color and 66.67% blue color. Hex #047baa Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 28% magenta, 0% yellow and 33% black.

Hex #047baa color code is between #007799 web safe hex color code and #0088bb web safe hex color code. #007799 is the nearest web safe color code. You can see here many more shades of #047baa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code047baa#047baa
RGB Decimal4, 123, 170rgb(4, 123, 170)
RGB Percent2%, 48%, 67%rgb(2%, 48%, 67%)
CSS RGBa4, 123, 170,1rgba(4,123,170,1)
CMYK Modelcmyk(98%,28%,0%,33%)
HSL Color Space197,95% ,34%hsl(197,95% ,34%)
HSV Color Space197°, 98%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001000111101110101010
Octal4173252
Decimal4123170
Hex047baa

Different shades of #047baa color code.

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

Light Shade of #047baa
#059fdc
Dark Shade of #047baa
#035778
Saturated Shade of #047baa
#007dae
Desaturated Shade of #047baa
#0d77a1
Grey scale Shade of #047baa
#575757
Brighten Shade
#1d94c3
Most Readable Shade
#FFFFFF

Shades of #047baa color code

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

#047baa
#036d97
#035f84
#025271
#02445e
#01364b
#012938
#001b25
#000d12
#000000

Similar Color like #047baa color

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

#057cab
#067dac
#077ead
#087fae
#0980af
#0a81b0
#0b82b1
#0c83b2
#0d84b3
#0e85b4
#0f86b5
#1087b6
#1188b7
#1289b8
#037aa9
#0279a8
#0178a7
#0077a6
#0076a5
#0075a4
#0074a3
#0073a2
#0072a1
#0071a0
#00709f
#006f9e
#006e9d
#006d9c

Monochromatic Color with #047baa

#047baa
#059ad4
#06b8ff
#011f2a
#023d55
#035c7f

Tints of #047baa Color

#047baa
#1f89b3
#3b98bc
#57a7c6
#73b5cf
#8fc4d9
#abd3e2
#c7e1ec
#e3f0f5
#ffffff

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

#047baa
#aa3304

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

Split Complementary

#047baa
#aa0428
#aa8604

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

Analogous Color

#04aa97
#049caa
#047baa
#045aaa
#0439aa

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

#047baa
#aa047b
#7baa04

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

#047baa
#8604aa
#aa3304
#28aa04

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#047baa
#aa3304
#aa8604
#0428aa

Double Complementary 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).

Hex #047baa 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.

#047baa Color Code Preview on Black Background Color

This is how #047baa Color will look on black background color. Color contrast ratio is 4.42

#047baa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #047baa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #047baa

#047baa color code is use for CSS Background Color

Background color for the above div is #047baa

HTML with inline CSS

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

#047baa color code is use for CSS Border Color

CSS Border color for the above div is #047baa

HTML with inline CSS

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

CSS Border Left color for the above div is #047baa

HTML with inline CSS

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

CSS Border Right color for the above div is #047baa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #047baa

HTML with inline CSS

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

CSS Border Top color for the above div is #047baa

HTML with inline CSS

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

#047baa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#047baa Color code Preview on White Background

This is how #047baa Color code will look on white background color. Color contrast ratio is 4.75

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(4,123,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,51,4,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(4,123,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.