COLOR #121439

HEX: #121439
RGB: (18,20,57)

Color info

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

RGB color model

#121439 color RGB value is (18,20,57).

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

RGB channels and saturation

R 18 of 255 = 7%
G 20 of 255 = 8%
B 57 of 255 = 22%

18
20
57

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

Portions of RGB colors in percentages

R + G + B =
18 + 20 + 57 = 95 (100%)
R 18 of 95 ~ 18.95%
G 20 of 95 ~ 21.05%
B 57 of 95 ~ 60%

%18.95
%21.05
%60

CMYK color model

#121439 color CMYK value is (68,65,0,78).

  • cyan value is 68.42%
  • magenta value is 64.91%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(68,65,0,78)
C68M65Y0K78 
(68%,65%,0%,78%)
(0.68/0.65/0.00/0.78)	

CMYK percentages

%68.42
%64.91
%0
%77.65

Codes

Color #121439 in popluar color models

121439
RGB182057
HSL237°52.00%14.71%
HSB/HSV237°68.42%22.35%
CMYK68.42%64.91%0.00%
77.65%

Color #121439 in popluar number systems.

HEX121439
Decimal182057
Binary1001010100111001
Octal222471

Shades and tints

Shades of #121439

#121439
(18,20,57)
#111334
(17,19,52)
#10122F
(16,18,47)
#0F112A
(15,17,42)
#0E1025
(14,16,37)
#0D0F20
(13,15,32)
#0C0E1B
(12,14,27)
#0B0D16
(11,13,22)
#0A0C11
(10,12,17)
#090B0C
(9,11,12)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #121439

#121439
(18,20,57)
#27294B
(39,41,75)
#3C3E5D
(60,62,93)
#51536F
(81,83,111)
#666881
(102,104,129)
#7B7D93
(123,125,147)
#9092A5
(144,146,165)
#A5A7B7
(165,167,183)
#BABCC9
(186,188,201)
#CFD1DB
(207,209,219)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121439; }

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

This text font color is #121439.


Background Color

.myBgColor { background-color: #121439; }

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

This div background color is #121439.


Border color

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

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

This div border color is #121439.


Opacity

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

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

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

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

This text has shadow with #121439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121439 on black background.


Color preview on white background

This text has color #121439 on white background.



Black color preview on #121439 background

This text has black color on #121439 background.


White color preview on #121439 background

This text has white color on #121439 background.