COLOR #121E46

HEX: #121E46
RGB: (18,30,70)

Color info

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

RGB color model

#121E46 color RGB value is (18,30,70).

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

RGB channels and saturation

R 18 of 255 = 7%
G 30 of 255 = 12%
B 70 of 255 = 27%

18
30
70

R + G + B ~ 15%. #121E46 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 30 + 70 = 118 (100%)
R 18 of 118 ~ 15.25%
G 30 of 118 ~ 25.42%
B 70 of 118 ~ 59.32%

%15.25
%25.42
%59.32

CMYK color model

#121E46 color CMYK value is (74,57,0,73).

  • cyan value is 74.29%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(74,57,0,73)
C74M57Y0K73 
(74%,57%,0%,73%)
(0.74/0.57/0.00/0.73)	

CMYK percentages

%74.29
%57.14
%0
%72.55

Codes

Color #121E46 in popluar color models

121E46
RGB183070
HSL226°59.09%17.25%
HSB/HSV226°74.29%27.45%
CMYK74.29%57.14%0.00%
72.55%

Color #121E46 in popluar number systems.

HEX121E46
Decimal183070
Binary10010111101000110
Octal2236106

Shades and tints

Shades of #121E46

#121E46
(18,30,70)
#111C40
(17,28,64)
#101A3A
(16,26,58)
#0F1834
(15,24,52)
#0E162E
(14,22,46)
#0D1428
(13,20,40)
#0C1222
(12,18,34)
#0B101C
(11,16,28)
#0A0E16
(10,14,22)
#090C10
(9,12,16)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #121E46

#121E46
(18,30,70)
#273256
(39,50,86)
#3C4666
(60,70,102)
#515A76
(81,90,118)
#666E86
(102,110,134)
#7B8296
(123,130,150)
#9096A6
(144,150,166)
#A5AAB6
(165,170,182)
#BABEC6
(186,190,198)
#CFD2D6
(207,210,214)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121E46; }

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

This text font color is #121E46.


Background Color

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

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

This div background color is #121E46.


Border color

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

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

This div border color is #121E46.


Opacity

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

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

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

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

This text has shadow with #121E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121E46 on black background.


Color preview on white background

This text has color #121E46 on white background.



Black color preview on #121E46 background

This text has black color on #121E46 background.


White color preview on #121E46 background

This text has white color on #121E46 background.