crispedge.com

Color picker

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

#00248e hex color - Blue - Cool color - Information

#00248e hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #00248e Color code in RGB color code model is created after adding 0% red color, 14.12% green color and 55.69% blue color. Hex #00248e Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 75% magenta, 0% yellow and 44% black.

Hex #00248e color code is between #002288 web safe hex color code and #003399 web safe hex color code. #002288 is the nearest web safe color code. You can see here many more shades of #00248e color code.

0 Likes 0 Comments | 15 Views

Color Table

Hex Color Code00248e#00248e
RGB Decimal0, 36, 142rgb(0, 36, 142)
RGB Percent0%, 14%, 56%rgb(0%, 14%, 56%)
CSS RGBa0, 36, 142,1rgba(0,36,142,1)
CMYK Modelcmyk(100%,75%,0%,44%)
HSL Color Space225,100% ,28%hsl(225,100% ,28%)
HSV Color Space225°, 100%, 56%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000010010010001110
Octal044216
Decimal036142
Hex00248e

Different shades of #00248e color code.

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

Light Shade of #00248e
#0031c1
Dark Shade of #00248e
#00175b
Saturated Shade of #00248e
#00248e
Desaturated Shade of #00248e
#072787
Grey scale Shade of #00248e
#474747
Brighten Shade
#193da7
Most Readable Shade
#FFFFFF

Shades of #00248e color code

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

#00248e
#00207e
#001c6e
#00185e
#00144e
#00103f
#000c2f
#00081f
#00040f
#000000

Similar Color like #00248e color

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

#01258f
#022690
#032791
#042892
#052993
#062a94
#072b95
#082c96
#092d97
#0a2e98
#0b2f99
#0c309a
#0d319b
#0e329c
#00238d
#00228c
#00218b
#00208a
#001f89
#001e88
#001d87
#001c86
#001b85
#001a84
#001983
#001882
#001781
#001680

Monochromatic Color with #00248e

#00248e
#002fb8
#003ae3
#00040e
#000e39
#001963

Tints of #00248e Color

#00248e
#1c3c9a
#3854a7
#556db3
#7185c0
#8d9dcc
#aab6d9
#c6cee5
#e2e6f2
#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

#00248e
#8e6a00

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

Split Complementary

#00248e
#8e2300
#6b8e00

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

Analogous Color

#005d8e
#00408e
#00248e
#00088e
#15008e

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

#00248e
#8e0024
#248e00

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

#00248e
#8e006b
#8e6a00
#008e23

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

#00248e
#8e6a00
#6b8e00
#23008e

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 #00248e 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.

#00248e Color Code Preview on Black Background Color

This is how #00248e Color will look on black background color. Color contrast ratio is 1.64

#00248e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00248e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00248e

#00248e color code is use for CSS Background Color

Background color for the above div is #00248e

HTML with inline CSS

<div style="background-color:#00248e;"></div>

#00248e color code is use for CSS Border Color

CSS Border color for the above div is #00248e

HTML with inline CSS

<div style="border:5px solid #00248e;"></div>

CSS Border Left color for the above div is #00248e

HTML with inline CSS

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

CSS Border Right color for the above div is #00248e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #00248e

HTML with inline CSS

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

CSS Border Top color for the above div is #00248e

HTML with inline CSS

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

#00248e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00248e Color code Preview on White Background

This is how #00248e Color code will look on white background color. Color contrast ratio is 12.78

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

Related Gradients

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

0 Likes 0 Comments | 15 Views

Post your comment:-

By submitting comment you agree to our privacy policy.