crispedge.com

Color picker

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

#002ab3 hex color - Blue - Cool color - Information

#002ab3 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #002ab3 Color code in RGB color code model is created after adding 0% red color, 16.47% green color and 70.2% blue color. Hex #002ab3 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 77% magenta, 0% yellow and 30% black.

Hex #002ab3 color code is between #0022bb web safe hex color code and #0033aa web safe hex color code. #0022bb is the nearest web safe color code. You can see here many more shades of #002ab3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code002ab3#002ab3
RGB Decimal0, 42, 179rgb(0, 42, 179)
RGB Percent0%, 16%, 70%rgb(0%, 16%, 70%)
CSS RGBa0, 42, 179,1rgba(0,42,179,1)
CMYK Modelcmyk(100%,77%,0%,30%)
HSL Color Space226,100% ,35%hsl(226,100% ,35%)
HSV Color Space226°, 100%, 70%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000010101010110011
Octal052263
Decimal042179
Hex002ab3

Different shades of #002ab3 color code.

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

Light Shade of #002ab3
#0036e6
Dark Shade of #002ab3
#001e80
Saturated Shade of #002ab3
#002ab3
Desaturated Shade of #002ab3
#092faa
Grey scale Shade of #002ab3
#595959
Brighten Shade
#1943cc
Most Readable Shade
#FFFFFF

Shades of #002ab3 color code

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

#002ab3
#00259f
#00208b
#001c77
#001763
#00124f
#000e3b
#000927
#000413
#000000

Similar Color like #002ab3 color

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

#012bb4
#022cb5
#032db6
#042eb7
#052fb8
#0630b9
#0731ba
#0832bb
#0933bc
#0a34bd
#0b35be
#0c36bf
#0d37c0
#0e38c1
#0029b2
#0028b1
#0027b0
#0026af
#0025ae
#0024ad
#0023ac
#0022ab
#0021aa
#0020a9
#001fa8
#001ea7
#001da6
#001ca5

Monochromatic Color with #002ab3

#002ab3
#0034dd
#000209
#000c33
#00165e
#002088

Tints of #002ab3 Color

#002ab3
#1c41bb
#3859c3
#5571cc
#7188d4
#8da0dd
#aab8e5
#c6cfee
#e2e7f6
#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

#002ab3
#b38900

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

Split Complementary

#002ab3
#b33000
#83b300

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

Analogous Color

#0072b3
#004eb3
#002ab3
#0006b3
#1e00b3

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

#002ab3
#b3002a
#2ab300

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

#002ab3
#b30083
#b38900
#00b32f

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

#002ab3
#b38900
#83b300
#3000b3

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 #002ab3 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.

#002ab3 Color Code Preview on Black Background Color

This is how #002ab3 Color will look on black background color. Color contrast ratio is 1.98

#002ab3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #002ab3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #002ab3

#002ab3 color code is use for CSS Background Color

Background color for the above div is #002ab3

HTML with inline CSS

<div style="background-color:#002ab3;"></div>

#002ab3 color code is use for CSS Border Color

CSS Border color for the above div is #002ab3

HTML with inline CSS

<div style="border:5px solid #002ab3;"></div>

CSS Border Left color for the above div is #002ab3

HTML with inline CSS

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

CSS Border Right color for the above div is #002ab3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #002ab3

HTML with inline CSS

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

CSS Border Top color for the above div is #002ab3

HTML with inline CSS

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

#002ab3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#002ab3 Color code Preview on White Background

This is how #002ab3 Color code will look on white background color. Color contrast ratio is 10.59

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

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.