crispedge.com

Color picker

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

#1188bb hex color - Blue - Cool color - Information

#1188bb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #1188bb Color code in RGB color code model is created after adding 6.67% red color, 53.33% green color and 73.33% blue color. Hex #1188bb Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 27% magenta, 0% yellow and 27% black.

Hex #1188bb color code is a web safe color. Next web safe color code is #0077aa and previous web safe color code is #0099cc. You can see here many more shades of #1188bb color code.

0 Likes 0 Comments | 41 Views

Color Table

Hex Color Code1188bb#1188bb
RGB Decimal17, 136, 187rgb(17, 136, 187)
RGB Percent7%, 53%, 73%rgb(7%, 53%, 73%)
CSS RGBa17, 136, 187,1rgba(17,136,187,1)
CMYK Modelcmyk(91%,27%,0%,27%)
HSL Color Space198,83% ,40%hsl(198,83% ,40%)
HSV Color Space198°, 91%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100011000100010111011
Octal21210273
Decimal17136187
Hex1188bb

Different shades of #1188bb color code.

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

Light Shade of #1188bb
#15aaea
Dark Shade of #1188bb
#0d668c
Saturated Shade of #1188bb
#078cc5
Desaturated Shade of #1188bb
#1b84b1
Grey scale Shade of #1188bb
#666666
Brighten Shade
#2aa1d4
Most Readable Shade
#FFFFFF

Shades of #1188bb color code

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

#1188bb
#0f78a6
#0d6991
#0b5a7c
#094b67
#073c53
#052d3e
#031e29
#010f14
#000000

Similar Color like #1188bb color

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

#1289bc
#138abd
#148bbe
#158cbf
#168dc0
#178ec1
#188fc2
#1990c3
#1a91c4
#1b92c5
#1c93c6
#1d94c7
#1e95c8
#1f96c9
#1087ba
#0f86b9
#0e85b8
#0d84b7
#0c83b6
#0b82b5
#0a81b4
#0980b3
#087fb2
#077eb1
#067db0
#057caf
#047bae
#037aad

Monochromatic Color with #1188bb

#1188bb
#15a7e5
#020c11
#052b3b
#094a66
#0d6990

Tints of #1188bb Color

#1188bb
#2b95c2
#45a2ca
#60afd1
#7abcd9
#95cae0
#afd7e8
#cae4ef
#e4f1f7
#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

#1188bb
#bb4411

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

Split Complementary

#1188bb
#bb1133
#bb9911

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

Analogous Color

#11bbaa
#11aabb
#1188bb
#1166bb
#1144bb

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

#1188bb
#bb1188
#88bb11

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

#1188bb
#9911bb
#bb4411
#33bb11

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

#1188bb
#bb4411
#bb9911
#1133bb

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 #1188bb 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.

#1188bb Color Code Preview on Black Background Color

This is how #1188bb Color will look on black background color. Color contrast ratio is 5.26

#1188bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1188bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1188bb

#1188bb color code is use for CSS Background Color

Background color for the above div is #1188bb

HTML with inline CSS

<div style="background-color:#1188bb;"></div>

#1188bb color code is use for CSS Border Color

CSS Border color for the above div is #1188bb

HTML with inline CSS

<div style="border:5px solid #1188bb;"></div>

CSS Border Left color for the above div is #1188bb

HTML with inline CSS

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

CSS Border Right color for the above div is #1188bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1188bb

HTML with inline CSS

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

CSS Border Top color for the above div is #1188bb

HTML with inline CSS

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

#1188bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1188bb Color code Preview on White Background

This is how #1188bb Color code will look on white background color. Color contrast ratio is 3.99

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

Related Gradients

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

0 Likes 0 Comments | 41 Views

Post your comment:-

By submitting comment you agree to our privacy policy.