COLOR #123B63

HEX: #123B63
RGB: (18,59,99)

Color info

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

RGB color model

#123B63 color RGB value is (18,59,99).

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

RGB channels and saturation

R 18 of 255 = 7%
G 59 of 255 = 23%
B 99 of 255 = 39%

18
59
99

R + G + B ~ 23%. #123B63 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 59 + 99 = 176 (100%)
R 18 of 176 ~ 10.23%
G 59 of 176 ~ 33.52%
B 99 of 176 ~ 56.25%

%10.23
%33.52
%56.25

CMYK color model

#123B63 color CMYK value is (82,40,0,61).

  • cyan value is 81.82%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(82,40,0,61)
C82M40Y0K61 
(82%,40%,0%,61%)
(0.82/0.40/0.00/0.61)	

CMYK percentages

%81.82
%40.4
%0
%61.18

Codes

Color #123B63 in popluar color models

123B63
RGB185999
HSL210°69.23%22.94%
HSB/HSV210°81.82%38.82%
CMYK81.82%40.40%0.00%
61.18%

Color #123B63 in popluar number systems.

HEX123B63
Decimal185999
Binary100101110111100011
Octal2273143

Shades and tints

Shades of #123B63

#123B63
(18,59,99)
#11365A
(17,54,90)
#103151
(16,49,81)
#0F2C48
(15,44,72)
#0E273F
(14,39,63)
#0D2236
(13,34,54)
#0C1D2D
(12,29,45)
#0B1824
(11,24,36)
#0A131B
(10,19,27)
#090E12
(9,14,18)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #123B63

#123B63
(18,59,99)
#274C71
(39,76,113)
#3C5D7F
(60,93,127)
#516E8D
(81,110,141)
#667F9B
(102,127,155)
#7B90A9
(123,144,169)
#90A1B7
(144,161,183)
#A5B2C5
(165,178,197)
#BAC3D3
(186,195,211)
#CFD4E1
(207,212,225)
#E4E5EF
(228,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123B63; }

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

This text font color is #123B63.


Background Color

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

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

This div background color is #123B63.


Border color

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

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

This div border color is #123B63.


Opacity

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

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

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

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

This text has shadow with #123B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123B63 on black background.


Color preview on white background

This text has color #123B63 on white background.



Black color preview on #123B63 background

This text has black color on #123B63 background.


White color preview on #123B63 background

This text has white color on #123B63 background.