COLOR #121040

HEX: #121040
RGB: (18,16,64)

Color info

#121040 contains red, green and blue colors in about the same proportion. Web safe color of #121040 is #000033 (or #003).

RGB color model

#121040 color RGB value is (18,16,64).

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

RGB channels and saturation

R 18 of 255 = 7%
G 16 of 255 = 6%
B 64 of 255 = 25%

18
16
64

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

Portions of RGB colors in percentages

R + G + B =
18 + 16 + 64 = 98 (100%)
R 18 of 98 ~ 18.37%
G 16 of 98 ~ 16.33%
B 64 of 98 ~ 65.31%

%18.37
%16.33
%65.31

CMYK color model

#121040 color CMYK value is (72,75,0,75).

  • cyan value is 71.88%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(72,75,0,75)
C72M75Y0K75 
(72%,75%,0%,75%)
(0.72/0.75/0.00/0.75)	

CMYK percentages

%71.88
%75
%0
%74.9

Codes

Color #121040 in popluar color models

121040
RGB181664
HSL243°60.00%15.69%
HSB/HSV243°75.00%25.10%
CMYK71.88%75.00%0.00%
74.90%

Color #121040 in popluar number systems.

HEX121040
Decimal181664
Binary10010100001000000
Octal2220100

Shades and tints

Shades of #121040

#121040
(18,16,64)
#110F3B
(17,15,59)
#100E36
(16,14,54)
#0F0D31
(15,13,49)
#0E0C2C
(14,12,44)
#0D0B27
(13,11,39)
#0C0A22
(12,10,34)
#0B091D
(11,9,29)
#0A0818
(10,8,24)
#090713
(9,7,19)
#08060E
(8,6,14)
#000000
(0,0,0)

Tints of #121040

#121040
(18,16,64)
#272551
(39,37,81)
#3C3A62
(60,58,98)
#514F73
(81,79,115)
#666484
(102,100,132)
#7B7995
(123,121,149)
#908EA6
(144,142,166)
#A5A3B7
(165,163,183)
#BAB8C8
(186,184,200)
#CFCDD9
(207,205,217)
#E4E2EA
(228,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121040; }

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

This text font color is #121040.


Background Color

.myBgColor { background-color: #121040; }

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

This div background color is #121040.


Border color

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

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

This div border color is #121040.


Opacity

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

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

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

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

This text has shadow with #121040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121040 on black background.


Color preview on white background

This text has color #121040 on white background.



Black color preview on #121040 background

This text has black color on #121040 background.


White color preview on #121040 background

This text has white color on #121040 background.