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

#125787 hex color - Blue - Cool color - Information

#125787 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #125787 Color code in RGB color code model is created after adding 7.06% red color, 34.12% green color and 52.94% blue color. Hex #125787 Color code in CMYK color (process color) code model is generated after subtraction of 87% cyan, 36% magenta, 0% yellow and 47.06% black.

Hex #125787 color code is between #115588 web safe hex color code and #226677 web safe hex color code. #115588 is the nearest web safe color code. You can see here many more shades of #125787 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code125787#125787
RGB Decimal18, 87, 135rgb(18, 87, 135)
RGB Percent7%, 34%, 53%rgb(7%, 34%, 53%)
CSS RGBa18, 87, 135,1rgba(18,87,135,1)
CMYK Modelcmyk(87%,36%,0%,47.06%)
HSL Color Space205,76% ,30%hsl(205,76% ,30%)
HSV Color Space205°, 87%, 53%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100100101011110000111
Octal22127207
Decimal1887135
Hex125787

Different shades of #125787 color code.

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

Light Shade of #125787
#1874b4
Dark Shade of #125787
#0c3a5a
Saturated Shade of #125787
#0a588f
Desaturated Shade of #125787
#1a567f
Grey scale Shade of #125787
#4d4d4d
Brighten Shade
#2b70a0
Most Readable Shade
#FFFFFF

Shades of #125787 color code

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

#125787
#104d78
#0e4369
#0c3a5a
#0a304b
#08263c
#061d2d
#04131e
#02090f
#000000

Similar Color like #125787 color

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

#135888
#145989
#155a8a
#165b8b
#175c8c
#185d8d
#195e8e
#1a5f8f
#1b6090
#1c6191
#1d6292
#1e6393
#1f6494
#206595
#115686
#105585
#0f5484
#0e5383
#0d5282
#0c5181
#0b5080
#0a4f7f
#094e7e
#084d7d
#074c7c
#064b7b
#054a7a
#044979

Monochromatic Color with #125787

#125787
#1872b1
#1d8edc
#010507
#072032
#0c3c5c

Tints of #125787 Color

#125787
#2c6994
#467ca1
#618faf
#7ba1bc
#95b4c9
#b0c7d7
#cad9e4
#e4ecf1
#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

#125787
#874212

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

Split Complementary

#125787
#87121c
#877d12

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

Analogous Color

#128687
#126e87
#125787
#124087
#122887

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

#125787
#871257
#578712

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

#125787
#7c1287
#874212
#1d8712

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

#125787
#874212
#877d12
#121c87

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 #125787 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.

#125787 Color Code Preview on Black Background Color

This is how #125787 Color will look on black background color. Color contrast ratio is 2.74

#125787 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #125787

HTML with inline CSS

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

Your Example Paragraph content text in with font color #125787

#125787 color code is use for CSS Background Color

Background color for the above div is #125787

HTML with inline CSS

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

#125787 color code is use for CSS Border Color

CSS Border color for the above div is #125787

HTML with inline CSS

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

CSS Border Left color for the above div is #125787

HTML with inline CSS

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

CSS Border Right color for the above div is #125787

HTML with inline CSS

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

CSS Border Bottom color for the above div is #125787

HTML with inline CSS

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

CSS Border Top color for the above div is #125787

HTML with inline CSS

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

#125787 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#125787 Color code Preview on White Background

This is how #125787 Color code will look on white background color. Color contrast ratio is 7.67

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

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