crispedge.com

Color picker

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

#0e1c95 hex color - Blue - Cool color - Information

#0e1c95 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #0e1c95 Color code in RGB color code model is created after adding 5.49% red color, 10.98% green color and 58.43% blue color. Hex #0e1c95 Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 81% magenta, 0% yellow and 42% black.

Hex #0e1c95 color code is between #112299 web safe hex color code and #001188 web safe hex color code. #112299 is the nearest web safe color code. You can see here many more shades of #0e1c95 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code0e1c95#0e1c95
RGB Decimal14, 28, 149rgb(14, 28, 149)
RGB Percent5%, 11%, 58%rgb(5%, 11%, 58%)
CSS RGBa14, 28, 149,1rgba(14,28,149,1)
CMYK Modelcmyk(91%,81%,0%,42%)
HSL Color Space234,83% ,32%hsl(234,83% ,32%)
HSV Color Space234°, 91%, 58%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011100001110010010101
Octal1634225
Decimal1428149
Hex0e1c95

Different shades of #0e1c95 color code.

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

Light Shade of #0e1c95
#1225c4
Dark Shade of #0e1c95
#0a1366
Saturated Shade of #0e1c95
#06169d
Desaturated Shade of #0e1c95
#16228d
Grey scale Shade of #0e1c95
#515151
Brighten Shade
#2735ae
Most Readable Shade
#FFFFFF

Shades of #0e1c95 color code

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

#0e1c95
#0c1884
#0a1573
#091263
#070f52
#060c42
#040931
#030621
#010310
#000000

Similar Color like #0e1c95 color

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

#0f1d96
#101e97
#111f98
#122099
#13219a
#14229b
#15239c
#16249d
#17259e
#18269f
#1927a0
#1a28a1
#1b29a2
#1c2aa3
#0d1b94
#0c1a93
#0b1992
#0a1891
#091790
#08168f
#07158e
#06148d
#05138c
#04128b
#03118a
#021089
#010f88
#000e87

Monochromatic Color with #0e1c95

#0e1c95
#1224bf
#162cea
#020415
#060c40
#0a146a

Tints of #0e1c95 Color

#0e1c95
#2835a0
#434eac
#5e67b8
#7980c4
#939acf
#aeb3db
#c9cce7
#e4e5f3
#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

#0e1c95
#95870e

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

Split Complementary

#0e1c95
#95440e
#60950e

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

Analogous Color

#0e5295
#0e3795
#0e1c95
#1b0e95
#360e95

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

#0e1c95
#950e1c
#1c950e

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

#0e1c95
#950e5f
#95870e
#0e9543

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

#0e1c95
#95870e
#60950e
#440e95

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 #0e1c95 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.

#0e1c95 Color Code Preview on Black Background Color

This is how #0e1c95 Color will look on black background color. Color contrast ratio is 1.62

#0e1c95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0e1c95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0e1c95

#0e1c95 color code is use for CSS Background Color

Background color for the above div is #0e1c95

HTML with inline CSS

<div style="background-color:#0e1c95;"></div>

#0e1c95 color code is use for CSS Border Color

CSS Border color for the above div is #0e1c95

HTML with inline CSS

<div style="border:5px solid #0e1c95;"></div>

CSS Border Left color for the above div is #0e1c95

HTML with inline CSS

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

CSS Border Right color for the above div is #0e1c95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0e1c95

HTML with inline CSS

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

CSS Border Top color for the above div is #0e1c95

HTML with inline CSS

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

#0e1c95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0e1c95 Color code Preview on White Background

This is how #0e1c95 Color code will look on white background color. Color contrast ratio is 12.97

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

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.