COLOR #123A53

HEX: #123A53 RGB: (18,58,83)

Color info

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

RGB color model

#123A53 color RGB value is (18,58,83).

RGB: (18,58,83) (7%, 23%, 33%)

RGB channels and saturation

R 18 of 255 = 7%
G 58 of 255 = 23%
B 83 of 255 = 33%

18
58
83

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

Portions of RGB colors in percentages

R + G + B = 18 + 58 + 83 = 159 (100%)
R 18 of 159 ~ 11.32%
G 58 of 159 ~ 36.48%
B 83 of 159 ~ 52.2'%

%11.32
%36.48
%52.2

CMYK color model

#123A53 color CMYK value is (78,30,0,67).

  • cyan value is 78.31%
  • magenta value is 30.12%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (78,30,0,67)
C78M30Y0K67 (78%, 30%, 0%, 67%)
(0.78 / 0.30 / 0.00 / 0.67)

CMYK percentages

%78.31
%30.12
%0
%67.45

Codes

Color #123A53 in popluar color models

12 3A 53
RGB 18 58 83
HSL 203° 64.36% 19.80%
HSB/HSV 203° 78.31% 32.55%
CMYK 78.31% 30.12% 0.00%
67.45%

Color #123A53 in popluar number systems.

HEX 12 3A 53
Decimal 18 58 83
Binary 10010 111010 1010011
Octal 22 72 123

Shades and tints

Shades of #123A53

#123A53
(18,58,83)
#11354C
(17,53,76)
#103045
(16,48,69)
#0F2B3E
(15,43,62)
#0E2637
(14,38,55)
#0D2130
(13,33,48)
#0C1C29
(12,28,41)
#0B1722
(11,23,34)
#0A121B
(10,18,27)
#090D14
(9,13,20)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #123A53

#123A53
(18,58,83)
#274B62
(39,75,98)
#3C5C71
(60,92,113)
#516D80
(81,109,128)
#667E8F
(102,126,143)
#7B8F9E
(123,143,158)
#90A0AD
(144,160,173)
#A5B1BC
(165,177,188)
#BAC2CB
(186,194,203)
#CFD3DA
(207,211,218)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123A53 color. Also use rgb(18,58,83) instead hex code.

Text Font Color

.myTextColor { color: #123A53; }

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

This text font color is #123A53.

Background Color

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

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

This div background color is #123A53.

Border color

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

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

This div border color is #123A53.

Opacity

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

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

Text with #123A53 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 #123A53;}

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

This text has shadow with #123A53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #123A53.

Preview

Color preview on black background

This text has color #123A53 on black background.


Color preview on white background

This text has color #123A53 on white background.


Black color preview on #123A53 background

This text has black color on #123A53 background.


White color preview on #123A53 background

This text has white color on #123A53 background.


Related colors

Complementary color

Complementary color for #hex is #EDC5AC.


I love getcolorcode.com

Triadic colors

1 #53123A and #3A5312 with #123A53 are triadic colors.

2 #533A12 and #3A1253 with #123A53 are triadic colors.