crispedge.com

Color picker

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

#090e12 hex color - Blue - Cool color - Information

#090e12 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #090e12 Color code in RGB color code model is created after adding 3.53% red color, 5.49% green color and 7.06% blue color. Hex #090e12 Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 22% magenta, 0% yellow and 93% black.

Hex #090e12 color code is between #111111 web safe hex color code and #000022 web safe hex color code. #111111 is the nearest web safe color code. You can see here many more shades of #090e12 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Code090e12#090e12
RGB Decimal9, 14, 18rgb(9, 14, 18)
RGB Percent4%, 5%, 7%rgb(4%, 5%, 7%)
CSS RGBa9, 14, 18,1rgba(9,14,18,1)
CMYK Modelcmyk(50%,22%,0%,93%)
HSL Color Space207,33% ,5%hsl(207,33% ,5%)
HSV Color Space207°, 50%, 7%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010010000111000010010
Octal111622
Decimal91418
Hex090e12

Different shades of #090e12 color code.

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

Light Shade of #090e12
#1a2834
Dark Shade of #090e12
#000000
Saturated Shade of #090e12
#080e13
Desaturated Shade of #090e12
#0a0e11
Grey scale Shade of #090e12
#0d0d0d
Brighten Shade
#22272b
Most Readable Shade
#FFFFFF

Shades of #090e12 color code

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

#090e12
#080c10
#070a0e
#06090c
#05070a
#040608
#030406
#020304
#010102
#000000

Similar Color like #090e12 color

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

#0a0f13
#0b1014
#0c1115
#0d1216
#0e1317
#0f1418
#101519
#11161a
#12171b
#13181c
#14191d
#151a1e
#161b1f
#171c20
#080d11
#070c10
#060b0f
#050a0e
#04090d
#03080c
#02070b
#01060a
#000509
#000408
#000307
#000206
#000105
#000004

Monochromatic Color with #090e12

#090e12
#1e2f3c
#335067
#497191
#5e92bc
#73b3e6

Tints of #090e12 Color

#090e12
#24282c
#3f4346
#5b5e61
#76797b
#919395
#adaeb0
#c8c9ca
#e3e4e4
#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

#090e12
#120d09

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

Split Complementary

#090e12
#12090a
#121109

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

Analogous Color

#091212
#091012
#090e12
#090c12
#090a12

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

#090e12
#12090e
#0e1209

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

#090e12
#110912
#120d09
#091209

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

#090e12
#120d09
#121109
#090a12

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 #090e12 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.

#090e12 Color Code Preview on Black Background Color

This is how #090e12 Color will look on black background color. Color contrast ratio is 1.08

#090e12 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #090e12

HTML with inline CSS

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

Your Example Paragraph content text in with font color #090e12

#090e12 color code is use for CSS Background Color

Background color for the above div is #090e12

HTML with inline CSS

<div style="background-color:#090e12;"></div>

#090e12 color code is use for CSS Border Color

CSS Border color for the above div is #090e12

HTML with inline CSS

<div style="border:5px solid #090e12;"></div>

CSS Border Left color for the above div is #090e12

HTML with inline CSS

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

CSS Border Right color for the above div is #090e12

HTML with inline CSS

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

CSS Border Bottom color for the above div is #090e12

HTML with inline CSS

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

CSS Border Top color for the above div is #090e12

HTML with inline CSS

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

#090e12 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#090e12 Color code Preview on White Background

This is how #090e12 Color code will look on white background color. Color contrast ratio is 19.39

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.