COLOR #123A6E

HEX: #123A6E RGB: (18,58,110)

Color info

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

RGB color model

#123A6E color RGB value is (18,58,110).

RGB: (18,58,110) (7%, 23%, 43%)

RGB channels and saturation

R 18 of 255 = 7%
G 58 of 255 = 23%
B 110 of 255 = 43%

18
58
110

R + G + B ~ 24%. #123A6E is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 58 + 110 = 186 (100%)
R 18 of 186 ~ 9.68%
G 58 of 186 ~ 31.18%
B 110 of 186 ~ 59.14'%

%9.68
%31.18
%59.14

CMYK color model

#123A6E color CMYK value is (84,47,0,57).

  • cyan value is 83.64%
  • magenta value is 47.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (84,47,0,57) C84M47Y0K57 (84%,47%,0%,57%) (0.84/0.47/0.00/0.57) 

CMYK percentages

%83.64
%47.27
%0
%56.86

Codes

Color #123A6E in popluar color models

12 3A 6E
RGB 18 58 110
HSL 214° 71.88% 25.10%
HSB/HSV 214° 83.64% 43.14%
CMYK 83.64% 47.27% 0.00%
56.86%

Color #123A6E in popluar number systems.

HEX 12 3A 6E
Decimal 18 58 110
Binary 10010 111010 1101110
Octal 22 72 156

Shades and tints

Shades of #123A6E

#123A6E
(18,58,110)
#113564
(17,53,100)
#10305A
(16,48,90)
#0F2B50
(15,43,80)
#0E2646
(14,38,70)
#0D213C
(13,33,60)
#0C1C32
(12,28,50)
#0B1728
(11,23,40)
#0A121E
(10,18,30)
#090D14
(9,13,20)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #123A6E

#123A6E
(18,58,110)
#274B7B
(39,75,123)
#3C5C88
(60,92,136)
#516D95
(81,109,149)
#667EA2
(102,126,162)
#7B8FAF
(123,143,175)
#90A0BC
(144,160,188)
#A5B1C9
(165,177,201)
#BAC2D6
(186,194,214)
#CFD3E3
(207,211,227)
#E4E4F0
(228,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123A6E; }

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

This text font color is #123A6E.

Background Color

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

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

This div background color is #123A6E.

Border color

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

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

This div border color is #123A6E.

Opacity

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

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

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

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

This text has shadow with #123A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #123A6E.

Preview

Color preview on black background

This text has color #123A6E on black background.


Color preview on white background

This text has color #123A6E on white background.


Black color preview on #123A6E background

This text has black color on #123A6E background.


White color preview on #123A6E background

This text has white color on #123A6E background.


Related colors

Complementary color

Complementary color for #hex is #EDC591.


I love getcolorcode.com

Triadic colors

1 #6E123A and #3A6E12 with #123A6E are triadic colors.

2 #6E3A12 and #3A126E with #123A6E are triadic colors.