Skip to main content Skip to docs navigation

#01769a 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 Sea Sight and its hex is #00789B Nearest Color Name

Color Hue/Base color: Blue

Hex #01769a Color code in RGB color code model is created after adding 0.39% red color, 46.27% green color and 60.39% blue color. Hex #01769a Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 23% magenta, 0% yellow and 39.61% black.

Hex #01769a color code is between #007799 web safe hex color code and #0066aa web safe hex color code. #007799 is the nearest web safe color code. You can see here many more shades of #01769a color code.

RGB Chart

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

Color Table

Hex Color Code 01769a #01769a
RGB Decimal 1, 118, 154 1, 118, 154
RGB Percent 0%, 46%, 60% rgb(0%, 46%, 60%)
CSS RGBa 1, 118, 154,1 rgba(1,118,154,1)
CMYK Model cmyk(99%,23%,0%,39.61%)
HSL Color Space 194,99% ,30% hsl(194,99% ,30%)
HSV Color Space 194°, 99%, 60%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000001 01110110 10011010
Octal 1 166 232
Decimal 1 118 154
Hex 01 76 9a

Different shades of #01769a color code.

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

Darkest of #01769a
#000202
Darker of #01769a
#002835
Dark of #01769a
#014f67
Base of #01769a
#01769a
Light of #01769a
#019dcd
Lighter
#04c3fd
Lightest
#36cffe

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

#01769a
#9a2501

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

Split Complementary

#01769a
#9a0129
#9a7101

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

Analogous Color

#019a65
#019a7e
#01769a
#01439a
#01039a

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

#01769a
#769a01
#9a0176

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

#01769a
#9a0176
#9a2501
#019a25

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

#01769a
#71019a
#9a2501
#299a01

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 #01769a

#000000
#000202
#002835
#014f67
#01769a
#019dcd
#04c3fd
#36cffe
#69dbfe

Tints of #01769a Color

#01769a
#1d85a5
#3994b0
#55a3bb
#71b2c6
#8ec2d2
#aad1dd
#c6e0e8
#e2eff3
#ffffff

Shades of #01769a color code

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

#01769a
#006888
#005b77
#004e66
#004155
#003444
#002733
#001a22
#000d11
#000000

Tones

#01769a
#106e8a
#20667b
#2f5d6b
#3f555c

Tones

Similar Color like #01769a color

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

#02779b
#03789c
#04799d
#057a9e
#067b9f
#077ca0
#087da1
#097ea2
#0a7fa3
#0b80a4
#0c81a5
#0d82a6
#0e83a7
#0f84a8
#007599
#007498
#007397
#007296
#007195
#007094
#006f93
#006e92
#006d91
#006c90
#006b8f
#006a8e
#00698d
#00688c

Download this Dark Blue

Hex #01769a 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.

#01769a Color Code Preview on Black Background Color

This is how #01769a Color will look on black background color. Color contrast ratio is 4.06

#01769a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #01769a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #01769a

#01769a color code is use for CSS Background Color

Background color for the above div is #01769a

HTML with inline CSS

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

#01769a color code is use for CSS Border Color

CSS Border color for the above div is #01769a

HTML with inline CSS

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

CSS Border Left color for the above div is #01769a

HTML with inline CSS

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

CSS Border Right color for the above div is #01769a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #01769a

HTML with inline CSS

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

CSS Border Top color for the above div is #01769a

HTML with inline CSS

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

#01769a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#01769a Color code Preview on White Background

This is how #01769a Color code will look on white background color. Color contrast ratio is 5.17

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

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