crispedge.com

Color picker

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

#000a9d hex color - Blue - Cool color - Information

#000a9d hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #000a9d Color code in RGB color code model is created after adding 0% red color, 3.92% green color and 61.57% blue color. Hex #000a9d Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 94% magenta, 0% yellow and 38% black.

Hex #000a9d color code is between #001199 web safe hex color code and #0000aa web safe hex color code. #001199 is the nearest web safe color code. You can see here many more shades of #000a9d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code000a9d#000a9d
RGB Decimal0, 10, 157rgb(0, 10, 157)
RGB Percent0%, 4%, 62%rgb(0%, 4%, 62%)
CSS RGBa0, 10, 157,1rgba(0,10,157,1)
CMYK Modelcmyk(100%,94%,0%,38%)
HSL Color Space236,100% ,31%hsl(236,100% ,31%)
HSV Color Space236°, 100%, 62%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000000101010011101
Octal012235
Decimal010157
Hex000a9d

Different shades of #000a9d color code.

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

Light Shade of #000a9d
#000dd0
Dark Shade of #000a9d
#00076a
Saturated Shade of #000a9d
#000a9d
Desaturated Shade of #000a9d
#081195
Grey scale Shade of #000a9d
#4e4e4e
Brighten Shade
#1923b6
Most Readable Shade
#FFFFFF

Shades of #000a9d color code

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

#000a9d
#00088b
#00077a
#000668
#000557
#000445
#000334
#000222
#000111
#000000

Similar Color like #000a9d color

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

#010b9e
#020c9f
#030da0
#040ea1
#050fa2
#0610a3
#0711a4
#0812a5
#0913a6
#0a14a7
#0b15a8
#0c16a9
#0d17aa
#0e18ab
#00099c
#00089b
#00079a
#000699
#000598
#000497
#000396
#000295
#000194
#000093
#000092
#000091
#000090
#00008f

Monochromatic Color with #000a9d

#000a9d
#000dc7
#000ff2
#00021d
#000548
#000772

Tints of #000a9d Color

#000a9d
#1c25a7
#3840b2
#555bbd
#7176c8
#8d92d3
#aaadde
#c6c8e9
#e2e3f4
#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

#000a9d
#9d9300

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

Split Complementary

#000a9d
#9d4400
#599d00

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

Analogous Color

#00499d
#00299d
#000a9d
#15009d
#35009d

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

#000a9d
#9d000a
#0a9d00

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

#000a9d
#9d0058
#9d9300
#009d44

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

#000a9d
#9d9300
#599d00
#44009d

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 #000a9d 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.

#000a9d Color Code Preview on Black Background Color

This is how #000a9d Color will look on black background color. Color contrast ratio is 1.53

#000a9d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #000a9d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #000a9d

#000a9d color code is use for CSS Background Color

Background color for the above div is #000a9d

HTML with inline CSS

<div style="background-color:#000a9d;"></div>

#000a9d color code is use for CSS Border Color

CSS Border color for the above div is #000a9d

HTML with inline CSS

<div style="border:5px solid #000a9d;"></div>

CSS Border Left color for the above div is #000a9d

HTML with inline CSS

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

CSS Border Right color for the above div is #000a9d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #000a9d

HTML with inline CSS

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

CSS Border Top color for the above div is #000a9d

HTML with inline CSS

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

#000a9d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#000a9d Color code Preview on White Background

This is how #000a9d Color code will look on white background color. Color contrast ratio is 13.72

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

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.