crispedge.com

Color picker

Loading...

#0842b1 hex color - Blue - Cool color - Information

#0842b1 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #0842b1 Color code in RGB color code model is created after adding 3.14% red color, 25.88% green color and 69.41% blue color. Hex #0842b1 Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 63% magenta, 0% yellow and 31% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 0842b1 #0842b1
RGB Decimal 8, 66, 177 rgb(8, 66, 177)
RGB Percent 3%, 26%, 69% rgb(3%, 26%, 69%)
CSS RGBa 8, 66, 177,1 rgba(8,66,177,1)
CMYK Model cmyk(95%,63%,0%,31%)
HSL Color Space 219,91% ,36% hsl(219,91% ,36%)
HSV Color Space 219°, 95%, 69%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001000 01000010 10110001
Octal 10 102 261
Decimal 8 66 177
Hex 08 42 b1

Different shades of #0842b1 color code.

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

Light Shade of #0842b1
#0a54e2
Dark Shade of #0842b1
#063080
Saturated Shade of #0842b1
#003fb9
Desaturated Shade of #0842b1
#1145a8
Grey scale Shade of #0842b1
#5c5c5c
Brighten Shade
#215bca
Most Readable Shade
#FFFFFF

Shades of #0842b1 color code

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

#0842b1
#073a9d
#063389
#052c76
#042462
#031d4e
#02163b
#010e27
#000713
#000000

Similar Color like #0842b1 color

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

#0943b2
#0a44b3
#0b45b4
#0c46b5
#0d47b6
#0e48b7
#0f49b8
#104ab9
#114bba
#124cbb
#134dbc
#144ebd
#154fbe
#1650bf
#0741b0
#0640af
#053fae
#043ead
#033dac
#023cab
#013baa
#003aa9
#0039a8
#0038a7
#0037a6
#0036a5
#0035a4
#0034a3

Monochromatic Color with #0842b1

#0842b1
#0a52db
#000307
#021231
#04225c
#063286

Tints of #0842b1 Color

#0842b1
#2357b9
#3e6cc2
#5a81cb
#7596d3
#91abdc
#acc0e5
#c8d5ed
#e3eaf6
#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

#0842b1
#b17708

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

Split Complementary

#0842b1
#b12308
#96b108

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

Analogous Color

#0886b1
#0864b1
#0842b1
#0820b1
#1208b1

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

#0842b1
#b10842
#42b108

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

#0842b1
#b10896
#b17708
#08b122

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

#0842b1
#b17708
#96b108
#2308b1

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 #0842b1 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.

#0842b1 Color Code Preview on Black Background Color

This is how #0842b1 Color will look on black background color. Color contrast ratio is 2.42

#0842b1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0842b1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0842b1

#0842b1 color code is use for CSS Background Color

Background color for the above div is #0842b1

HTML with inline CSS

<div style="background-color:#0842b1;"></div>

#0842b1 color code is use for CSS Border Color

CSS Border color for the above div is #0842b1

HTML with inline CSS

<div style="border:5px solid #0842b1;"></div>

CSS Border Left color for the above div is #0842b1

HTML with inline CSS

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

CSS Border Right color for the above div is #0842b1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0842b1

HTML with inline CSS

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

CSS Border Top color for the above div is #0842b1

HTML with inline CSS

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

#0842b1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0842b1 Color code Preview on White Background

This is how #0842b1 Color code will look on white background color. Color contrast ratio is 8.66

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

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(8,66,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(177,119,8,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(8,66,177,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.