COLOR #120A87

HEX: #120A87
RGB: (18,10,135)

Color info

#120A87 contains mainly blue color. Web safe color of #120A87 is #000099 (or #009).

RGB color model

#120A87 color RGB value is (18,10,135).

  • red value is 18;
  • green value is 10;
  • blue value is 135.
RGB:
(18,10,135)
(7%,4%,53%)

RGB channels and saturation

R 18 of 255 = 7%
G 10 of 255 = 4%
B 135 of 255 = 53%

18
10
135

R + G + B ~ 21%. #120A87 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 10 + 135 = 163 (100%)
R 18 of 163 ~ 11.04%
G 10 of 163 ~ 6.13%
B 135 of 163 ~ 82.82%

%11.04
%82.82

CMYK color model

#120A87 color CMYK value is (87,93,0,47).

  • cyan value is 86.67%
  • magenta value is 92.59%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(87,93,0,47)
C87M93Y0K47 
(87%,93%,0%,47%)
(0.87/0.93/0.00/0.47)	

CMYK percentages

%86.67
%92.59
%0
%47.06

Codes

Color #120A87 in popluar color models

120A87
RGB1810135
HSL244°86.21%28.43%
HSB/HSV244°92.59%52.94%
CMYK86.67%92.59%0.00%
47.06%

Color #120A87 in popluar number systems.

HEX120A87
Decimal1810135
Binary10010101010000111
Octal2212207

Shades and tints

Shades of #120A87

#120A87
(18,10,135)
#110A7B
(17,10,123)
#100A6F
(16,10,111)
#0F0A63
(15,10,99)
#0E0A57
(14,10,87)
#0D0A4B
(13,10,75)
#0C0A3F
(12,10,63)
#0B0A33
(11,10,51)
#0A0A27
(10,10,39)
#090A1B
(9,10,27)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #120A87

#120A87
(18,10,135)
#272091
(39,32,145)
#3C369B
(60,54,155)
#514CA5
(81,76,165)
#6662AF
(102,98,175)
#7B78B9
(123,120,185)
#908EC3
(144,142,195)
#A5A4CD
(165,164,205)
#BABAD7
(186,186,215)
#CFD0E1
(207,208,225)
#E4E6EB
(228,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120A87; }

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

This text font color is #120A87.


Background Color

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

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

This div background color is #120A87.


Border color

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

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

This div border color is #120A87.


Opacity

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

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

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

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

This text has shadow with #120A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120A87 on black background.


Color preview on white background

This text has color #120A87 on white background.



Black color preview on #120A87 background

This text has black color on #120A87 background.


White color preview on #120A87 background

This text has white color on #120A87 background.