COLOR #120550

HEX: #120550
RGB: (18,5,80)

Color info

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

RGB color model

#120550 color RGB value is (18,5,80).

  • red value is 18;
  • green value is 5;
  • blue value is 80.
RGB:
(18,5,80)
(7%,2%,31%)

RGB channels and saturation

R 18 of 255 = 7%
G 5 of 255 = 2%
B 80 of 255 = 31%

18
5
80

R + G + B ~ 13%. #120550 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 5 + 80 = 103 (100%)
R 18 of 103 ~ 17.48%
G 5 of 103 ~ 4.85%
B 80 of 103 ~ 77.67%

%17.48
%77.67

CMYK color model

#120550 color CMYK value is (78,94,0,69).

  • cyan value is 77.50%
  • magenta value is 93.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(78,94,0,69)
C78M94Y0K69 
(78%,94%,0%,69%)
(0.78/0.94/0.00/0.69)	

CMYK percentages

%77.5
%93.75
%0
%68.63

Codes

Color #120550 in popluar color models

120550
RGB18580
HSL250°88.24%16.67%
HSB/HSV250°93.75%31.37%
CMYK77.50%93.75%0.00%
68.63%

Color #120550 in popluar number systems.

HEX120550
Decimal18580
Binary100101011010000
Octal225120

Shades and tints

Shades of #120550

#120550
(18,5,80)
#110549
(17,5,73)
#100542
(16,5,66)
#0F053B
(15,5,59)
#0E0534
(14,5,52)
#0D052D
(13,5,45)
#0C0526
(12,5,38)
#0B051F
(11,5,31)
#0A0518
(10,5,24)
#090511
(9,5,17)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #120550

#120550
(18,5,80)
#271B5F
(39,27,95)
#3C316E
(60,49,110)
#51477D
(81,71,125)
#665D8C
(102,93,140)
#7B739B
(123,115,155)
#9089AA
(144,137,170)
#A59FB9
(165,159,185)
#BAB5C8
(186,181,200)
#CFCBD7
(207,203,215)
#E4E1E6
(228,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120550 color. Also use rgb(18,5,80) instead hex code.

Text Font Color

.myTextColor { color: #120550; }

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

This text font color is #120550.


Background Color

.myBgColor { background-color: #120550; }

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

This div background color is #120550.


Border color

.myBorderColor { border: 1px solid #120550; }

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

This div border color is #120550.


Opacity

.myOpacity80 { color: #120550; opacity: 0.8; }

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

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

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

This text has shadow with #120550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120550 on black background.


Color preview on white background

This text has color #120550 on white background.



Black color preview on #120550 background

This text has black color on #120550 background.


White color preview on #120550 background

This text has white color on #120550 background.