crispedge.com

Color picker

Loading...

#0048ba hex color - Absolute Zero - Blue - Cool color - Information

#0048ba hex color - Absolute Zero - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #0048ba Color Code is also known as Absolute Zero color.

Hex #0048ba Color code in RGB color code model is created after adding 0% red color, 28.24% green color and 72.94% blue color. Hex #0048ba Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 61% magenta, 0% yellow and 27% black.

Hex #0048ba color code is between #0044bb web safe hex color code and #0055aa web safe hex color code. #0044bb is the nearest web safe color code. You can see here many more shades of #0048ba color code.

0 Likes 0 Comments | 246 Views

RGB Chart

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

Color Table

Hex Color Code0048ba#0048ba
RGB Decimal0, 72, 186rgb(0, 72, 186)
RGB Percent0%, 28%, 73%rgb(0%, 28%, 73%)
CSS RGBa0, 72, 186,1rgba(0,72,186,1)
CMYK Modelcmyk(100%,61%,0%,27%)
HSL Color Space217,100% ,36%hsl(217,100% ,36%)
HSV Color Space217°, 100%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000100100010111010
Octal0110272
Decimal072186
Hex0048ba

Different shades of #0048ba color code.

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

Light Shade of #0048ba
#005ced
Dark Shade of #0048ba
#003487
Saturated Shade of #0048ba
#0048ba
Desaturated Shade of #0048ba
#094ab1
Grey scale Shade of #0048ba
#5d5d5d
Brighten Shade
#1961d3
Most Readable Shade
#FFFFFF

Shades of #0048ba color code

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

#0048ba
#0040a5
#003890
#00307c
#002867
#002052
#00183e
#001029
#000814
#000000

Similar Color like #0048ba color

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

#0149bb
#024abc
#034bbd
#044cbe
#054dbf
#064ec0
#074fc1
#0850c2
#0951c3
#0a52c4
#0b53c5
#0c54c6
#0d55c7
#0e56c8
#0047b9
#0046b8
#0045b7
#0044b6
#0043b5
#0042b4
#0041b3
#0040b2
#003fb1
#003eb0
#003daf
#003cae
#003bad
#003aac

Monochromatic Color with #0048ba

#0048ba
#0058e4
#000610
#00173a
#002765
#00388f

Tints of #0048ba Color

#0048ba
#1c5cc1
#3870c9
#5585d1
#7199d8
#8dade0
#aac2e8
#c6d6ef
#e2eaf7
#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

#0048ba
#ba7200

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

Split Complementary

#0048ba
#ba1500
#a5ba00

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

Analogous Color

#0092ba
#006dba
#0048ba
#0023ba
#0200ba

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

#0048ba
#ba0048
#48ba00

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

#0048ba
#ba00a5
#ba7200
#00ba15

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

#0048ba
#ba7200
#a5ba00
#1500ba

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 #0048ba 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.

#0048ba Color Code Preview on Black Background Color

This is how #0048ba Color will look on black background color. Color contrast ratio is 2.64

#0048ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0048ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0048ba

#0048ba color code is use for CSS Background Color

Background color for the above div is #0048ba

HTML with inline CSS

<div style="background-color:#0048ba;"></div>

#0048ba color code is use for CSS Border Color

CSS Border color for the above div is #0048ba

HTML with inline CSS

<div style="border:5px solid #0048ba;"></div>

CSS Border Left color for the above div is #0048ba

HTML with inline CSS

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

CSS Border Right color for the above div is #0048ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0048ba

HTML with inline CSS

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

CSS Border Top color for the above div is #0048ba

HTML with inline CSS

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

#0048ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0048ba Color code Preview on White Background

This is how #0048ba Color code will look on white background color. Color contrast ratio is 7.97

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

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

0 Likes 0 Comments | 246 Views

Post your comment:-

By submitting comment you agree to our privacy policy.