Skip to main content Skip to docs navigation

#142fbb hex color | Dark Blue & Cool color | 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 Persian Blue and its hex is #1C39BB Nearest Color Name

Color Hue/Base color: Blue

Hex #142fbb Color code in RGB color code model is created after adding 7.84% red color, 18.43% green color and 73.33% blue color. Hex #142fbb Color code in CMYK color (process color) code model is generated after subtraction of 89% cyan, 75% magenta, 0% yellow and 26.67% black.

Hex #142fbb color code is between #1133aa web safe hex color code and #2222cc web safe hex color code. #1133aa is the nearest web safe color code. You can see here many more shades of #142fbb color code.

RGB Chart

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

Color Table

Hex Color Code 142fbb #142fbb
RGB Decimal 20, 47, 187 20, 47, 187
RGB Percent 8%, 18%, 73% rgb(8%, 18%, 73%)
CSS RGBa 20, 47, 187,1 rgba(20,47,187,1)
CMYK Model cmyk(89%,75%,0%,26.67%)
HSL Color Space 230,81% ,41% hsl(230,81% ,41%)
HSV Color Space 230°, 89%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010100 00101111 10111011
Octal 24 57 273
Decimal 20 47 187
Hex 14 2f bb

Different shades of #142fbb color code.

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

Darkest of #142fbb
#050c31
Darker of #142fbb
#0a185f
Dark of #142fbb
#0f238d
Base of #142fbb
#142fbb
Light of #142fbb
#1b3ce7
Lighter
#4964ec
Lightest
#778bf1

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

#142fbb
#bba014

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

Split Complementary

#142fbb
#bb4d14
#83bb14

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

Analogous Color

#1490bb
#1475bb
#142fbb
#3114bb
#7614bb

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

#142fbb
#2fbb14
#bb142f

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

#142fbb
#bb142f
#bba014
#14bba0

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

#142fbb
#bb1483
#bba014
#14bb4d

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 #142fbb

#000103
#050c31
#0a185f
#0f238d
#142fbb
#1b3ce7
#4964ec
#778bf1
#a6b2f5

Tints of #142fbb Color

#142fbb
#2e46c2
#485dca
#6274d1
#7c8bd9
#96a2e0
#b0b9e8
#cad0ef
#e4e7f7
#ffffff

Shades of #142fbb color code

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

#142fbb
#1129a6
#0f2491
#0d1f7c
#0b1a67
#081453
#060f3e
#040a29
#020514
#000000

Tones

#142fbb
#293da6
#3d4b92
#52597d
#676768

Tones

Similar Color like #142fbb color

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

#1530bc
#1631bd
#1732be
#1833bf
#1934c0
#1a35c1
#1b36c2
#1c37c3
#1d38c4
#1e39c5
#1f3ac6
#203bc7
#213cc8
#223dc9
#132eba
#122db9
#112cb8
#102bb7
#0f2ab6
#0e29b5
#0d28b4
#0c27b3
#0b26b2
#0a25b1
#0924b0
#0823af
#0722ae
#0621ad

Download this

Hex #142fbb 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.

#142fbb Color Code Preview on Black Background Color

This is how #142fbb Color will look on black background color. Color contrast ratio is 2.15

#142fbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #142fbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #142fbb

#142fbb color code is use for CSS Background Color

Background color for the above div is #142fbb

HTML with inline CSS

<div style="background-color:#142fbb;"></div>

#142fbb color code is use for CSS Border Color

CSS Border color for the above div is #142fbb

HTML with inline CSS

<div style="border:5px solid #142fbb;"></div>

CSS Border Left color for the above div is #142fbb

HTML with inline CSS

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

CSS Border Right color for the above div is #142fbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #142fbb

HTML with inline CSS

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

CSS Border Top color for the above div is #142fbb

HTML with inline CSS

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

#142fbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#142fbb Color code Preview on White Background

This is how #142fbb Color code will look on white background color. Color contrast ratio is 9.75

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(20,47,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(187,160,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,47,187,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }