COLOR #121539

HEX: #121539
RGB: (18,21,57)

Color info

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

RGB color model

#121539 color RGB value is (18,21,57).

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

RGB channels and saturation

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

18
21
57

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

Portions of RGB colors in percentages

R + G + B =
18 + 21 + 57 = 96 (100%)
R 18 of 96 ~ 18.75%
G 21 of 96 ~ 21.88%
B 57 of 96 ~ 59.38%

%18.75
%21.88
%59.38

CMYK color model

#121539 color CMYK value is (68,63,0,78).

  • cyan value is 68.42%
  • magenta value is 63.16%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(68,63,0,78)
C68M63Y0K78 
(68%,63%,0%,78%)
(0.68/0.63/0.00/0.78)	

CMYK percentages

%68.42
%63.16
%0
%77.65

Codes

Color #121539 in popluar color models

121539
RGB182157
HSL235°52.00%14.71%
HSB/HSV235°68.42%22.35%
CMYK68.42%63.16%0.00%
77.65%

Color #121539 in popluar number systems.

HEX121539
Decimal182157
Binary1001010101111001
Octal222571

Shades and tints

Shades of #121539

#121539
(18,21,57)
#111434
(17,20,52)
#10132F
(16,19,47)
#0F122A
(15,18,42)
#0E1125
(14,17,37)
#0D1020
(13,16,32)
#0C0F1B
(12,15,27)
#0B0E16
(11,14,22)
#0A0D11
(10,13,17)
#090C0C
(9,12,12)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #121539

#121539
(18,21,57)
#272A4B
(39,42,75)
#3C3F5D
(60,63,93)
#51546F
(81,84,111)
#666981
(102,105,129)
#7B7E93
(123,126,147)
#9093A5
(144,147,165)
#A5A8B7
(165,168,183)
#BABDC9
(186,189,201)
#CFD2DB
(207,210,219)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121539; }

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

This text font color is #121539.


Background Color

.myBgColor { background-color: #121539; }

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

This div background color is #121539.


Border color

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

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

This div border color is #121539.


Opacity

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

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

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

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

This text has shadow with #121539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121539 on black background.


Color preview on white background

This text has color #121539 on white background.



Black color preview on #121539 background

This text has black color on #121539 background.


White color preview on #121539 background

This text has white color on #121539 background.