COLOR #121580

HEX: #121580
RGB: (18,21,128)

Color info

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

RGB color model

#121580 color RGB value is (18,21,128).

  • red value is 18;
  • green value is 21;
  • blue value is 128.
RGB:
(18,21,128)
(7%,8%,50%)

RGB channels and saturation

R 18 of 255 = 7%
G 21 of 255 = 8%
B 128 of 255 = 50%

18
21
128

R + G + B ~ 22%. #121580 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 21 + 128 = 167 (100%)
R 18 of 167 ~ 10.78%
G 21 of 167 ~ 12.57%
B 128 of 167 ~ 76.65%

%10.78
%12.57
%76.65

CMYK color model

#121580 color CMYK value is (86,84,0,50).

  • cyan value is 85.94%
  • magenta value is 83.59%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(86,84,0,50)
C86M84Y0K50 
(86%,84%,0%,50%)
(0.86/0.84/0.00/0.50)	

CMYK percentages

%85.94
%83.59
%0
%49.8

Codes

Color #121580 in popluar color models

121580
RGB1821128
HSL238°75.34%28.63%
HSB/HSV238°85.94%50.20%
CMYK85.94%83.59%0.00%
49.80%

Color #121580 in popluar number systems.

HEX121580
Decimal1821128
Binary100101010110000000
Octal2225200

Shades and tints

Shades of #121580

#121580
(18,21,128)
#111475
(17,20,117)
#10136A
(16,19,106)
#0F125F
(15,18,95)
#0E1154
(14,17,84)
#0D1049
(13,16,73)
#0C0F3E
(12,15,62)
#0B0E33
(11,14,51)
#0A0D28
(10,13,40)
#090C1D
(9,12,29)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #121580

#121580
(18,21,128)
#272A8B
(39,42,139)
#3C3F96
(60,63,150)
#5154A1
(81,84,161)
#6669AC
(102,105,172)
#7B7EB7
(123,126,183)
#9093C2
(144,147,194)
#A5A8CD
(165,168,205)
#BABDD8
(186,189,216)
#CFD2E3
(207,210,227)
#E4E7EE
(228,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121580 color. Also use rgb(18,21,128) instead hex code.

Text Font Color

.myTextColor { color: #121580; }

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

This text font color is #121580.


Background Color

.myBgColor { background-color: #121580; }

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

This div background color is #121580.


Border color

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

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

This div border color is #121580.


Opacity

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

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

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

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

This text has shadow with #121580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121580 on black background.


Color preview on white background

This text has color #121580 on white background.



Black color preview on #121580 background

This text has black color on #121580 background.


White color preview on #121580 background

This text has white color on #121580 background.