Skip to main content Skip to docs navigation

#092bcd 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 Arcade Glow and its hex is #0022CC Nearest Color Name

Color Hue/Base color: Blue

Hex #092bcd Color code in RGB color code model is created after adding 3.53% red color, 16.86% green color and 80.39% blue color. Hex #092bcd Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 79% magenta, 0% yellow and 19.61% black.

Hex #092bcd color code is between #1133cc web safe hex color code and #0022dd web safe hex color code. #1133cc is the nearest web safe color code. You can see here many more shades of #092bcd color code.

RGB Chart

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

Color Table

Hex Color Code 092bcd #092bcd
RGB Decimal 9, 43, 205 9, 43, 205
RGB Percent 4%, 17%, 80% rgb(4%, 17%, 80%)
CSS RGBa 9, 43, 205,1 rgba(9,43,205,1)
CMYK Model cmyk(96%,79%,0%,19.61%)
HSL Color Space 230,92% ,42% hsl(230,92% ,42%)
HSV Color Space 230°, 96%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001001 00101011 11001101
Octal 11 53 315
Decimal 9 43 205
Hex 09 2b cd

Different shades of #092bcd color code.

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

Darkest of #092bcd
#030c3a
Darker of #092bcd
#05176b
Dark of #092bcd
#07219c
Base of #092bcd
#092bcd
Light of #092bcd
#143bf5
Lighter
#4564f7
Lightest
#768df9

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

#092bcd
#cdab09

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

Split Complementary

#092bcd
#cd4909
#8dcd09

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

Analogous Color

#099dcd
#097dcd
#092bcd
#2809cd
#7a09cd

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

#092bcd
#2bcd09
#cd092b

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

#092bcd
#cd092b
#cdab09
#09cdab

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

#092bcd
#cd098d
#cdab09
#09cd49

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 #092bcd

#00020a
#030c3a
#05176b
#07219c
#092bcd
#143bf5
#4564f7
#768df9
#a7b5fb

Tints of #092bcd Color

#092bcd
#2442d2
#3f5ad8
#5b71dd
#7689e3
#91a0e8
#adb8ee
#c8cff3
#e3e7f9
#ffffff

Shades of #092bcd color code

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

#092bcd
#0826b6
#07219f
#061c88
#051771
#04135b
#030e44
#02092d
#010416
#000000

Tones

#092bcd
#1e39b8
#3447a2
#49558d
#5f6377

Tones

Similar Color like #092bcd color

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

#0a2cce
#0b2dcf
#0c2ed0
#0d2fd1
#0e30d2
#0f31d3
#1032d4
#1133d5
#1234d6
#1335d7
#1436d8
#1537d9
#1638da
#1739db
#082acc
#0729cb
#0628ca
#0527c9
#0426c8
#0325c7
#0224c6
#0123c5
#0022c4
#0021c3
#0020c2
#001fc1
#001ec0
#001dbf

Download this Dark Blue

Hex #092bcd 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.

#092bcd Color Code Preview on Black Background Color

This is how #092bcd Color will look on black background color. Color contrast ratio is 2.24

#092bcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #092bcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #092bcd

#092bcd color code is use for CSS Background Color

Background color for the above div is #092bcd

HTML with inline CSS

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

#092bcd color code is use for CSS Border Color

CSS Border color for the above div is #092bcd

HTML with inline CSS

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

CSS Border Left color for the above div is #092bcd

HTML with inline CSS

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

CSS Border Right color for the above div is #092bcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #092bcd

HTML with inline CSS

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

CSS Border Top color for the above div is #092bcd

HTML with inline CSS

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

#092bcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#092bcd Color code Preview on White Background

This is how #092bcd Color code will look on white background color. Color contrast ratio is 9.38

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

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