crispedge.com

Color picker

Loading...

#15165d hex color - Blue - Cool color - Information

#15165d hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #15165d Color code in RGB color code model is created after adding 8.24% red color, 8.63% green color and 36.47% blue color. Hex #15165d Color code in CMYK color (process color) code model is generated after subtraction of 77% cyan, 76% magenta, 0% yellow and 64% black.

Hex #15165d color code is between #111155 web safe hex color code and #222266 web safe hex color code. #111155 is the nearest web safe color code. You can see here many more shades of #15165d 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 15165d #15165d
RGB Decimal 21, 22, 93 rgb(21, 22, 93)
RGB Percent 8%, 9%, 36% rgb(8%, 9%, 36%)
CSS RGBa 21, 22, 93,1 rgba(21,22,93,1)
CMYK Model cmyk(77%,76%,0%,64%)
HSL Color Space 239,63% ,22% hsl(239,63% ,22%)
HSV Color Space 239°, 77%, 36%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010101 00010110 01011101
Octal 25 26 135
Decimal 21 22 93
Hex 15 16 5d

Different shades of #15165d color code.

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

Light Shade of #15165d
#1e2087
Dark Shade of #15165d
#0c0c33
Saturated Shade of #15165d
#0f1063
Desaturated Shade of #15165d
#1b1c57
Grey scale Shade of #15165d
#393939
Brighten Shade
#2e2f76
Most Readable Shade
#FFFFFF

Shades of #15165d color code

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

#15165d
#121352
#101148
#0e0e3e
#0b0c33
#090929
#07071f
#040414
#02020a
#000000

Similar Color like #15165d color

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

#16175e
#17185f
#181960
#191a61
#1a1b62
#1b1c63
#1c1d64
#1d1e65
#1e1f66
#1f2067
#202168
#212269
#22236a
#23246b
#14155c
#13145b
#12135a
#111259
#101158
#0f1057
#0e0f56
#0d0e55
#0c0d54
#0b0c53
#0a0b52
#090a51
#080950
#07084f

Monochromatic Color with #15165d

#15165d
#1f2087
#282ab2
#3234dc
#020208
#0b0c32

Tints of #15165d Color

#15165d
#2f2f6f
#494981
#636393
#7d7da5
#9797b7
#b1b1c9
#cbcbdb
#e5e5ed
#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

#15165d
#5d5c15

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

Split Complementary

#15165d
#5d3815
#3a5d15

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

Analogous Color

#15335d
#15245d
#15165d
#22155d
#31155d

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

#15165d
#5d1516
#165d15

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

#15165d
#5d153a
#5d5c15
#155d38

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

#15165d
#5d5c15
#3a5d15
#38155d

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 #15165d 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.

#15165d Color Code Preview on Black Background Color

This is how #15165d Color will look on black background color. Color contrast ratio is 1.30

#15165d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #15165d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #15165d

#15165d color code is use for CSS Background Color

Background color for the above div is #15165d

HTML with inline CSS

<div style="background-color:#15165d;"></div>

#15165d color code is use for CSS Border Color

CSS Border color for the above div is #15165d

HTML with inline CSS

<div style="border:5px solid #15165d;"></div>

CSS Border Left color for the above div is #15165d

HTML with inline CSS

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

CSS Border Right color for the above div is #15165d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #15165d

HTML with inline CSS

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

CSS Border Top color for the above div is #15165d

HTML with inline CSS

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

#15165d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#15165d Color code Preview on White Background

This is how #15165d Color code will look on white background color. Color contrast ratio is 16.10

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

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(21,22,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,92,21,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(21,22,93,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.