crispedge.com

Color picker

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

#02649c hex color - Blue - Cool color - Information

#02649c hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #02649c Color code in RGB color code model is created after adding 0.78% red color, 39.22% green color and 61.18% blue color. Hex #02649c Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 36% magenta, 0% yellow and 39% black.

Hex #02649c color code is between #006699 web safe hex color code and #0055aa web safe hex color code. #006699 is the nearest web safe color code. You can see here many more shades of #02649c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code02649c#02649c
RGB Decimal2, 100, 156rgb(2, 100, 156)
RGB Percent1%, 39%, 61%rgb(1%, 39%, 61%)
CSS RGBa2, 100, 156,1rgba(2,100,156,1)
CMYK Modelcmyk(99%,36%,0%,39%)
HSL Color Space202,97% ,31%hsl(202,97% ,31%)
HSV Color Space202°, 99%, 61%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000100110010010011100
Octal2144234
Decimal2100156
Hex02649c

Different shades of #02649c color code.

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

Light Shade of #02649c
#0384ce
Dark Shade of #02649c
#01446a
Saturated Shade of #02649c
#00659e
Desaturated Shade of #02649c
#0a6294
Grey scale Shade of #02649c
#4f4f4f
Brighten Shade
#1b7db5
Most Readable Shade
#FFFFFF

Shades of #02649c color code

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

#02649c
#01588a
#014d79
#014268
#013756
#002c45
#002134
#001622
#000b11
#000000

Similar Color like #02649c color

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

#03659d
#04669e
#05679f
#0668a0
#0769a1
#086aa2
#096ba3
#0a6ca4
#0b6da5
#0c6ea6
#0d6fa7
#0e70a8
#0f71a9
#1072aa
#01639b
#00629a
#006199
#006098
#005f97
#005e96
#005d95
#005c94
#005b93
#005a92
#005991
#005890
#00578f
#00568e

Monochromatic Color with #02649c

#02649c
#037fc6
#039af1
#00121c
#012e47
#014971

Tints of #02649c Color

#02649c
#1e75a7
#3a86b2
#5697bd
#72a8c8
#8ebad3
#aacbde
#c6dce9
#e2edf4
#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

#02649c
#9c3a02

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

Split Complementary

#02649c
#9c0217
#9c8702

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

Analogous Color

#029c96
#02839c
#02649c
#02459c
#02269c

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

#02649c
#9c0264
#649c02

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

#02649c
#87029c
#9c3a02
#179c02

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

#02649c
#9c3a02
#9c8702
#02179c

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 #02649c 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.

#02649c Color Code Preview on Black Background Color

This is how #02649c Color will look on black background color. Color contrast ratio is 3.31

#02649c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #02649c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #02649c

#02649c color code is use for CSS Background Color

Background color for the above div is #02649c

HTML with inline CSS

<div style="background-color:#02649c;"></div>

#02649c color code is use for CSS Border Color

CSS Border color for the above div is #02649c

HTML with inline CSS

<div style="border:5px solid #02649c;"></div>

CSS Border Left color for the above div is #02649c

HTML with inline CSS

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

CSS Border Right color for the above div is #02649c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #02649c

HTML with inline CSS

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

CSS Border Top color for the above div is #02649c

HTML with inline CSS

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

#02649c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#02649c Color code Preview on White Background

This is how #02649c Color code will look on white background color. Color contrast ratio is 6.35

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

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.