@
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.

#1c478b hex color - Blue - Cool color - Information

#1c478b hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #1c478b Color code in RGB color code model is created after adding 10.98% red color, 27.84% green color and 54.51% blue color. Hex #1c478b Color code in CMYK color (process color) code model is generated after subtraction of 80% cyan, 49% magenta, 0% yellow and 45.49% black.

Hex #1c478b color code is between #224488 web safe hex color code and #115599 web safe hex color code. #224488 is the nearest web safe color code. You can see here many more shades of #1c478b color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code 1c478b #1c478b
RGB Decimal 28, 71, 139 rgb(28, 71, 139)
RGB Percent 11%, 28%, 55% rgb(11%, 28%, 55%)
CSS RGBa 28, 71, 139,1 rgba(28,71,139,1)
CMYK Model cmyk(80%,49%,0%,45.49%)
HSL Color Space 217,66% ,33% hsl(217,66% ,33%)
HSV Color Space 217°, 80%, 55%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00011100 01000111 10001011
Octal 34 107 213
Decimal 28 71 139
Hex 1c 47 8b

Different shades of #1c478b color code.

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

Light Shade of #1c478b
#255db5
Dark Shade of #1c478b
#133161
Saturated Shade of #1c478b
#144593
Desaturated Shade of #1c478b
#244983
Grey scale Shade of #1c478b
#535353
Brighten Shade
#3560a4
Most Readable Shade
#FFFFFF

Shades of #1c478b color code

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

#1c478b
#183f7b
#15376c
#122f5c
#0f274d
#0c1f3d
#09172e
#060f1e
#03070f
#000000

Similar Color like #1c478b color

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

#1d488c
#1e498d
#1f4a8e
#204b8f
#214c90
#224d91
#234e92
#244f93
#255094
#265195
#275296
#285397
#295498
#2a5599
#1b468a
#1a4589
#194488
#184387
#174286
#164185
#154084
#143f83
#133e82
#123d81
#113c80
#103b7f
#0f3a7e
#0e397d

Monochromatic Color with #1c478b

#1c478b
#255db5
#2d72e0
#02060b
#0b1c36
#133160

Tints of #1c478b Color

#1c478b
#355b97
#4e6fa4
#6784b1
#8098be
#9aadcb
#b3c1d8
#ccd6e5
#e5eaf2
#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

#1c478b
#8b601c

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

Split Complementary

#1c478b
#8b291c
#7e8b1c

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

Analogous Color

#1c738b
#1c5d8b
#1c478b
#1c318b
#1d1c8b

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

#1c478b
#8b1c47
#478b1c

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

#1c478b
#8b1c7e
#8b601c
#1c8b28

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

#1c478b
#8b601c
#7e8b1c
#291c8b

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 #1c478b 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.

#1c478b Color Code Preview on Black Background Color

This is how #1c478b Color will look on black background color. Color contrast ratio is 2.32

#1c478b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1c478b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1c478b

#1c478b color code is use for CSS Background Color

Background color for the above div is #1c478b

HTML with inline CSS

<div style="background-color:#1c478b;"></div>

#1c478b color code is use for CSS Border Color

CSS Border color for the above div is #1c478b

HTML with inline CSS

<div style="border:5px solid #1c478b;"></div>

CSS Border Left color for the above div is #1c478b

HTML with inline CSS

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

CSS Border Right color for the above div is #1c478b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1c478b

HTML with inline CSS

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

CSS Border Top color for the above div is #1c478b

HTML with inline CSS

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

#1c478b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1c478b Color code Preview on White Background

This is how #1c478b Color code will look on white background color. Color contrast ratio is 9.04

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

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(28,71,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(139,96,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(28,71,139,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.