COLOR #121D86

HEX: #121D86
RGB: (18,29,134)

Color info

#121D86 contains mainly blue color. Web safe color of #121D86 is #003399 (or #039).

RGB color model

#121D86 color RGB value is (18,29,134).

  • red value is 18;
  • green value is 29;
  • blue value is 134.
RGB:
(18,29,134)
(7%,11%,53%)

RGB channels and saturation

R 18 of 255 = 7%
G 29 of 255 = 11%
B 134 of 255 = 53%

18
29
134

R + G + B ~ 24%. #121D86 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 29 + 134 = 181 (100%)
R 18 of 181 ~ 9.94%
G 29 of 181 ~ 16.02%
B 134 of 181 ~ 74.03%

%9.94
%16.02
%74.03

CMYK color model

#121D86 color CMYK value is (87,78,0,47).

  • cyan value is 86.57%
  • magenta value is 78.36%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(87,78,0,47)
C87M78Y0K47 
(87%,78%,0%,47%)
(0.87/0.78/0.00/0.47)	

CMYK percentages

%86.57
%78.36
%0
%47.45

Codes

Color #121D86 in popluar color models

121D86
RGB1829134
HSL234°76.32%29.80%
HSB/HSV234°86.57%52.55%
CMYK86.57%78.36%0.00%
47.45%

Color #121D86 in popluar number systems.

HEX121D86
Decimal1829134
Binary100101110110000110
Octal2235206

Shades and tints

Shades of #121D86

#121D86
(18,29,134)
#111B7A
(17,27,122)
#10196E
(16,25,110)
#0F1762
(15,23,98)
#0E1556
(14,21,86)
#0D134A
(13,19,74)
#0C113E
(12,17,62)
#0B0F32
(11,15,50)
#0A0D26
(10,13,38)
#090B1A
(9,11,26)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #121D86

#121D86
(18,29,134)
#273191
(39,49,145)
#3C459C
(60,69,156)
#5159A7
(81,89,167)
#666DB2
(102,109,178)
#7B81BD
(123,129,189)
#9095C8
(144,149,200)
#A5A9D3
(165,169,211)
#BABDDE
(186,189,222)
#CFD1E9
(207,209,233)
#E4E5F4
(228,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121D86; }

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

This text font color is #121D86.


Background Color

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

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

This div background color is #121D86.


Border color

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

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

This div border color is #121D86.


Opacity

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

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

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

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

This text has shadow with #121D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121D86 on black background.


Color preview on white background

This text has color #121D86 on white background.



Black color preview on #121D86 background

This text has black color on #121D86 background.


White color preview on #121D86 background

This text has white color on #121D86 background.