Skip to main content Skip to docs navigation

#1059ea hex color | Download Dark Blue BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Azul and its hex is #1D5DEC Nearest Color Name

Color Hue/Base color: Blue

Hex #1059ea Color code in RGB color code model is created after adding 6.27% red color, 34.9% green color and 91.76% blue color. Hex #1059ea Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 62% magenta, 0% yellow and 8.24% black.

Hex #1059ea color code is between #1155ee web safe hex color code and #0066dd web safe hex color code. #1155ee is the nearest web safe color code. You can see here many more shades of #1059ea color code.

RGB Chart

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

Color Table

Hex Color Code 1059ea #1059ea
RGB Decimal 16, 89, 234 16, 89, 234
RGB Percent 6%, 35%, 92% rgb(6%, 35%, 92%)
CSS RGBa 16, 89, 234,1 rgba(16,89,234,1)
CMYK Model cmyk(93%,62%,0%,8.24%)
HSL Color Space 220,87% ,49% hsl(220,87% ,49%)
HSV Color Space 220°, 93%, 92%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010000 01011001 11101010
Octal 20 131 352
Decimal 16 89 234
Hex 10 59 ea

Different shades of #1059ea color code.

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

Darkest of #1059ea
#06235b
Darker of #1059ea
#09358b
Dark of #1059ea
#0d47ba
Base of #1059ea
#1059ea
Light of #1059ea
#3b78f2
Lighter
#6b99f5
Lightest
#9bbaf8

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

#1059ea
#eaa110

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

Split Complementary

#1059ea
#ea3410
#c6ea10

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

Analogous Color

#10d8ea
#10b4ea
#1059ea
#1010ea
#6b10ea

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

#1059ea
#59ea10
#ea1059

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

#1059ea
#ea1059
#eaa110
#10eaa1

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#1059ea
#ea10c6
#eaa110
#10ea34

Square 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).

Monochromatic Color with #1059ea

#03102b
#06235b
#09358b
#0d47ba
#1059ea
#3b78f2
#6b99f5
#9bbaf8
#cbdbfb

Tints of #1059ea Color

#1059ea
#2a6bec
#457dee
#5f90f1
#7aa2f3
#94b5f5
#afc7f8
#c9dafa
#e4ecfc
#ffffff

Shades of #1059ea color code

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

#1059ea
#0e4fd0
#0c45b6
#0a3b9c
#083182
#072768
#051d4e
#031334
#01091a
#000000

Tones

#1059ea
#2961d1
#426ab8
#5b729f
#747a86

Tones

Similar Color like #1059ea color

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

#115aeb
#125bec
#135ced
#145dee
#155eef
#165ff0
#1760f1
#1861f2
#1962f3
#1a63f4
#1b64f5
#1c65f6
#1d66f7
#1e67f8
#0f58e9
#0e57e8
#0d56e7
#0c55e6
#0b54e5
#0a53e4
#0952e3
#0851e2
#0750e1
#064fe0
#054edf
#044dde
#034cdd
#024bdc

Download this Dark Blue

Hex #1059ea 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.

#1059ea Color Code Preview on Black Background Color

This is how #1059ea Color will look on black background color. Color contrast ratio is 3.64

#1059ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1059ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1059ea

#1059ea color code is use for CSS Background Color

Background color for the above div is #1059ea

HTML with inline CSS

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

#1059ea color code is use for CSS Border Color

CSS Border color for the above div is #1059ea

HTML with inline CSS

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

CSS Border Left color for the above div is #1059ea

HTML with inline CSS

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

CSS Border Right color for the above div is #1059ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1059ea

HTML with inline CSS

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

CSS Border Top color for the above div is #1059ea

HTML with inline CSS

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

#1059ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1059ea Color code Preview on White Background

This is how #1059ea Color code will look on white background color. Color contrast ratio is 5.77

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(16,89,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(234,161,16,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(16,89,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }