COLOR #120F78

HEX: #120F78
RGB: (18,15,120)

Color info

#120F78 contains mainly blue color. Web safe color of #120F78 is #000066 (or #006).

RGB color model

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

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

RGB channels and saturation

R 18 of 255 = 7%
G 15 of 255 = 6%
B 120 of 255 = 47%

18
15
120

R + G + B ~ 20%. #120F78 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 15 + 120 = 153 (100%)
R 18 of 153 ~ 11.76%
G 15 of 153 ~ 9.8%
B 120 of 153 ~ 78.43%

%11.76
%9.8
%78.43

CMYK color model

#120F78 color CMYK value is (85,88,0,53).

  • cyan value is 85.00%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(85,88,0,53)
C85M88Y0K53 
(85%,88%,0%,53%)
(0.85/0.88/0.00/0.53)	

CMYK percentages

%85
%87.5
%0
%52.94

Codes

Color #120F78 in popluar color models

120F78
RGB1815120
HSL242°77.78%26.47%
HSB/HSV242°87.50%47.06%
CMYK85.00%87.50%0.00%
52.94%

Color #120F78 in popluar number systems.

HEX120F78
Decimal1815120
Binary1001011111111000
Octal2217170

Shades and tints

Shades of #120F78

#120F78
(18,15,120)
#110E6E
(17,14,110)
#100D64
(16,13,100)
#0F0C5A
(15,12,90)
#0E0B50
(14,11,80)
#0D0A46
(13,10,70)
#0C093C
(12,9,60)
#0B0832
(11,8,50)
#0A0728
(10,7,40)
#09061E
(9,6,30)
#080514
(8,5,20)
#000000
(0,0,0)

Tints of #120F78

#120F78
(18,15,120)
#272484
(39,36,132)
#3C3990
(60,57,144)
#514E9C
(81,78,156)
#6663A8
(102,99,168)
#7B78B4
(123,120,180)
#908DC0
(144,141,192)
#A5A2CC
(165,162,204)
#BAB7D8
(186,183,216)
#CFCCE4
(207,204,228)
#E4E1F0
(228,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120F78; }

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

This text font color is #120F78.


Background Color

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

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

This div background color is #120F78.


Border color

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

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

This div border color is #120F78.


Opacity

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

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

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

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

This text has shadow with #120F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120F78 on black background.


Color preview on white background

This text has color #120F78 on white background.



Black color preview on #120F78 background

This text has black color on #120F78 background.


White color preview on #120F78 background

This text has white color on #120F78 background.