crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#131b48 hex color - Blue - Cool color - Information

#131b48 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #131b48 Color code in RGB color code model is created after adding 7.45% red color, 10.59% green color and 28.24% blue color. Hex #131b48 Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 63% magenta, 0% yellow and 72% black.

Hex #131b48 color code is between #112244 web safe hex color code and #221155 web safe hex color code. #112244 is the nearest web safe color code. You can see here many more shades of #131b48 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code131b48#131b48
RGB Decimal19, 27, 72rgb(19, 27, 72)
RGB Percent7%, 11%, 28%rgb(7%, 11%, 28%)
CSS RGBa19, 27, 72,1rgba(19,27,72,1)
CMYK Modelcmyk(74%,63%,0%,72%)
HSL Color Space231,58% ,18%hsl(231,58% ,18%)
HSV Color Space231°, 74%, 28%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100110001101101001000
Octal2333110
Decimal192772
Hex131b48

Different shades of #131b48 color code.

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

Light Shade of #131b48
#1e2a70
Dark Shade of #131b48
#080c20
Saturated Shade of #131b48
#0e184d
Desaturated Shade of #131b48
#181e43
Grey scale Shade of #131b48
#2d2d2d
Brighten Shade
#2c3461
Most Readable Shade
#FFFFFF

Shades of #131b48 color code

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

#131b48
#101840
#0e1538
#0c1230
#0a0f28
#080c20
#060918
#040610
#020308
#000000

Similar Color like #131b48 color

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

#141c49
#151d4a
#161e4b
#171f4c
#18204d
#19214e
#1a224f
#1b2350
#1c2451
#1d2552
#1e2653
#1f2754
#202855
#212956
#121a47
#111946
#101845
#0f1744
#0e1643
#0d1542
#0c1441
#0b1340
#0a123f
#09113e
#08103d
#070f3c
#060e3b
#050d3a

Monochromatic Color with #131b48

#131b48
#1e2b72
#293b9d
#354bc7
#405bf2
#080b1d

Tints of #131b48 Color

#131b48
#2d345c
#474d70
#616785
#7b8099
#9699ad
#b0b3c2
#caccd6
#e4e5ea
#ffffff

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

#131b48
#484013

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

Split Complementary

#131b48
#482513
#364813

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

Analogous Color

#133048
#132648
#131b48
#161348
#201348

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

#131b48
#48131b
#1b4813

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

#131b48
#481335
#484013
#134825

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#131b48
#484013
#364813
#251348

Double Complementary 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).

Hex #131b48 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.

#131b48 Color Code Preview on Black Background Color

This is how #131b48 Color will look on black background color. Color contrast ratio is 1.28

#131b48 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #131b48

HTML with inline CSS

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

Your Example Paragraph content text in with font color #131b48

#131b48 color code is use for CSS Background Color

Background color for the above div is #131b48

HTML with inline CSS

<div style="background-color:#131b48;"></div>

#131b48 color code is use for CSS Border Color

CSS Border color for the above div is #131b48

HTML with inline CSS

<div style="border:5px solid #131b48;"></div>

CSS Border Left color for the above div is #131b48

HTML with inline CSS

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

CSS Border Right color for the above div is #131b48

HTML with inline CSS

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

CSS Border Bottom color for the above div is #131b48

HTML with inline CSS

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

CSS Border Top color for the above div is #131b48

HTML with inline CSS

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

#131b48 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#131b48 Color code Preview on White Background

This is how #131b48 Color code will look on white background color. Color contrast ratio is 16.43

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.