COLOR #120AE4

HEX: #120AE4
RGB: (18,10,228)

Color info

#120AE4 contains mainly blue color. Web safe color of #120AE4 is #0000CC (or #00C).

RGB color model

#120AE4 color RGB value is (18,10,228).

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

RGB channels and saturation

R 18 of 255 = 7%
G 10 of 255 = 4%
B 228 of 255 = 89%

18
10
228

R + G + B ~ 33%. #120AE4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 10 + 228 = 256 (100%)
R 18 of 256 ~ 7.03%
G 10 of 256 ~ 3.91%
B 228 of 256 ~ 89.06%

%89.06

CMYK color model

#120AE4 color CMYK value is (92,96,0,11).

  • cyan value is 92.11%
  • magenta value is 95.61%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(92,96,0,11)
C92M96Y0K11 
(92%,96%,0%,11%)
(0.92/0.96/0.00/0.11)	

CMYK percentages

%92.11
%95.61
%0
%10.59

Codes

Color #120AE4 in popluar color models

120AE4
RGB1810228
HSL242°91.60%46.67%
HSB/HSV242°95.61%89.41%
CMYK92.11%95.61%0.00%
10.59%

Color #120AE4 in popluar number systems.

HEX120AE4
Decimal1810228
Binary10010101011100100
Octal2212344

Shades and tints

Shades of #120AE4

#120AE4
(18,10,228)
#110AD0
(17,10,208)
#100ABC
(16,10,188)
#0F0AA8
(15,10,168)
#0E0A94
(14,10,148)
#0D0A80
(13,10,128)
#0C0A6C
(12,10,108)
#0B0A58
(11,10,88)
#0A0A44
(10,10,68)
#090A30
(9,10,48)
#080A1C
(8,10,28)
#000000
(0,0,0)

Tints of #120AE4

#120AE4
(18,10,228)
#2720E6
(39,32,230)
#3C36E8
(60,54,232)
#514CEA
(81,76,234)
#6662EC
(102,98,236)
#7B78EE
(123,120,238)
#908EF0
(144,142,240)
#A5A4F2
(165,164,242)
#BABAF4
(186,186,244)
#CFD0F6
(207,208,246)
#E4E6F8
(228,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120AE4; }

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

This text font color is #120AE4.


Background Color

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

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

This div background color is #120AE4.


Border color

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

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

This div border color is #120AE4.


Opacity

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

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

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

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

This text has shadow with #120AE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120AE4 on black background.


Color preview on white background

This text has color #120AE4 on white background.



Black color preview on #120AE4 background

This text has black color on #120AE4 background.


White color preview on #120AE4 background

This text has white color on #120AE4 background.