Skip to main content Skip to docs navigation

#019fcd 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 Tomb Blue and its hex is #0099CC Nearest Color Name

Color Hue/Base color: Blue

Hex #019fcd Color code in RGB color code model is created after adding 0.39% red color, 62.35% green color and 80.39% blue color. Hex #019fcd Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 22% magenta, 0% yellow and 19.61% black.

Hex #019fcd color code is between #0099cc web safe hex color code and #00aadd web safe hex color code. #0099cc is the nearest web safe color code. You can see here many more shades of #019fcd color code.

RGB Chart

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

Color Table

Hex Color Code 019fcd #019fcd
RGB Decimal 1, 159, 205 1, 159, 205
RGB Percent 0%, 62%, 80% rgb(0%, 62%, 80%)
CSS RGBa 1, 159, 205,1 rgba(1,159,205,1)
CMYK Model cmyk(100%,22%,0%,19.61%)
HSL Color Space 194,99% ,40% hsl(194,99% ,40%)
HSV Color Space 194°, 100%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000001 10011111 11001101
Octal 1 237 315
Decimal 1 159 205
Hex 01 9f cd

Different shades of #019fcd color code.

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

Darkest of #019fcd
#002935
Darker of #019fcd
#015067
Dark of #019fcd
#01789a
Base of #019fcd
#019fcd
Light of #019fcd
#03c5fe
Lighter
#36d1fe
Lightest
#69ddfe

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

#019fcd
#cd2f01

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

Split Complementary

#019fcd
#cd0139
#cd9501

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

Analogous Color

#01cd84
#01cda6
#019fcd
#015bcd
#0106cd

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

#019fcd
#9fcd01
#cd019f

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

#019fcd
#cd019f
#cd2f01
#01cd2f

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

#019fcd
#9501cd
#cd2f01
#39cd01

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 #019fcd

#000202
#002935
#015067
#01789a
#019fcd
#03c5fe
#36d1fe
#69ddfe
#9be8ff

Tints of #019fcd Color

#019fcd
#1da9d2
#39b4d8
#55bfdd
#71c9e3
#8ed4e8
#aadfee
#c6e9f3
#e2f4f9
#ffffff

Shades of #019fcd color code

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

#019fcd
#008db6
#007b9f
#006a88
#005871
#00465b
#003544
#00232d
#001116
#000000

Tones

#019fcd
#1694b8
#2a88a4
#3f7d8f
#53727b

Tones

Similar Color like #019fcd color

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

#02a0ce
#03a1cf
#04a2d0
#05a3d1
#06a4d2
#07a5d3
#08a6d4
#09a7d5
#0aa8d6
#0ba9d7
#0caad8
#0dabd9
#0eacda
#0faddb
#009ecc
#009dcb
#009cca
#009bc9
#009ac8
#0099c7
#0098c6
#0097c5
#0096c4
#0095c3
#0094c2
#0093c1
#0092c0
#0091bf

Download this Dark Blue

Hex #019fcd 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.

#019fcd Color Code Preview on Black Background Color

This is how #019fcd Color will look on black background color. Color contrast ratio is 6.84

#019fcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #019fcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #019fcd

#019fcd color code is use for CSS Background Color

Background color for the above div is #019fcd

HTML with inline CSS

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

#019fcd color code is use for CSS Border Color

CSS Border color for the above div is #019fcd

HTML with inline CSS

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

CSS Border Left color for the above div is #019fcd

HTML with inline CSS

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

CSS Border Right color for the above div is #019fcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #019fcd

HTML with inline CSS

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

CSS Border Top color for the above div is #019fcd

HTML with inline CSS

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

#019fcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#019fcd Color code Preview on White Background

This is how #019fcd Color code will look on white background color. Color contrast ratio is 3.07

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

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