COLOR #123B6C

HEX: #123B6C RGB: (18,59,108)

Color info

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

RGB color model

#123B6C color RGB value is (18,59,108).

RGB: (18,59,108) (7%, 23%, 42%)

RGB channels and saturation

R 18 of 255 = 7%
G 59 of 255 = 23%
B 108 of 255 = 42%

18
59
108

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

Portions of RGB colors in percentages

R + G + B = 18 + 59 + 108 = 185 (100%)
R 18 of 185 ~ 9.73%
G 59 of 185 ~ 31.89%
B 108 of 185 ~ 58.38'%

%31.89
%58.38

CMYK color model

#123B6C color CMYK value is (83,45,0,58).

  • cyan value is 83.33%
  • magenta value is 45.37%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (83,45,0,58)
C83M45Y0K58 (83%, 45%, 0%, 58%)
(0.83 / 0.45 / 0.00 / 0.58)

CMYK percentages

%83.33
%45.37
%0
%57.65

Codes

Color #123B6C in popluar color models

12 3B 6C
RGB 18 59 108
HSL 213° 71.43% 24.71%
HSB/HSV 213° 83.33% 42.35%
CMYK 83.33% 45.37% 0.00%
57.65%

Color #123B6C in popluar number systems.

HEX 12 3B 6C
Decimal 18 59 108
Binary 10010 111011 1101100
Octal 22 73 154

Shades and tints

Shades of #123B6C

#123B6C
(18,59,108)
#113663
(17,54,99)
#10315A
(16,49,90)
#0F2C51
(15,44,81)
#0E2748
(14,39,72)
#0D223F
(13,34,63)
#0C1D36
(12,29,54)
#0B182D
(11,24,45)
#0A1324
(10,19,36)
#090E1B
(9,14,27)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #123B6C

#123B6C
(18,59,108)
#274C79
(39,76,121)
#3C5D86
(60,93,134)
#516E93
(81,110,147)
#667FA0
(102,127,160)
#7B90AD
(123,144,173)
#90A1BA
(144,161,186)
#A5B2C7
(165,178,199)
#BAC3D4
(186,195,212)
#CFD4E1
(207,212,225)
#E4E5EE
(228,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123B6C; }

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

This text font color is #123B6C.

Background Color

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

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

This div background color is #123B6C.

Border color

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

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

This div border color is #123B6C.

Opacity

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

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

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

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

This text has shadow with #123B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #123B6C.

Preview

Color preview on black background

This text has color #123B6C on black background.


Color preview on white background

This text has color #123B6C on white background.


Black color preview on #123B6C background

This text has black color on #123B6C background.


White color preview on #123B6C background

This text has white color on #123B6C background.


Related colors

Complementary color

Complementary color for #hex is #EDC493.


I love getcolorcode.com

Triadic colors

1 #6C123B and #3B6C12 with #123B6C are triadic colors.

2 #6C3B12 and #3B126C with #123B6C are triadic colors.