crispedge.com

Color picker

Loading...

#125eaa hex color - Blue - Cool color - Information

#125eaa hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #125eaa Color code in RGB color code model is created after adding 7.06% red color, 36.86% green color and 66.67% blue color. Hex #125eaa Color code in CMYK color (process color) code model is generated after subtraction of 89% cyan, 45% magenta, 0% yellow and 33% black.

Hex #125eaa color code is between #116699 web safe hex color code and #2255bb web safe hex color code. #116699 is the nearest web safe color code. You can see here many more shades of #125eaa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code125eaa#125eaa
RGB Decimal18, 94, 170rgb(18, 94, 170)
RGB Percent7%, 37%, 67%rgb(7%, 37%, 67%)
CSS RGBa18, 94, 170,1rgba(18,94,170,1)
CMYK Modelcmyk(89%,45%,0%,33%)
HSL Color Space210,81% ,37%hsl(210,81% ,37%)
HSV Color Space210°, 89%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100100101111010101010
Octal22136252
Decimal1894170
Hex125eaa

Different shades of #125eaa color code.

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

Light Shade of #125eaa
#1777d8
Dark Shade of #125eaa
#0d447c
Saturated Shade of #125eaa
#095eb3
Desaturated Shade of #125eaa
#1b5ea1
Grey scale Shade of #125eaa
#5e5e5e
Brighten Shade
#2b77c3
Most Readable Shade
#FFFFFF

Shades of #125eaa color code

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

#125eaa
#105397
#0e4984
#0c3e71
#0a345e
#08294b
#061f38
#041425
#020a12
#000000

Similar Color like #125eaa color

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

#135fab
#1460ac
#1561ad
#1662ae
#1763af
#1864b0
#1965b1
#1a66b2
#1b67b3
#1c68b4
#1d69b5
#1e6ab6
#1f6bb7
#206cb8
#115da9
#105ca8
#0f5ba7
#0e5aa6
#0d59a5
#0c58a4
#0b57a3
#0a56a2
#0955a1
#0854a0
#07539f
#06529e
#05519d
#04509c

Monochromatic Color with #125eaa

#125eaa
#1775d4
#1b8dff
#04172a
#092f55
#0d467f

Tints of #125eaa Color

#125eaa
#2c6fb3
#4681bc
#6193c6
#7ba5cf
#95b7d9
#b0c9e2
#cadbec
#e4edf5
#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

#125eaa
#aa5e12

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

Split Complementary

#125eaa
#aa1212
#aaaa12

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

Analogous Color

#129baa
#127caa
#125eaa
#1240aa
#1221aa

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

#125eaa
#aa125e
#5eaa12

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

#125eaa
#aa12aa
#aa5e12
#12aa12

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

#125eaa
#aa5e12
#aaaa12
#1212aa

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 #125eaa 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.

#125eaa Color Code Preview on Black Background Color

This is how #125eaa Color will look on black background color. Color contrast ratio is 3.21

#125eaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #125eaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #125eaa

#125eaa color code is use for CSS Background Color

Background color for the above div is #125eaa

HTML with inline CSS

<div style="background-color:#125eaa;"></div>

#125eaa color code is use for CSS Border Color

CSS Border color for the above div is #125eaa

HTML with inline CSS

<div style="border:5px solid #125eaa;"></div>

CSS Border Left color for the above div is #125eaa

HTML with inline CSS

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

CSS Border Right color for the above div is #125eaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #125eaa

HTML with inline CSS

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

CSS Border Top color for the above div is #125eaa

HTML with inline CSS

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

#125eaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#125eaa Color code Preview on White Background

This is how #125eaa Color code will look on white background color. Color contrast ratio is 6.55

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

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,94,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,94,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(18,94,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.