Skip to main content Skip to docs navigation

#104f92 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 Yale Blue and its hex is #0F4D92 Nearest Color Name

Color Hue/Base color: Blue

Hex #104f92 Color code in RGB color code model is created after adding 6.27% red color, 30.98% green color and 57.25% blue color. Hex #104f92 Color code in CMYK color (process color) code model is generated after subtraction of 89% cyan, 46% magenta, 0% yellow and 42.75% black.

Hex #104f92 color code is between #115599 web safe hex color code and #004488 web safe hex color code. #115599 is the nearest web safe color code. You can see here many more shades of #104f92 color code.

RGB Chart

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

Color Table

Hex Color Code 104f92 #104f92
RGB Decimal 16, 79, 146 16, 79, 146
RGB Percent 6%, 31%, 57% rgb(6%, 31%, 57%)
CSS RGBa 16, 79, 146,1 rgba(16,79,146,1)
CMYK Model cmyk(89%,46%,0%,42.75%)
HSL Color Space 211,80% ,32% hsl(211,80% ,32%)
HSV Color Space 211°, 89%, 57%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010000 01001111 10010010
Octal 20 117 222
Decimal 16 79 146
Hex 10 4f 92

Different shades of #104f92 color code.

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

Darkest of #104f92
#010408
Darker of #104f92
#061d36
Dark of #104f92
#0b3664
Base of #104f92
#104f92
Light of #104f92
#1568c0
Lighter
#2181e7
Lightest
#4f9bec

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

#104f92
#925310

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

Split Complementary

#104f92
#921210
#909210

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

Analogous Color

#109289
#108592
#104f92
#102492
#321092

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

#104f92
#4f9210
#92104f

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

#104f92
#92104f
#925310
#109253

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

#104f92
#921090
#925310
#109212

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 #104f92

#000000
#010408
#061d36
#0b3664
#104f92
#1568c0
#2181e7
#4f9bec
#7db5f1

Tints of #104f92 Color

#104f92
#2a629e
#4576aa
#5f89b6
#7a9dc2
#94b0ce
#afc4da
#c9d7e6
#e4ebf2
#ffffff

Shades of #104f92 color code

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

#104f92
#0e4681
#0c3d71
#0a3461
#082b51
#072340
#051a30
#031120
#010810
#000000

Tones

#104f92
#204f82
#305072
#415061
#515151

Tones

Similar Color like #104f92 color

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

#115093
#125194
#135295
#145396
#155497
#165598
#175699
#18579a
#19589b
#1a599c
#1b5a9d
#1c5b9e
#1d5c9f
#1e5da0
#0f4e91
#0e4d90
#0d4c8f
#0c4b8e
#0b4a8d
#0a498c
#09488b
#08478a
#074689
#064588
#054487
#044386
#034285
#024184

Download this Dark Blue

Hex #104f92 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.

#104f92 Color Code Preview on Black Background Color

This is how #104f92 Color will look on black background color. Color contrast ratio is 2.56

#104f92 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #104f92

HTML with inline CSS

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

Your Example Paragraph content text in with font color #104f92

#104f92 color code is use for CSS Background Color

Background color for the above div is #104f92

HTML with inline CSS

<div style="background-color:#104f92;"></div>

#104f92 color code is use for CSS Border Color

CSS Border color for the above div is #104f92

HTML with inline CSS

<div style="border:5px solid #104f92;"></div>

CSS Border Left color for the above div is #104f92

HTML with inline CSS

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

CSS Border Right color for the above div is #104f92

HTML with inline CSS

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

CSS Border Bottom color for the above div is #104f92

HTML with inline CSS

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

CSS Border Top color for the above div is #104f92

HTML with inline CSS

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

#104f92 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#104f92 Color code Preview on White Background

This is how #104f92 Color code will look on white background color. Color contrast ratio is 8.22

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

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,79,146,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(146,83,16,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(16,79,146,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }