crispedge.com

Color picker

Loading...

#09396a hex color - Blue - Cool color - Information

#09396a hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #09396a Color code in RGB color code model is created after adding 3.53% red color, 22.35% green color and 41.57% blue color. Hex #09396a Color code in CMYK color (process color) code model is generated after subtraction of 92% cyan, 46% magenta, 0% yellow and 58% black.

Hex #09396a color code is between #113366 web safe hex color code and #004477 web safe hex color code. #113366 is the nearest web safe color code. You can see here many more shades of #09396a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code09396a#09396a
RGB Decimal9, 57, 106rgb(9, 57, 106)
RGB Percent4%, 22%, 42%rgb(4%, 22%, 42%)
CSS RGBa9, 57, 106,1rgba(9,57,106,1)
CMYK Modelcmyk(92%,46%,0%,58%)
HSL Color Space210,84% ,23%hsl(210,84% ,23%)
HSV Color Space210°, 92%, 42%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010010011100101101010
Octal1171152
Decimal957106
Hex09396a

Different shades of #09396a color code.

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

Light Shade of #09396a
#0d5299
Dark Shade of #09396a
#05203b
Saturated Shade of #09396a
#033970
Desaturated Shade of #09396a
#0f3964
Grey scale Shade of #09396a
#393939
Brighten Shade
#225283
Most Readable Shade
#FFFFFF

Shades of #09396a color code

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

#09396a
#08325e
#072c52
#062646
#051f3a
#04192f
#031323
#020c17
#01060b
#000000

Similar Color like #09396a color

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

#0a3a6b
#0b3b6c
#0c3c6d
#0d3d6e
#0e3e6f
#0f3f70
#104071
#114172
#124273
#134374
#144475
#154576
#164677
#174778
#083869
#073768
#063667
#053566
#043465
#033364
#023263
#013162
#003061
#002f60
#002e5f
#002d5e
#002c5d
#002b5c

Monochromatic Color with #09396a

#09396a
#0d5094
#1067bf
#147ee9
#020b15
#05223f

Tints of #09396a Color

#09396a
#244f7a
#3f658b
#5b7b9b
#7691ac
#91a7bc
#adbdcd
#c8d3dd
#e3e9ee
#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

#09396a
#6a3a09

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

Split Complementary

#09396a
#6a0909
#6a6a09

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

Analogous Color

#09606a
#094c6a
#09396a
#09266a
#09126a

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

#09396a
#6a0939
#396a09

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

#09396a
#6a0969
#6a3a09
#096a0a

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

#09396a
#6a3a09
#6a6a09
#09096a

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 #09396a 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.

#09396a Color Code Preview on Black Background Color

This is how #09396a Color will look on black background color. Color contrast ratio is 1.80

#09396a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #09396a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #09396a

#09396a color code is use for CSS Background Color

Background color for the above div is #09396a

HTML with inline CSS

<div style="background-color:#09396a;"></div>

#09396a color code is use for CSS Border Color

CSS Border color for the above div is #09396a

HTML with inline CSS

<div style="border:5px solid #09396a;"></div>

CSS Border Left color for the above div is #09396a

HTML with inline CSS

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

CSS Border Right color for the above div is #09396a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #09396a

HTML with inline CSS

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

CSS Border Top color for the above div is #09396a

HTML with inline CSS

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

#09396a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#09396a Color code Preview on White Background

This is how #09396a Color code will look on white background color. Color contrast ratio is 11.63

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

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(9,57,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(106,58,9,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(9,57,106,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.