crispedge.com

Color picker

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

#123b52 hex color - Green - Cool color - Information

#123b52 hex color - Green - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Green

Hex #123b52 Color code in RGB color code model is created after adding 7.06% red color, 23.14% green color and 32.16% blue color. Hex #123b52 Color code in CMYK color (process color) code model is generated after subtraction of 78% cyan, 28% magenta, 0% yellow and 68% black.

Hex #123b52 color code is between #113355 web safe hex color code and #224444 web safe hex color code. #113355 is the nearest web safe color code. You can see here many more shades of #123b52 color code.

0 Likes 0 Comments | 13 Views

Color Table

Hex Color Code123b52#123b52
RGB Decimal18, 59, 82rgb(18, 59, 82)
RGB Percent7%, 23%, 32%rgb(7%, 23%, 32%)
CSS RGBa18, 59, 82,1rgba(18,59,82,1)
CMYK Modelcmyk(78%,28%,0%,68%)
HSL Color Space202,64% ,20%hsl(202,64% ,20%)
HSV Color Space202°, 78%, 32%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100100011101101010010
Octal2273122
Decimal185982
Hex123b52

Different shades of #123b52 color code.

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

Light Shade of #123b52
#1b597c
Dark Shade of #123b52
#091d28
Saturated Shade of #123b52
#0d3c57
Desaturated Shade of #123b52
#173a4d
Grey scale Shade of #123b52
#323232
Brighten Shade
#2b546b
Most Readable Shade
#FFFFFF

Shades of #123b52 color code

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

#123b52
#103448
#0e2d3f
#0c2736
#0a202d
#081a24
#06131b
#040d12
#020609
#000000

Similar Color like #123b52 color

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

#133c53
#143d54
#153e55
#163f56
#174057
#184158
#194259
#1a435a
#1b445b
#1c455c
#1d465d
#1e475e
#1f485f
#204960
#113a51
#103950
#0f384f
#0e374e
#0d364d
#0c354c
#0b344b
#0a334a
#093249
#083148
#073047
#062f46
#052e45
#042d44

Monochromatic Color with #123b52

#123b52
#1b5a7c
#2578a7
#2e97d1
#37b5fc
#091c27

Tints of #123b52 Color

#123b52
#2c5065
#466678
#617c8b
#7b929e
#95a7b2
#b0bdc5
#cad3d8
#e4e9eb
#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

#123b52
#522912

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

Split Complementary

#123b52
#52121b
#524912

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

Analogous Color

#12524f
#124852
#123b52
#122e52
#122152

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

#123b52
#52123b
#3b5212

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

#123b52
#491252
#522912
#1b5212

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

#123b52
#522912
#524912
#121b52

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 #123b52 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.

#123b52 Color Code Preview on Black Background Color

This is how #123b52 Color will look on black background color. Color contrast ratio is 1.77

#123b52 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #123b52

HTML with inline CSS

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

Your Example Paragraph content text in with font color #123b52

#123b52 color code is use for CSS Background Color

Background color for the above div is #123b52

HTML with inline CSS

<div style="background-color:#123b52;"></div>

#123b52 color code is use for CSS Border Color

CSS Border color for the above div is #123b52

HTML with inline CSS

<div style="border:5px solid #123b52;"></div>

CSS Border Left color for the above div is #123b52

HTML with inline CSS

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

CSS Border Right color for the above div is #123b52

HTML with inline CSS

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

CSS Border Bottom color for the above div is #123b52

HTML with inline CSS

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

CSS Border Top color for the above div is #123b52

HTML with inline CSS

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

#123b52 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#123b52 Color code Preview on White Background

This is how #123b52 Color code will look on white background color. Color contrast ratio is 11.84

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

Related Gradients

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

0 Likes 0 Comments | 13 Views

Post your comment:-

By submitting comment you agree to our privacy policy.