crispedge.com

Color picker

Loading...

#120c48 hex color - Blue - Cool color - Information

#120c48 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #120c48 Color code in RGB color code model is created after adding 7.06% red color, 4.71% green color and 28.24% blue color. Hex #120c48 Color code in CMYK color (process color) code model is generated after subtraction of 75% cyan, 83% magenta, 0% yellow and 72% black.

Hex #120c48 color code is between #111144 web safe hex color code and #220055 web safe hex color code. #111144 is the nearest web safe color code. You can see here many more shades of #120c48 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code120c48#120c48
RGB Decimal18, 12, 72rgb(18, 12, 72)
RGB Percent7%, 5%, 28%rgb(7%, 5%, 28%)
CSS RGBa18, 12, 72,1rgba(18,12,72,1)
CMYK Modelcmyk(75%,83%,0%,72%)
HSL Color Space246,71% ,16%hsl(246,71% ,16%)
HSV Color Space246°, 83%, 28%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100100000110001001000
Octal2214110
Decimal181272
Hex120c48

Different shades of #120c48 color code.

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

Light Shade of #120c48
#1d1374
Dark Shade of #120c48
#07051c
Saturated Shade of #120c48
#0f084c
Desaturated Shade of #120c48
#151044
Grey scale Shade of #120c48
#2a2a2a
Brighten Shade
#2b2561
Most Readable Shade
#FFFFFF

Shades of #120c48 color code

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

#120c48
#100a40
#0e0938
#0c0830
#0a0628
#080520
#060418
#040210
#020108
#000000

Similar Color like #120c48 color

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

#130d49
#140e4a
#150f4b
#16104c
#17114d
#18124e
#19134f
#1a1450
#1b1551
#1c1652
#1d1753
#1e1854
#1f1955
#201a56
#110b47
#100a46
#0f0945
#0e0844
#0d0743
#0c0642
#0b0541
#0a0440
#09033f
#08023e
#07013d
#06003c
#05003b
#04003a

Monochromatic Color with #120c48

#120c48
#1d1372
#271a9d
#3221c7
#3d28f2
#07051d

Tints of #120c48 Color

#120c48
#2c275c
#464270
#615d85
#7b7899
#9593ad
#b0aec2
#cac9d6
#e4e4ea
#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

#120c48
#42480c

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

Split Complementary

#120c48
#48300c
#24480c

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

Analogous Color

#0c1e48
#0c1248
#120c48
#1e0c48
#2a0c48

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

#120c48
#48120c
#0c4812

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

#120c48
#480c24
#42480c
#0c4830

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

#120c48
#42480c
#24480c
#300c48

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 #120c48 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.

#120c48 Color Code Preview on Black Background Color

This is how #120c48 Color will look on black background color. Color contrast ratio is 1.17

#120c48 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #120c48

HTML with inline CSS

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

Your Example Paragraph content text in with font color #120c48

#120c48 color code is use for CSS Background Color

Background color for the above div is #120c48

HTML with inline CSS

<div style="background-color:#120c48;"></div>

#120c48 color code is use for CSS Border Color

CSS Border color for the above div is #120c48

HTML with inline CSS

<div style="border:5px solid #120c48;"></div>

CSS Border Left color for the above div is #120c48

HTML with inline CSS

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

CSS Border Right color for the above div is #120c48

HTML with inline CSS

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

CSS Border Bottom color for the above div is #120c48

HTML with inline CSS

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

CSS Border Top color for the above div is #120c48

HTML with inline CSS

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

#120c48 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#120c48 Color code Preview on White Background

This is how #120c48 Color code will look on white background color. Color contrast ratio is 17.92

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

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(18,12,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(66,72,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(18,12,72,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.