Skip to main content Skip to docs navigation

#17529a hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Sonic Blue and its hex is #17569B Nearest Color Name

Color Hue/Base color: Blue

Hex #17529a Color code in RGB color code model is created after adding 9.02% red color, 32.16% green color and 60.39% blue color. Hex #17529a Color code in CMYK color (process color) code model is generated after subtraction of 85% cyan, 47% magenta, 0% yellow and 39.61% black.

Hex #17529a color code is between #115599 web safe hex color code and #2244aa web safe hex color code. #115599 is the nearest web safe color code. You can see here many more shades of #17529a color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 17529a #17529a
RGB Decimal 23, 82, 154 23, 82, 154
RGB Percent 9%, 32%, 60% rgb(9%, 32%, 60%)
CSS RGBa 23, 82, 154,1 rgba(23,82,154,1)
CMYK Model cmyk(85%,47%,0%,39.61%)
HSL Color Space 213,74% ,35% hsl(213,74% ,35%)
HSV Color Space 213°, 85%, 60%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010111 01010010 10011010
Octal 27 122 232
Decimal 23 82 154
Hex 17 52 9a

Different shades of #17529a color code.

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

Darkest of #17529a
#030b15
Darker of #17529a
#0a2341
Dark of #17529a
#103a6e
Base of #17529a
#17529a
Light of #17529a
#1e6ac6
Lighter
#3683e1
Lightest
#629ee8

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

#17529a
#9a5f17

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

Split Complementary

#17529a
#9a1e17
#949a17

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

Analogous Color

#179a96
#17899a
#17529a
#17269a
#3e179a

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

#17529a
#529a17
#9a1752

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

#17529a
#9a1752
#9a5f17
#179a5f

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#17529a
#9a1794
#9a5f17
#179a1e

Square 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).

Monochromatic Color with #17529a

#000000
#030b15
#0a2341
#103a6e
#17529a
#1e6ac6
#3683e1
#629ee8
#8fbaee

Tints of #17529a Color

#17529a
#3065a5
#4a78b0
#648bbb
#7e9ec6
#97b2d2
#b1c5dd
#cbd8e8
#e5ebf3
#ffffff

Shades of #17529a color code

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

#17529a
#144888
#113f77
#0f3666
#0c2d55
#0a2444
#071b33
#051222
#020911
#000000

Tones

#17529a
#295488
#3a5677
#4c5765
#595959

Tones

Similar Color like #17529a color

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

#18539b
#19549c
#1a559d
#1b569e
#1c579f
#1d58a0
#1e59a1
#1f5aa2
#205ba3
#215ca4
#225da5
#235ea6
#245fa7
#2560a8
#165199
#155098
#144f97
#134e96
#124d95
#114c94
#104b93
#0f4a92
#0e4991
#0d4890
#0c478f
#0b468e
#0a458d
#09448c

Download this Dark Blue

Hex #17529a 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.

#17529a Color Code Preview on Black Background Color

This is how #17529a Color will look on black background color. Color contrast ratio is 2.71

#17529a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #17529a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #17529a

#17529a color code is use for CSS Background Color

Background color for the above div is #17529a

HTML with inline CSS

<div style="background-color:#17529a;"></div>

#17529a color code is use for CSS Border Color

CSS Border color for the above div is #17529a

HTML with inline CSS

<div style="border:5px solid #17529a;"></div>

CSS Border Left color for the above div is #17529a

HTML with inline CSS

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

CSS Border Right color for the above div is #17529a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #17529a

HTML with inline CSS

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

CSS Border Top color for the above div is #17529a

HTML with inline CSS

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

#17529a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#17529a Color code Preview on White Background

This is how #17529a Color code will look on white background color. Color contrast ratio is 7.75

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(23,82,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,95,23,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(23,82,154,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }