crispedge.com

Color picker

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

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

#17058c hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #17058c Color code in RGB color code model is created after adding 9.02% red color, 1.96% green color and 54.9% blue color. Hex #17058c Color code in CMYK color (process color) code model is generated after subtraction of 84% cyan, 96% magenta, 0% yellow and 45% black.

Hex #17058c color code is between #110088 web safe hex color code and #220099 web safe hex color code. #110088 is the nearest web safe color code. You can see here many more shades of #17058c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code17058c#17058c
RGB Decimal23, 5, 140rgb(23, 5, 140)
RGB Percent9%, 2%, 55%rgb(9%, 2%, 55%)
CSS RGBa23, 5, 140,1rgba(23,5,140,1)
CMYK Modelcmyk(84%,96%,0%,45%)
HSL Color Space248,93% ,28%hsl(248,93% ,28%)
HSV Color Space248°, 96%, 55%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000101110000010110001100
Octal275214
Decimal235140
Hex17058c

Different shades of #17058c color code.

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

Light Shade of #17058c
#1f07bd
Dark Shade of #17058c
#0f035b
Saturated Shade of #17058c
#130091
Desaturated Shade of #17058c
#1c0c85
Grey scale Shade of #17058c
#484848
Brighten Shade
#301ea5
Most Readable Shade
#FFFFFF

Shades of #17058c color code

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

#17058c
#14047c
#11036c
#0f035d
#0c024d
#0a023e
#07012e
#05011f
#02000f
#000000

Similar Color like #17058c color

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

#18068d
#19078e
#1a088f
#1b0990
#1c0a91
#1d0b92
#1e0c93
#1f0d94
#200e95
#210f96
#221097
#231198
#241299
#25139a
#16048b
#15038a
#140289
#130188
#120087
#110086
#100085
#0f0084
#0e0083
#0d0082
#0c0081
#0b0080
#0a007f
#09007e

Monochromatic Color with #17058c

#17058c
#1e07b6
#2508e1
#02000c
#090237
#100361

Tints of #17058c Color

#17058c
#302098
#4a3ca5
#6458b2
#7e74bf
#978fcb
#b1abd8
#cbc7e5
#e5e3f2
#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

#17058c
#7a8c05

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

Split Complementary

#17058c
#8c5b05
#378c05

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

Analogous Color

#05298c
#050e8c
#17058c
#32058c
#4d058c

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

#17058c
#8c1705
#058c17

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

#17058c
#8c0536
#7a8c05
#058c5a

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

#17058c
#7a8c05
#378c05
#5b058c

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

#17058c Color Code Preview on Black Background Color

This is how #17058c Color will look on black background color. Color contrast ratio is 1.44

#17058c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#17058c color code is use for CSS Background Color

Background color for the above div is #17058c

HTML with inline CSS

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

#17058c color code is use for CSS Border Color

CSS Border color for the above div is #17058c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#17058c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#17058c Color code Preview on White Background

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

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

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.