crispedge.com

Color picker

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

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

#000aaf hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code000aaf#000aaf
RGB Decimal0, 10, 175rgb(0, 10, 175)
RGB Percent0%, 4%, 69%rgb(0%, 4%, 69%)
CSS RGBa0, 10, 175,1rgba(0,10,175,1)
CMYK Modelcmyk(100%,94%,0%,31%)
HSL Color Space237,100% ,34%hsl(237,100% ,34%)
HSV Color Space237°, 100%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000000101010101111
Octal012257
Decimal010175
Hex000aaf

Different shades of #000aaf color code.

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

Light Shade of #000aaf
#000de2
Dark Shade of #000aaf
#00077c
Saturated Shade of #000aaf
#000aaf
Desaturated Shade of #000aaf
#0912a6
Grey scale Shade of #000aaf
#575757
Brighten Shade
#1923c8
Most Readable Shade
#FFFFFF

Shades of #000aaf color code

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

#000aaf
#00089b
#000788
#000674
#000561
#00044d
#00033a
#000226
#000113
#000000

Similar Color like #000aaf color

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

#010bb0
#020cb1
#030db2
#040eb3
#050fb4
#0610b5
#0711b6
#0812b7
#0913b8
#0a14b9
#0b15ba
#0c16bb
#0d17bc
#0e18bd
#0009ae
#0008ad
#0007ac
#0006ab
#0005aa
#0004a9
#0003a8
#0002a7
#0001a6
#0000a5
#0000a4
#0000a3
#0000a2
#0000a1

Monochromatic Color with #000aaf

#000aaf
#000cd9
#000005
#00032f
#00055a
#000884

Tints of #000aaf Color

#000aaf
#1c25b7
#3840c0
#555bc9
#7176d2
#8d92db
#aaade4
#c6c8ed
#e2e3f6
#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

#000aaf
#afa500

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

Split Complementary

#000aaf
#af4d00
#62af00

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

Analogous Color

#0050af
#002daf
#000aaf
#1900af
#3c00af

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

#000aaf
#af000a
#0aaf00

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

#000aaf
#af0061
#afa500
#00af4d

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

#000aaf
#afa500
#62af00
#4d00af

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

#000aaf Color Code Preview on Black Background Color

This is how #000aaf Color will look on black background color. Color contrast ratio is 1.66

#000aaf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#000aaf color code is use for CSS Background Color

Background color for the above div is #000aaf

HTML with inline CSS

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

#000aaf color code is use for CSS Border Color

CSS Border color for the above div is #000aaf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#000aaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#000aaf Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.