crispedge.com

Color picker

Loading...

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

#17254c hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #17254c Color code in RGB color code model is created after adding 9.02% red color, 14.51% green color and 29.8% blue color. Hex #17254c Color code in CMYK color (process color) code model is generated after subtraction of 70% cyan, 51% magenta, 0% yellow and 70% black.

Hex #17254c color code is between #112244 web safe hex color code and #223355 web safe hex color code. #112244 is the nearest web safe color code. You can see here many more shades of #17254c color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code17254c#17254c
RGB Decimal23, 37, 76rgb(23, 37, 76)
RGB Percent9%, 15%, 30%rgb(9%, 15%, 30%)
CSS RGBa23, 37, 76,1rgba(23,37,76,1)
CMYK Modelcmyk(70%,51%,0%,70%)
HSL Color Space224,54% ,19%hsl(224,54% ,19%)
HSV Color Space224°, 70%, 30%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000101110010010101001100
Octal2745114
Decimal233776
Hex17254c

Different shades of #17254c color code.

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

Light Shade of #17254c
#233873
Dark Shade of #17254c
#0b1225
Saturated Shade of #17254c
#122351
Desaturated Shade of #17254c
#1c2747
Grey scale Shade of #17254c
#313131
Brighten Shade
#303e65
Most Readable Shade
#FFFFFF

Shades of #17254c color code

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

#17254c
#142043
#111c3b
#0f1832
#0c142a
#0a1021
#070c19
#050810
#020408
#000000

Similar Color like #17254c color

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

#18264d
#19274e
#1a284f
#1b2950
#1c2a51
#1d2b52
#1e2c53
#1f2d54
#202e55
#212f56
#223057
#233158
#243259
#25335a
#16244b
#15234a
#142249
#132148
#122047
#111f46
#101e45
#0f1d44
#0e1c43
#0d1b42
#0c1a41
#0b1940
#0a183f
#09173e

Monochromatic Color with #17254c

#17254c
#243a76
#314ea1
#3e63cb
#4a78f6
#0a1021

Tints of #17254c Color

#17254c
#303d5f
#4a5573
#646d87
#7e859b
#979eaf
#b1b6c3
#cbced7
#e5e6eb
#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

#17254c
#4c3e17

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

Split Complementary

#17254c
#4c2317
#404c17

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

Analogous Color

#173a4c
#17304c
#17254c
#171a4c
#1e174c

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

#17254c
#4c1725
#254c17

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

#17254c
#4c173f
#4c3e17
#174c23

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

#17254c
#4c3e17
#404c17
#23174c

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

#17254c Color Code Preview on Black Background Color

This is how #17254c Color will look on black background color. Color contrast ratio is 1.41

#17254c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#17254c color code is use for CSS Background Color

Background color for the above div is #17254c

HTML with inline CSS

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

#17254c color code is use for CSS Border Color

CSS Border color for the above div is #17254c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#17254c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#17254c Color code Preview on White Background

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

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.