COLOR #121041

HEX: #121041
RGB: (18,16,65)

Color info

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

RGB color model

#121041 color RGB value is (18,16,65).

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

RGB channels and saturation

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

18
16
65

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

Portions of RGB colors in percentages

R + G + B =
18 + 16 + 65 = 99 (100%)
R 18 of 99 ~ 18.18%
G 16 of 99 ~ 16.16%
B 65 of 99 ~ 65.66%

%18.18
%16.16
%65.66

CMYK color model

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

  • cyan value is 72.31%
  • magenta value is 75.38%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(72,75,0,75)
C72M75Y0K75 
(72%,75%,0%,75%)
(0.72/0.75/0.00/0.75)	

CMYK percentages

%72.31
%75.38
%0
%74.51

Codes

Color #121041 in popluar color models

121041
RGB181665
HSL242°60.49%15.88%
HSB/HSV242°75.38%25.49%
CMYK72.31%75.38%0.00%
74.51%

Color #121041 in popluar number systems.

HEX121041
Decimal181665
Binary10010100001000001
Octal2220101

Shades and tints

Shades of #121041

#121041
(18,16,65)
#110F3C
(17,15,60)
#100E37
(16,14,55)
#0F0D32
(15,13,50)
#0E0C2D
(14,12,45)
#0D0B28
(13,11,40)
#0C0A23
(12,10,35)
#0B091E
(11,9,30)
#0A0819
(10,8,25)
#090714
(9,7,20)
#08060F
(8,6,15)
#000000
(0,0,0)

Tints of #121041

#121041
(18,16,65)
#272552
(39,37,82)
#3C3A63
(60,58,99)
#514F74
(81,79,116)
#666485
(102,100,133)
#7B7996
(123,121,150)
#908EA7
(144,142,167)
#A5A3B8
(165,163,184)
#BAB8C9
(186,184,201)
#CFCDDA
(207,205,218)
#E4E2EB
(228,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121041; }

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

This text font color is #121041.


Background Color

.myBgColor { background-color: #121041; }

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

This div background color is #121041.


Border color

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

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

This div border color is #121041.


Opacity

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

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

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

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

This text has shadow with #121041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121041 on black background.


Color preview on white background

This text has color #121041 on white background.



Black color preview on #121041 background

This text has black color on #121041 background.


White color preview on #121041 background

This text has white color on #121041 background.