crispedge.com

Color picker

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

#1376d3 hex color - Blue - Cool color - Information

#1376d3 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #1376d3 Color code in RGB color code model is created after adding 7.45% red color, 46.27% green color and 82.75% blue color. Hex #1376d3 Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 44% magenta, 0% yellow and 17% black.

Hex #1376d3 color code is between #1177cc web safe hex color code and #2266dd web safe hex color code. #1177cc is the nearest web safe color code. You can see here many more shades of #1376d3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code1376d3#1376d3
RGB Decimal19, 118, 211rgb(19, 118, 211)
RGB Percent7%, 46%, 83%rgb(7%, 46%, 83%)
CSS RGBa19, 118, 211,1rgba(19,118,211,1)
CMYK Modelcmyk(91%,44%,0%,17%)
HSL Color Space209,83% ,45%hsl(209,83% ,45%)
HSV Color Space209°, 91%, 83%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100110111011011010011
Octal23166323
Decimal19118211
Hex1376d3

Different shades of #1376d3 color code.

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

Light Shade of #1376d3
#2d8fec
Dark Shade of #1376d3
#0f5ca4
Saturated Shade of #1376d3
#0876de
Desaturated Shade of #1376d3
#1f76c7
Grey scale Shade of #1376d3
#737373
Brighten Shade
#2c8fec
Most Readable Shade
#FFFFFF

Shades of #1376d3 color code

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

#1376d3
#1068bb
#0e5ba4
#0c4e8c
#0a4175
#08345d
#062746
#041a2e
#020d17
#000000

Similar Color like #1376d3 color

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

#1477d4
#1578d5
#1679d6
#177ad7
#187bd8
#197cd9
#1a7dda
#1b7edb
#1c7fdc
#1d80dd
#1e81de
#1f82df
#2083e0
#2184e1
#1275d2
#1174d1
#1073d0
#0f72cf
#0e71ce
#0d70cd
#0c6fcc
#0b6ecb
#0a6dca
#096cc9
#086bc8
#076ac7
#0669c6
#0568c5

Monochromatic Color with #1376d3

#1376d3
#178efd
#041729
#082f53
#0b467e
#0f5ea8

Tints of #1376d3 Color

#1376d3
#2d85d7
#4794dc
#61a3e1
#7bb2e6
#96c2eb
#b0d1f0
#cae0f5
#e4effa
#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

#1376d3
#d37013

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

Split Complementary

#1376d3
#d31316
#d3d013

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

Analogous Color

#13c3d3
#139cd3
#1376d3
#1350d3
#1329d3

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

#1376d3
#d31376
#76d313

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

#1376d3
#d013d3
#d37013
#16d313

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

#1376d3
#d37013
#d3d013
#1316d3

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 #1376d3 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.

#1376d3 Color Code Preview on Black Background Color

This is how #1376d3 Color will look on black background color. Color contrast ratio is 4.56

#1376d3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1376d3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1376d3

#1376d3 color code is use for CSS Background Color

Background color for the above div is #1376d3

HTML with inline CSS

<div style="background-color:#1376d3;"></div>

#1376d3 color code is use for CSS Border Color

CSS Border color for the above div is #1376d3

HTML with inline CSS

<div style="border:5px solid #1376d3;"></div>

CSS Border Left color for the above div is #1376d3

HTML with inline CSS

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

CSS Border Right color for the above div is #1376d3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1376d3

HTML with inline CSS

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

CSS Border Top color for the above div is #1376d3

HTML with inline CSS

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

#1376d3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1376d3 Color code Preview on White Background

This is how #1376d3 Color code will look on white background color. Color contrast ratio is 4.61

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

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.