crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#18137e hex color - Violet - Cool color - Information

#18137e hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #18137e Color code in RGB color code model is created after adding 9.41% red color, 7.45% green color and 49.41% blue color. Hex #18137e Color code in CMYK color (process color) code model is generated after subtraction of 81% cyan, 85% magenta, 0% yellow and 51% black.

Hex #18137e color code is between #111177 web safe hex color code and #222288 web safe hex color code. #111177 is the nearest web safe color code. You can see here many more shades of #18137e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code18137e#18137e
RGB Decimal24, 19, 126rgb(24, 19, 126)
RGB Percent9%, 7%, 49%rgb(9%, 7%, 49%)
CSS RGBa24, 19, 126,1rgba(24,19,126,1)
CMYK Modelcmyk(81%,85%,0%,51%)
HSL Color Space243,74% ,28%hsl(243,74% ,28%)
HSV Color Space243°, 85%, 49%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000110000001001101111110
Octal3023176
Decimal2419126
Hex18137e

Different shades of #18137e color code.

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

Light Shade of #18137e
#201aaa
Dark Shade of #18137e
#100c52
Saturated Shade of #18137e
#110c85
Desaturated Shade of #18137e
#1f1a77
Grey scale Shade of #18137e
#484848
Brighten Shade
#312c97
Most Readable Shade
#FFFFFF

Shades of #18137e color code

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

#18137e
#151070
#120e62
#100c54
#0d0a46
#0a0838
#08062a
#05041c
#02020e
#000000

Similar Color like #18137e color

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

#19147f
#1a1580
#1b1681
#1c1782
#1d1883
#1e1984
#1f1a85
#201b86
#211c87
#221d88
#231e89
#241f8a
#25208b
#26218c
#17127d
#16117c
#15107b
#140f7a
#130e79
#120d78
#110c77
#100b76
#0f0a75
#0e0974
#0d0873
#0c0772
#0b0671
#0a0570

Monochromatic Color with #18137e

#18137e
#2019a8
#2820d3
#3026fd
#080629
#100d53

Tints of #18137e Color

#18137e
#312d8c
#4b479a
#6561a9
#7e7bb7
#9896c5
#b2b0d4
#cbcae2
#e5e4f0
#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

#18137e
#797e13

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

Split Complementary

#18137e
#7e4d13
#447e13

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

Analogous Color

#13397e
#13237e
#18137e
#2d137e
#43137e

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

#18137e
#7e1813
#137e18

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

#18137e
#7e1343
#797e13
#137e4d

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

#18137e
#797e13
#447e13
#4d137e

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 #18137e 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.

#18137e Color Code Preview on Black Background Color

This is how #18137e Color will look on black background color. Color contrast ratio is 1.43

#18137e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #18137e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #18137e

#18137e color code is use for CSS Background Color

Background color for the above div is #18137e

HTML with inline CSS

<div style="background-color:#18137e;"></div>

#18137e color code is use for CSS Border Color

CSS Border color for the above div is #18137e

HTML with inline CSS

<div style="border:5px solid #18137e;"></div>

CSS Border Left color for the above div is #18137e

HTML with inline CSS

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

CSS Border Right color for the above div is #18137e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #18137e

HTML with inline CSS

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

CSS Border Top color for the above div is #18137e

HTML with inline CSS

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

#18137e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#18137e Color code Preview on White Background

This is how #18137e Color code will look on white background color. Color contrast ratio is 14.65

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.