crispedge.com

Color picker

Loading...

#013d98 hex color - Blue - Cool color - Information

#013d98 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #013d98 Color code in RGB color code model is created after adding 0.39% red color, 23.92% green color and 59.61% blue color. Hex #013d98 Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 60% magenta, 0% yellow and 40% black.

Hex #013d98 color code is between #004499 web safe hex color code and #003388 web safe hex color code. #004499 is the nearest web safe color code. You can see here many more shades of #013d98 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code013d98#013d98
RGB Decimal1, 61, 152rgb(1, 61, 152)
RGB Percent0%, 24%, 60%rgb(0%, 24%, 60%)
CSS RGBa1, 61, 152,1rgba(1,61,152,1)
CMYK Modelcmyk(99%,60%,0%,40%)
HSL Color Space216,99% ,30%hsl(216,99% ,30%)
HSV Color Space216°, 99%, 60%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000010011110110011000
Octal175230
Decimal161152
Hex013d98

Different shades of #013d98 color code.

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

Light Shade of #013d98
#0151cb
Dark Shade of #013d98
#012965
Saturated Shade of #013d98
#003d99
Desaturated Shade of #013d98
#093f90
Grey scale Shade of #013d98
#4d4d4d
Brighten Shade
#1a56b1
Most Readable Shade
#FFFFFF

Shades of #013d98 color code

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

#013d98
#003687
#002f76
#002865
#002154
#001b43
#001432
#000d21
#000610
#000000

Similar Color like #013d98 color

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

#023e99
#033f9a
#04409b
#05419c
#06429d
#07439e
#08449f
#0945a0
#0a46a1
#0b47a2
#0c48a3
#0d49a4
#0e4aa5
#0f4ba6
#003c97
#003b96
#003a95
#003994
#003893
#003792
#003691
#003590
#00348f
#00338e
#00328d
#00318c
#00308b
#002f8a

Monochromatic Color with #013d98

#013d98
#014ec2
#025fed
#000a18
#001b43
#012c6d

Tints of #013d98 Color

#013d98
#1d52a3
#3968ae
#557dba
#7193c5
#8ea8d1
#aabedc
#c6d3e8
#e2e9f3
#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

#013d98
#985c01

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

Split Complementary

#013d98
#981001
#899801

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

Analogous Color

#017998
#015b98
#013d98
#011f98
#010198

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

#013d98
#98013d
#3d9801

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

#013d98
#980188
#985c01
#019811

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

#013d98
#985c01
#899801
#100198

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 #013d98 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.

#013d98 Color Code Preview on Black Background Color

This is how #013d98 Color will look on black background color. Color contrast ratio is 2.12

#013d98 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #013d98

HTML with inline CSS

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

Your Example Paragraph content text in with font color #013d98

#013d98 color code is use for CSS Background Color

Background color for the above div is #013d98

HTML with inline CSS

<div style="background-color:#013d98;"></div>

#013d98 color code is use for CSS Border Color

CSS Border color for the above div is #013d98

HTML with inline CSS

<div style="border:5px solid #013d98;"></div>

CSS Border Left color for the above div is #013d98

HTML with inline CSS

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

CSS Border Right color for the above div is #013d98

HTML with inline CSS

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

CSS Border Bottom color for the above div is #013d98

HTML with inline CSS

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

CSS Border Top color for the above div is #013d98

HTML with inline CSS

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

#013d98 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#013d98 Color code Preview on White Background

This is how #013d98 Color code will look on white background color. Color contrast ratio is 9.90

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

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(1,61,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(152,92,1,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(1,61,152,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.