COLOR #121E53

HEX: #121E53 RGB: (18,30,83)

Color info

#121E53 contains mainly green and blue colors. Web safe color of #121E53 is #003366 (or #036).

RGB color model

#121E53 color RGB value is (18,30,83).

RGB: (18,30,83) (7%, 12%, 33%)

RGB channels and saturation

R 18 of 255 = 7%
G 30 of 255 = 12%
B 83 of 255 = 33%

18
30
83

R + G + B ~ 17%. #121E53 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 30 + 83 = 131 (100%)
R 18 of 131 ~ 13.74%
G 30 of 131 ~ 22.9%
B 83 of 131 ~ 63.36'%

%13.74
%22.9
%63.36

CMYK color model

#121E53 color CMYK value is (78,64,0,67).

  • cyan value is 78.31%
  • magenta value is 63.86%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (78,64,0,67)
C78M64Y0K67 (78%, 64%, 0%, 67%)
(0.78 / 0.64 / 0.00 / 0.67)

CMYK percentages

%78.31
%63.86
%0
%67.45

Codes

Color #121E53 in popluar color models

12 1E 53
RGB 18 30 83
HSL 229° 64.36% 19.80%
HSB/HSV 229° 78.31% 32.55%
CMYK 78.31% 63.86% 0.00%
67.45%

Color #121E53 in popluar number systems.

HEX 12 1E 53
Decimal 18 30 83
Binary 10010 11110 1010011
Octal 22 36 123

Shades and tints

Shades of #121E53

#121E53
(18,30,83)
#111C4C
(17,28,76)
#101A45
(16,26,69)
#0F183E
(15,24,62)
#0E1637
(14,22,55)
#0D1430
(13,20,48)
#0C1229
(12,18,41)
#0B1022
(11,16,34)
#0A0E1B
(10,14,27)
#090C14
(9,12,20)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #121E53

#121E53
(18,30,83)
#273262
(39,50,98)
#3C4671
(60,70,113)
#515A80
(81,90,128)
#666E8F
(102,110,143)
#7B829E
(123,130,158)
#9096AD
(144,150,173)
#A5AABC
(165,170,188)
#BABECB
(186,190,203)
#CFD2DA
(207,210,218)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121E53; }

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

This text font color is #121E53.

Background Color

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

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

This div background color is #121E53.

Border color

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

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

This div border color is #121E53.

Opacity

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

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

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

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

This text has shadow with #121E53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121E53.

Preview

Color preview on black background

This text has color #121E53 on black background.


Color preview on white background

This text has color #121E53 on white background.


Black color preview on #121E53 background

This text has black color on #121E53 background.


White color preview on #121E53 background

This text has white color on #121E53 background.


Related colors

Complementary color

Complementary color for #hex is #EDE1AC.


I love getcolorcode.com

Triadic colors

1 #53121E and #1E5312 with #121E53 are triadic colors.

2 #531E12 and #1E1253 with #121E53 are triadic colors.