crispedge.com

Color picker

Loading...

#1d1d71 hex color - Blue - Cool color - Information

#1d1d71 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #1d1d71 Color code in RGB color code model is created after adding 11.37% red color, 11.37% green color and 44.31% blue color. Hex #1d1d71 Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 74% magenta, 0% yellow and 56% black.

Hex #1d1d71 color code is between #222277 web safe hex color code and #111166 web safe hex color code. #222277 is the nearest web safe color code. You can see here many more shades of #1d1d71 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code1d1d71#1d1d71
RGB Decimal29, 29, 113rgb(29, 29, 113)
RGB Percent11%, 11%, 44%rgb(11%, 11%, 44%)
CSS RGBa29, 29, 113,1rgba(29,29,113,1)
CMYK Modelcmyk(74%,74%,0%,56%)
HSL Color Space240,59% ,28%hsl(240,59% ,28%)
HSV Color Space240°, 74%, 44%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000111010001110101110001
Octal3535161
Decimal2929113
Hex1d1d71

Different shades of #1d1d71 color code.

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

Light Shade of #1d1d71
#27279a
Dark Shade of #1d1d71
#131348
Saturated Shade of #1d1d71
#161678
Desaturated Shade of #1d1d71
#24246a
Grey scale Shade of #1d1d71
#474747
Brighten Shade
#36368a
Most Readable Shade
#FFFFFF

Shades of #1d1d71 color code

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

#1d1d71
#191964
#161657
#13134b
#10103e
#0c0c32
#090925
#060619
#03030c
#000000

Similar Color like #1d1d71 color

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

#1e1e72
#1f1f73
#202074
#212175
#222276
#232377
#242478
#252579
#26267a
#27277b
#28287c
#29297d
#2a2a7e
#2b2b7f
#1c1c70
#1b1b6f
#1a1a6e
#19196d
#18186c
#17176b
#16166a
#151569
#141468
#131367
#121266
#111165
#101064
#0f0f63

Monochromatic Color with #1d1d71

#1d1d71
#28289b
#3333c6
#3e3ef0
#07071c
#121246

Tints of #1d1d71 Color

#1d1d71
#363680
#4f4f90
#6868a0
#8181b0
#9a9abf
#b3b3cf
#ccccdf
#e5e5ef
#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

#1d1d71
#71711d

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

Split Complementary

#1d1d71
#71471d
#47711d

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

Analogous Color

#1d3f71
#1d2e71
#1d1d71
#2e1d71
#3f1d71

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

#1d1d71
#711d1d
#1d711d

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

#1d1d71
#711d47
#71711d
#1d7147

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

#1d1d71
#71711d
#47711d
#471d71

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 #1d1d71 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.

#1d1d71 Color Code Preview on Black Background Color

This is how #1d1d71 Color will look on black background color. Color contrast ratio is 1.47

#1d1d71 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1d1d71

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1d1d71

#1d1d71 color code is use for CSS Background Color

Background color for the above div is #1d1d71

HTML with inline CSS

<div style="background-color:#1d1d71;"></div>

#1d1d71 color code is use for CSS Border Color

CSS Border color for the above div is #1d1d71

HTML with inline CSS

<div style="border:5px solid #1d1d71;"></div>

CSS Border Left color for the above div is #1d1d71

HTML with inline CSS

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

CSS Border Right color for the above div is #1d1d71

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1d1d71

HTML with inline CSS

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

CSS Border Top color for the above div is #1d1d71

HTML with inline CSS

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

#1d1d71 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1d1d71 Color code Preview on White Background

This is how #1d1d71 Color code will look on white background color. Color contrast ratio is 14.32

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

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(29,29,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(113,113,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(29,29,113,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.