crispedge.com

Color picker

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

#05166b hex color - Blue - Cool color - Information

#05166b hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #05166b Color code in RGB color code model is created after adding 1.96% red color, 8.63% green color and 41.96% blue color. Hex #05166b Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 79% magenta, 0% yellow and 58% black.

Hex #05166b color code is between #001166 web safe hex color code and #002277 web safe hex color code. #001166 is the nearest web safe color code. You can see here many more shades of #05166b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code05166b#05166b
RGB Decimal5, 22, 107rgb(5, 22, 107)
RGB Percent2%, 9%, 42%rgb(2%, 9%, 42%)
CSS RGBa5, 22, 107,1rgba(5,22,107,1)
CMYK Modelcmyk(95%,79%,0%,58%)
HSL Color Space230,91% ,22%hsl(230,91% ,22%)
HSV Color Space230°, 95%, 42%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001010001011001101011
Octal526153
Decimal522107
Hex05166b

Different shades of #05166b color code.

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

Light Shade of #05166b
#07209c
Dark Shade of #05166b
#030c3a
Saturated Shade of #05166b
#001370
Desaturated Shade of #05166b
#0b1a65
Grey scale Shade of #05166b
#383838
Brighten Shade
#1e2f84
Most Readable Shade
#FFFFFF

Shades of #05166b color code

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

#05166b
#04135f
#031153
#030e47
#020c3b
#02092f
#010723
#010417
#00020b
#000000

Similar Color like #05166b color

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

#06176c
#07186d
#08196e
#091a6f
#0a1b70
#0b1c71
#0c1d72
#0d1e73
#0e1f74
#0f2075
#102176
#112277
#122378
#132479
#04156a
#031469
#021368
#011267
#001166
#001065
#000f64
#000e63
#000d62
#000c61
#000b60
#000a5f
#00095e
#00085d

Monochromatic Color with #05166b

#05166b
#071f95
#0927c0
#0b30ea
#010516
#030d40

Tints of #05166b Color

#05166b
#202f7b
#3c498b
#58639c
#747dac
#8f97bd
#abb1cd
#c7cbde
#e3e5ee
#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

#05166b
#6b5a05

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

Split Complementary

#05166b
#6b2705
#496b05

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

Analogous Color

#053f6b
#052a6b
#05166b
#08056b
#1d056b

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

#05166b
#6b0516
#166b05

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

#05166b
#6b0549
#6b5a05
#056b27

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

#05166b
#6b5a05
#496b05
#27056b

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 #05166b 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.

#05166b Color Code Preview on Black Background Color

This is how #05166b Color will look on black background color. Color contrast ratio is 1.33

#05166b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #05166b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #05166b

#05166b color code is use for CSS Background Color

Background color for the above div is #05166b

HTML with inline CSS

<div style="background-color:#05166b;"></div>

#05166b color code is use for CSS Border Color

CSS Border color for the above div is #05166b

HTML with inline CSS

<div style="border:5px solid #05166b;"></div>

CSS Border Left color for the above div is #05166b

HTML with inline CSS

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

CSS Border Right color for the above div is #05166b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #05166b

HTML with inline CSS

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

CSS Border Top color for the above div is #05166b

HTML with inline CSS

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

#05166b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#05166b Color code Preview on White Background

This is how #05166b Color code will look on white background color. Color contrast ratio is 15.75

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

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.