crispedge.com

Color picker

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

#13151c hex color - Blue - Cool color - Information

#13151c hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #13151c Color code in RGB color code model is created after adding 7.45% red color, 8.24% green color and 10.98% blue color. Hex #13151c Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 25% magenta, 0% yellow and 89% black.

Hex #13151c color code is between #111122 web safe hex color code and #222211 web safe hex color code. #111122 is the nearest web safe color code. You can see here many more shades of #13151c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code13151c#13151c
RGB Decimal19, 21, 28rgb(19, 21, 28)
RGB Percent7%, 8%, 11%rgb(7%, 8%, 11%)
CSS RGBa19, 21, 28,1rgba(19,21,28,1)
CMYK Modelcmyk(32%,25%,0%,89%)
HSL Color Space227,19% ,9%hsl(227,19% ,9%)
HSV Color Space227°, 32%, 11%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100110001010100011100
Octal232534
Decimal192128
Hex13151c

Different shades of #13151c color code.

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

Light Shade of #13151c
#282c3a
Dark Shade of #13151c
#000000
Saturated Shade of #13151c
#11141e
Desaturated Shade of #13151c
#15161a
Grey scale Shade of #13151c
#171717
Brighten Shade
#2c2e35
Most Readable Shade
#FFFFFF

Shades of #13151c color code

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

#13151c
#101218
#0e1015
#0c0e12
#0a0b0f
#08090c
#060709
#040406
#020203
#000000

Similar Color like #13151c color

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

#14161d
#15171e
#16181f
#171920
#181a21
#191b22
#1a1c23
#1b1d24
#1c1e25
#1d1f26
#1e2027
#1f2128
#202229
#21232a
#12141b
#11131a
#101219
#0f1118
#0e1017
#0d0f16
#0c0e15
#0b0d14
#0a0c13
#090b12
#080a11
#070910
#06080f
#05070e

Monochromatic Color with #13151c

#13151c
#303546
#4d5571
#6a759b
#8694c6
#a3b4f0

Tints of #13151c Color

#13151c
#2d2f35
#47494e
#616367
#7b7d80
#96979a
#b0b1b3
#cacbcc
#e4e5e5
#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

#13151c
#1c1a13

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

Split Complementary

#13151c
#1c1513
#1a1c13

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

Analogous Color

#13191c
#13171c
#13151c
#13131c
#15131c

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

#13151c
#1c1315
#151c13

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

#13151c
#1c1319
#1c1a13
#131c15

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

#13151c
#1c1a13
#1a1c13
#15131c

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 #13151c 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.

#13151c Color Code Preview on Black Background Color

This is how #13151c Color will look on black background color. Color contrast ratio is 1.15

#13151c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13151c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13151c

#13151c color code is use for CSS Background Color

Background color for the above div is #13151c

HTML with inline CSS

<div style="background-color:#13151c;"></div>

#13151c color code is use for CSS Border Color

CSS Border color for the above div is #13151c

HTML with inline CSS

<div style="border:5px solid #13151c;"></div>

CSS Border Left color for the above div is #13151c

HTML with inline CSS

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

CSS Border Right color for the above div is #13151c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #13151c

HTML with inline CSS

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

CSS Border Top color for the above div is #13151c

HTML with inline CSS

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

#13151c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#13151c Color code Preview on White Background

This is how #13151c Color code will look on white background color. Color contrast ratio is 18.23

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

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.