COLOR #121139

HEX: #121139
RGB: (18,17,57)

Color info

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

RGB color model

#121139 color RGB value is (18,17,57).

  • red value is 18;
  • green value is 17;
  • blue value is 57.
RGB:
(18,17,57)
(7%,7%,22%)

RGB channels and saturation

R 18 of 255 = 7%
G 17 of 255 = 7%
B 57 of 255 = 22%

18
17
57

R + G + B ~ 12%. #121139 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 17 + 57 = 92 (100%)
R 18 of 92 ~ 19.57%
G 17 of 92 ~ 18.48%
B 57 of 92 ~ 61.96%

%19.57
%18.48
%61.96

CMYK color model

#121139 color CMYK value is (68,70,0,78).

  • cyan value is 68.42%
  • magenta value is 70.18%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(68,70,0,78)
C68M70Y0K78 
(68%,70%,0%,78%)
(0.68/0.70/0.00/0.78)	

CMYK percentages

%68.42
%70.18
%0
%77.65

Codes

Color #121139 in popluar color models

121139
RGB181757
HSL242°54.05%14.51%
HSB/HSV242°70.18%22.35%
CMYK68.42%70.18%0.00%
77.65%

Color #121139 in popluar number systems.

HEX121139
Decimal181757
Binary1001010001111001
Octal222171

Shades and tints

Shades of #121139

#121139
(18,17,57)
#111034
(17,16,52)
#100F2F
(16,15,47)
#0F0E2A
(15,14,42)
#0E0D25
(14,13,37)
#0D0C20
(13,12,32)
#0C0B1B
(12,11,27)
#0B0A16
(11,10,22)
#0A0911
(10,9,17)
#09080C
(9,8,12)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #121139

#121139
(18,17,57)
#27264B
(39,38,75)
#3C3B5D
(60,59,93)
#51506F
(81,80,111)
#666581
(102,101,129)
#7B7A93
(123,122,147)
#908FA5
(144,143,165)
#A5A4B7
(165,164,183)
#BAB9C9
(186,185,201)
#CFCEDB
(207,206,219)
#E4E3ED
(228,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121139 color. Also use rgb(18,17,57) instead hex code.

Text Font Color

.myTextColor { color: #121139; }

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

This text font color is #121139.


Background Color

.myBgColor { background-color: #121139; }

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

This div background color is #121139.


Border color

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

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

This div border color is #121139.


Opacity

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

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

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

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

This text has shadow with #121139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121139 on black background.


Color preview on white background

This text has color #121139 on white background.



Black color preview on #121139 background

This text has black color on #121139 background.


White color preview on #121139 background

This text has white color on #121139 background.