COLOR #123B57

HEX: #123B57
RGB: (18,59,87)

Color info

#123B57 contains mainly green and blue colors. Web safe color of #123B57 is #003366 (or #036).

RGB color model

#123B57 color RGB value is (18,59,87).

  • red value is 18;
  • green value is 59;
  • blue value is 87.
RGB:
(18,59,87)
(7%,23%,34%)

RGB channels and saturation

R 18 of 255 = 7%
G 59 of 255 = 23%
B 87 of 255 = 34%

18
59
87

R + G + B ~ 21%. #123B57 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 59 + 87 = 164 (100%)
R 18 of 164 ~ 10.98%
G 59 of 164 ~ 35.98%
B 87 of 164 ~ 53.05%

%10.98
%35.98
%53.05

CMYK color model

#123B57 color CMYK value is (79,32,0,66).

  • cyan value is 79.31%
  • magenta value is 32.18%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(79,32,0,66)
C79M32Y0K66 
(79%,32%,0%,66%)
(0.79/0.32/0.00/0.66)	

CMYK percentages

%79.31
%32.18
%0
%65.88

Codes

Color #123B57 in popluar color models

123B57
RGB185987
HSL204°65.71%20.59%
HSB/HSV204°79.31%34.12%
CMYK79.31%32.18%0.00%
65.88%

Color #123B57 in popluar number systems.

HEX123B57
Decimal185987
Binary100101110111010111
Octal2273127

Shades and tints

Shades of #123B57

#123B57
(18,59,87)
#113650
(17,54,80)
#103149
(16,49,73)
#0F2C42
(15,44,66)
#0E273B
(14,39,59)
#0D2234
(13,34,52)
#0C1D2D
(12,29,45)
#0B1826
(11,24,38)
#0A131F
(10,19,31)
#090E18
(9,14,24)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #123B57

#123B57
(18,59,87)
#274C66
(39,76,102)
#3C5D75
(60,93,117)
#516E84
(81,110,132)
#667F93
(102,127,147)
#7B90A2
(123,144,162)
#90A1B1
(144,161,177)
#A5B2C0
(165,178,192)
#BAC3CF
(186,195,207)
#CFD4DE
(207,212,222)
#E4E5ED
(228,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123B57 color. Also use rgb(18,59,87) instead hex code.

Text Font Color

.myTextColor { color: #123B57; }

<p style="color:#123B57">This sample text font color is #123B57.</p>

This text font color is #123B57.


Background Color

.myBgColor { background-color: #123B57; }

<div style="background-color:#123B57">Inner text</div>

This div background color is #123B57.


Border color

.myBorderColor { border: 1px solid #123B57; }

<div style="border:3px solid #123B57">Div</div>

This div border color is #123B57.


Opacity

.myOpacity80 { color: #123B57; opacity: 0.8; }

<p style="color:#123B57;opacity:0.8;">80%</p>

Text with #123B57 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #123B57;}

<p style="text-shadow: 3px 3px 1px #123B57">Text here.</p>

This text has shadow with #123B57 color.

.textShadow {text-shadow: 3px 3px 1px #123B57, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #123B57, 5px 5px 20px red">Text here.</p>

This text has shadow with #123B57 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#123B57, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#123B57, Direction=45, Strength=4)">Text</p>

This text has shadow with #123B57 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #123B57;
  -webkit-box-shadow:	1px 1px 3px 2px #123B57;
  box-shadow:		1px 1px 3px 2px #123B57;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #123B57;
-webkit-box-shadow: 1px 1px 3px 2px #123B57;
box-shadow:1px 1px 3px 2px #123B57;">
Div content here</div>
This div box has shadow with color #123B57.

Preview

Color preview on black background

This text has color #123B57 on black background.


Color preview on white background

This text has color #123B57 on white background.



Black color preview on #123B57 background

This text has black color on #123B57 background.


White color preview on #123B57 background

This text has white color on #123B57 background.