COLOR #121D53

HEX: #121D53 RGB: (18,29,83)

Color info

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

RGB color model

#121D53 color RGB value is (18,29,83).

RGB: (18,29,83) (7%, 11%, 33%)

RGB channels and saturation

R 18 of 255 = 7%
G 29 of 255 = 11%
B 83 of 255 = 33%

18
29
83

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

Portions of RGB colors in percentages

R + G + B = 18 + 29 + 83 = 130 (100%)
R 18 of 130 ~ 13.85%
G 29 of 130 ~ 22.31%
B 83 of 130 ~ 63.85'%

%13.85
%22.31
%63.85

CMYK color model

#121D53 color CMYK value is (78,65,0,67).

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

CMYK: (78,65,0,67)
C78M65Y0K67 (78%, 65%, 0%, 67%)
(0.78 / 0.65 / 0.00 / 0.67)

CMYK percentages

%78.31
%65.06
%0
%67.45

Codes

Color #121D53 in popluar color models

12 1D 53
RGB 18 29 83
HSL 230° 64.36% 19.80%
HSB/HSV 230° 78.31% 32.55%
CMYK 78.31% 65.06% 0.00%
67.45%

Color #121D53 in popluar number systems.

HEX 12 1D 53
Decimal 18 29 83
Binary 10010 11101 1010011
Octal 22 35 123

Shades and tints

Shades of #121D53

#121D53
(18,29,83)
#111B4C
(17,27,76)
#101945
(16,25,69)
#0F173E
(15,23,62)
#0E1537
(14,21,55)
#0D1330
(13,19,48)
#0C1129
(12,17,41)
#0B0F22
(11,15,34)
#0A0D1B
(10,13,27)
#090B14
(9,11,20)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #121D53

#121D53
(18,29,83)
#273162
(39,49,98)
#3C4571
(60,69,113)
#515980
(81,89,128)
#666D8F
(102,109,143)
#7B819E
(123,129,158)
#9095AD
(144,149,173)
#A5A9BC
(165,169,188)
#BABDCB
(186,189,203)
#CFD1DA
(207,209,218)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121D53; }

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

This text font color is #121D53.

Background Color

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

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

This div background color is #121D53.

Border color

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

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

This div border color is #121D53.

Opacity

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

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

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

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

This text has shadow with #121D53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121D53.

Preview

Color preview on black background

This text has color #121D53 on black background.


Color preview on white background

This text has color #121D53 on white background.


Black color preview on #121D53 background

This text has black color on #121D53 background.


White color preview on #121D53 background

This text has white color on #121D53 background.


Related colors

Complementary color

Complementary color for #hex is #EDE2AC.


I love getcolorcode.com

Triadic colors

1 #53121D and #1D5312 with #121D53 are triadic colors.

2 #531D12 and #1D1253 with #121D53 are triadic colors.