COLOR #121081

HEX: #121081
RGB: (18,16,129)

Color info

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

RGB color model

#121081 color RGB value is (18,16,129).

  • red value is 18;
  • green value is 16;
  • blue value is 129.
RGB:
(18,16,129)
(7%,6%,51%)

RGB channels and saturation

R 18 of 255 = 7%
G 16 of 255 = 6%
B 129 of 255 = 51%

18
16
129

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

Portions of RGB colors in percentages

R + G + B =
18 + 16 + 129 = 163 (100%)
R 18 of 163 ~ 11.04%
G 16 of 163 ~ 9.82%
B 129 of 163 ~ 79.14%

%11.04
%9.82
%79.14

CMYK color model

#121081 color CMYK value is (86,88,0,49).

  • cyan value is 86.05%
  • magenta value is 87.60%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(86,88,0,49)
C86M88Y0K49 
(86%,88%,0%,49%)
(0.86/0.88/0.00/0.49)	

CMYK percentages

%86.05
%87.6
%0
%49.41

Codes

Color #121081 in popluar color models

121081
RGB1816129
HSL241°77.93%28.43%
HSB/HSV241°87.60%50.59%
CMYK86.05%87.60%0.00%
49.41%

Color #121081 in popluar number systems.

HEX121081
Decimal1816129
Binary100101000010000001
Octal2220201

Shades and tints

Shades of #121081

#121081
(18,16,129)
#110F76
(17,15,118)
#100E6B
(16,14,107)
#0F0D60
(15,13,96)
#0E0C55
(14,12,85)
#0D0B4A
(13,11,74)
#0C0A3F
(12,10,63)
#0B0934
(11,9,52)
#0A0829
(10,8,41)
#09071E
(9,7,30)
#080613
(8,6,19)
#000000
(0,0,0)

Tints of #121081

#121081
(18,16,129)
#27258C
(39,37,140)
#3C3A97
(60,58,151)
#514FA2
(81,79,162)
#6664AD
(102,100,173)
#7B79B8
(123,121,184)
#908EC3
(144,142,195)
#A5A3CE
(165,163,206)
#BAB8D9
(186,184,217)
#CFCDE4
(207,205,228)
#E4E2EF
(228,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121081 color. Also use rgb(18,16,129) instead hex code.

Text Font Color

.myTextColor { color: #121081; }

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

This text font color is #121081.


Background Color

.myBgColor { background-color: #121081; }

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

This div background color is #121081.


Border color

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

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

This div border color is #121081.


Opacity

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

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

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

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

This text has shadow with #121081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121081 on black background.


Color preview on white background

This text has color #121081 on white background.



Black color preview on #121081 background

This text has black color on #121081 background.


White color preview on #121081 background

This text has white color on #121081 background.