crispedge.com

Color picker

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

#001ec6 hex color - Blue - Cool color - Information

#001ec6 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #001ec6 Color code in RGB color code model is created after adding 0% red color, 11.76% green color and 77.65% blue color. Hex #001ec6 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 85% magenta, 0% yellow and 22% black.

Hex #001ec6 color code is between #0022cc web safe hex color code and #0011bb web safe hex color code. #0022cc is the nearest web safe color code. You can see here many more shades of #001ec6 color code.

0 Likes 0 Comments | 7 Views

Color Table

Hex Color Code001ec6#001ec6
RGB Decimal0, 30, 198rgb(0, 30, 198)
RGB Percent0%, 12%, 78%rgb(0%, 12%, 78%)
CSS RGBa0, 30, 198,1rgba(0,30,198,1)
CMYK Modelcmyk(100%,85%,0%,22%)
HSL Color Space231,100% ,39%hsl(231,100% ,39%)
HSV Color Space231°, 100%, 78%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000001111011000110
Octal036306
Decimal030198
Hex001ec6

Different shades of #001ec6 color code.

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

Light Shade of #001ec6
#0026f9
Dark Shade of #001ec6
#001693
Saturated Shade of #001ec6
#001ec6
Desaturated Shade of #001ec6
#0a25bc
Grey scale Shade of #001ec6
#636363
Brighten Shade
#1937df
Most Readable Shade
#FFFFFF

Shades of #001ec6 color code

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

#001ec6
#001ab0
#00179a
#001484
#00106e
#000d58
#000a42
#00062c
#000316
#000000

Similar Color like #001ec6 color

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

#011fc7
#0220c8
#0321c9
#0422ca
#0523cb
#0624cc
#0725cd
#0826ce
#0927cf
#0a28d0
#0b29d1
#0c2ad2
#0d2bd3
#0e2cd4
#001dc5
#001cc4
#001bc3
#001ac2
#0019c1
#0018c0
#0017bf
#0016be
#0015bd
#0014bc
#0013bb
#0012ba
#0011b9
#0010b8

Monochromatic Color with #001ec6

#001ec6
#0024f0
#00041c
#000b46
#001171
#00189b

Tints of #001ec6 Color

#001ec6
#1c37cc
#3850d2
#5569d9
#7182df
#8d9be5
#aab4ec
#c6cdf2
#e2e6f8
#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

#001ec6
#c6a800

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

Split Complementary

#001ec6
#c64500
#81c600

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

Analogous Color

#006dc6
#0046c6
#001ec6
#0a00c6
#3100c6

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

#001ec6
#c6001e
#1ec600

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

#001ec6
#c60081
#c6a800
#00c645

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

#001ec6
#c6a800
#81c600
#4500c6

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 #001ec6 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.

#001ec6 Color Code Preview on Black Background Color

This is how #001ec6 Color will look on black background color. Color contrast ratio is 2.00

#001ec6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #001ec6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #001ec6

#001ec6 color code is use for CSS Background Color

Background color for the above div is #001ec6

HTML with inline CSS

<div style="background-color:#001ec6;"></div>

#001ec6 color code is use for CSS Border Color

CSS Border color for the above div is #001ec6

HTML with inline CSS

<div style="border:5px solid #001ec6;"></div>

CSS Border Left color for the above div is #001ec6

HTML with inline CSS

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

CSS Border Right color for the above div is #001ec6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #001ec6

HTML with inline CSS

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

CSS Border Top color for the above div is #001ec6

HTML with inline CSS

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

#001ec6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#001ec6 Color code Preview on White Background

This is how #001ec6 Color code will look on white background color. Color contrast ratio is 10.49

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

Related Gradients

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

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.