Skip to main content Skip to docs navigation

#098aaf 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 Lucario Blue and its hex is #0B83B5 Nearest Color Name

Color Hue/Base color: Blue

Hex #098aaf Color code in RGB color code model is created after adding 3.53% red color, 54.12% green color and 68.63% blue color. Hex #098aaf Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 21% magenta, 0% yellow and 31.37% black.

Hex #098aaf color code is between #1188aa web safe hex color code and #0099bb web safe hex color code. #1188aa is the nearest web safe color code. You can see here many more shades of #098aaf color code.

RGB Chart

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

Color Table

Hex Color Code 098aaf #098aaf
RGB Decimal 9, 138, 175 9, 138, 175
RGB Percent 4%, 54%, 69% rgb(4%, 54%, 69%)
CSS RGBa 9, 138, 175,1 rgba(9,138,175,1)
CMYK Model cmyk(95%,21%,0%,31.37%)
HSL Color Space 193,90% ,36% hsl(193,90% ,36%)
HSV Color Space 193°, 95%, 69%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001001 10001010 10101111
Octal 11 212 257
Decimal 9 138 175
Hex 09 8a af

Different shades of #098aaf color code.

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

Darkest of #098aaf
#02171d
Darker of #098aaf
#043e4e
Dark of #098aaf
#07647f
Base of #098aaf
#098aaf
Light of #098aaf
#0bb0e0
Lighter
#2ac7f4
Lightest
#5ad4f7

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

#098aaf
#af2e09

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

Split Complementary

#098aaf
#af0937
#af8109

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

Analogous Color

#09af73
#09af8f
#098aaf
#0953af
#090eaf

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

#098aaf
#8aaf09
#af098a

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

#098aaf
#af098a
#af2e09
#09af2e

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

#098aaf
#8109af
#af2e09
#37af09

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 #098aaf

#000000
#02171d
#043e4e
#07647f
#098aaf
#0bb0e0
#2ac7f4
#5ad4f7
#8be1f9

Tints of #098aaf Color

#098aaf
#2497b7
#3fa4c0
#5bb1c9
#76bed2
#91cbdb
#add8e4
#c8e5ed
#e3f2f6
#ffffff

Shades of #098aaf color code

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

#098aaf
#087a9b
#076b88
#065c74
#054c61
#043d4d
#032e3a
#021e26
#010f13
#000000

Tones

#098aaf
#1b809d
#2e768a
#406b78
#536165

Tones

Similar Color like #098aaf color

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

#0a8bb0
#0b8cb1
#0c8db2
#0d8eb3
#0e8fb4
#0f90b5
#1091b6
#1192b7
#1293b8
#1394b9
#1495ba
#1596bb
#1697bc
#1798bd
#0889ae
#0788ad
#0687ac
#0586ab
#0485aa
#0384a9
#0283a8
#0182a7
#0081a6
#0080a5
#007fa4
#007ea3
#007da2
#007ca1

Download this Dark Blue

Hex #098aaf 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.

#098aaf Color Code Preview on Black Background Color

This is how #098aaf Color will look on black background color. Color contrast ratio is 5.27

#098aaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #098aaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #098aaf

#098aaf color code is use for CSS Background Color

Background color for the above div is #098aaf

HTML with inline CSS

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

#098aaf color code is use for CSS Border Color

CSS Border color for the above div is #098aaf

HTML with inline CSS

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

CSS Border Left color for the above div is #098aaf

HTML with inline CSS

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

CSS Border Right color for the above div is #098aaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #098aaf

HTML with inline CSS

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

CSS Border Top color for the above div is #098aaf

HTML with inline CSS

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

#098aaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#098aaf Color code Preview on White Background

This is how #098aaf Color code will look on white background color. Color contrast ratio is 3.99

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

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