COLOR #123F78

HEX: #123F78
RGB: (18,63,120)

Color info

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

RGB color model

#123F78 color RGB value is (18,63,120).

  • red value is 18;
  • green value is 63;
  • blue value is 120.
RGB:
(18,63,120)
(7%,25%,47%)

RGB channels and saturation

R 18 of 255 = 7%
G 63 of 255 = 25%
B 120 of 255 = 47%

18
63
120

R + G + B ~ 26%. #123F78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 63 + 120 = 201 (100%)
R 18 of 201 ~ 8.96%
G 63 of 201 ~ 31.34%
B 120 of 201 ~ 59.7%

%31.34
%59.7

CMYK color model

#123F78 color CMYK value is (85,48,0,53).

  • cyan value is 85.00%
  • magenta value is 47.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(85,48,0,53)
C85M48Y0K53 
(85%,48%,0%,53%)
(0.85/0.48/0.00/0.53)	

CMYK percentages

%85
%47.5
%0
%52.94

Codes

Color #123F78 in popluar color models

123F78
RGB1863120
HSL214°73.91%27.06%
HSB/HSV214°85.00%47.06%
CMYK85.00%47.50%0.00%
52.94%

Color #123F78 in popluar number systems.

HEX123F78
Decimal1863120
Binary100101111111111000
Octal2277170

Shades and tints

Shades of #123F78

#123F78
(18,63,120)
#113A6E
(17,58,110)
#103564
(16,53,100)
#0F305A
(15,48,90)
#0E2B50
(14,43,80)
#0D2646
(13,38,70)
#0C213C
(12,33,60)
#0B1C32
(11,28,50)
#0A1728
(10,23,40)
#09121E
(9,18,30)
#080D14
(8,13,20)
#000000
(0,0,0)

Tints of #123F78

#123F78
(18,63,120)
#275084
(39,80,132)
#3C6190
(60,97,144)
#51729C
(81,114,156)
#6683A8
(102,131,168)
#7B94B4
(123,148,180)
#90A5C0
(144,165,192)
#A5B6CC
(165,182,204)
#BAC7D8
(186,199,216)
#CFD8E4
(207,216,228)
#E4E9F0
(228,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123F78 color. Also use rgb(18,63,120) instead hex code.

Text Font Color

.myTextColor { color: #123F78; }

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

This text font color is #123F78.


Background Color

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

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

This div background color is #123F78.


Border color

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

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

This div border color is #123F78.


Opacity

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

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

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

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

This text has shadow with #123F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123F78 on black background.


Color preview on white background

This text has color #123F78 on white background.



Black color preview on #123F78 background

This text has black color on #123F78 background.


White color preview on #123F78 background

This text has white color on #123F78 background.