COLOR #121E37

HEX: #121E37
RGB: (18,30,55)

Color info

#121E37 contains red, green and blue colors in about the same proportion. Web safe color of #121E37 is #003333 (or #033).

RGB color model

#121E37 color RGB value is (18,30,55).

  • red value is 18;
  • green value is 30;
  • blue value is 55.
RGB:
(18,30,55)
(7%,12%,22%)

RGB channels and saturation

R 18 of 255 = 7%
G 30 of 255 = 12%
B 55 of 255 = 22%

18
30
55

R + G + B ~ 14%. #121E37 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 30 + 55 = 103 (100%)
R 18 of 103 ~ 17.48%
G 30 of 103 ~ 29.13%
B 55 of 103 ~ 53.4%

%17.48
%29.13
%53.4

CMYK color model

#121E37 color CMYK value is (67,45,0,78).

  • cyan value is 67.27%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(67,45,0,78)
C67M45Y0K78 
(67%,45%,0%,78%)
(0.67/0.45/0.00/0.78)	

CMYK percentages

%67.27
%45.45
%0
%78.43

Codes

Color #121E37 in popluar color models

121E37
RGB183055
HSL221°50.68%14.31%
HSB/HSV221°67.27%21.57%
CMYK67.27%45.45%0.00%
78.43%

Color #121E37 in popluar number systems.

HEX121E37
Decimal183055
Binary1001011110110111
Octal223667

Shades and tints

Shades of #121E37

#121E37
(18,30,55)
#111C32
(17,28,50)
#101A2D
(16,26,45)
#0F1828
(15,24,40)
#0E1623
(14,22,35)
#0D141E
(13,20,30)
#0C1219
(12,18,25)
#0B1014
(11,16,20)
#0A0E0F
(10,14,15)
#090C0A
(9,12,10)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #121E37

#121E37
(18,30,55)
#273249
(39,50,73)
#3C465B
(60,70,91)
#515A6D
(81,90,109)
#666E7F
(102,110,127)
#7B8291
(123,130,145)
#9096A3
(144,150,163)
#A5AAB5
(165,170,181)
#BABEC7
(186,190,199)
#CFD2D9
(207,210,217)
#E4E6EB
(228,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121E37 color. Also use rgb(18,30,55) instead hex code.

Text Font Color

.myTextColor { color: #121E37; }

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

This text font color is #121E37.


Background Color

.myBgColor { background-color: #121E37; }

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

This div background color is #121E37.


Border color

.myBorderColor { border: 1px solid #121E37; }

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

This div border color is #121E37.


Opacity

.myOpacity80 { color: #121E37; opacity: 0.8; }

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

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

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

This text has shadow with #121E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121E37 on black background.


Color preview on white background

This text has color #121E37 on white background.



Black color preview on #121E37 background

This text has black color on #121E37 background.


White color preview on #121E37 background

This text has white color on #121E37 background.