COLOR #121A76

HEX: #121A76
RGB: (18,26,118)

Color info

#121A76 contains mainly blue color. Web safe color of #121A76 is #000066 (or #006).

RGB color model

#121A76 color RGB value is (18,26,118).

  • red value is 18;
  • green value is 26;
  • blue value is 118.
RGB:
(18,26,118)
(7%,10%,46%)

RGB channels and saturation

R 18 of 255 = 7%
G 26 of 255 = 10%
B 118 of 255 = 46%

18
26
118

R + G + B ~ 21%. #121A76 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 26 + 118 = 162 (100%)
R 18 of 162 ~ 11.11%
G 26 of 162 ~ 16.05%
B 118 of 162 ~ 72.84%

%11.11
%16.05
%72.84

CMYK color model

#121A76 color CMYK value is (85,78,0,54).

  • cyan value is 84.75%
  • magenta value is 77.97%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(85,78,0,54)
C85M78Y0K54 
(85%,78%,0%,54%)
(0.85/0.78/0.00/0.54)	

CMYK percentages

%84.75
%77.97
%0
%53.73

Codes

Color #121A76 in popluar color models

121A76
RGB1826118
HSL235°73.53%26.67%
HSB/HSV235°84.75%46.27%
CMYK84.75%77.97%0.00%
53.73%

Color #121A76 in popluar number systems.

HEX121A76
Decimal1826118
Binary10010110101110110
Octal2232166

Shades and tints

Shades of #121A76

#121A76
(18,26,118)
#11186C
(17,24,108)
#101662
(16,22,98)
#0F1458
(15,20,88)
#0E124E
(14,18,78)
#0D1044
(13,16,68)
#0C0E3A
(12,14,58)
#0B0C30
(11,12,48)
#0A0A26
(10,10,38)
#09081C
(9,8,28)
#080612
(8,6,18)
#000000
(0,0,0)

Tints of #121A76

#121A76
(18,26,118)
#272E82
(39,46,130)
#3C428E
(60,66,142)
#51569A
(81,86,154)
#666AA6
(102,106,166)
#7B7EB2
(123,126,178)
#9092BE
(144,146,190)
#A5A6CA
(165,166,202)
#BABAD6
(186,186,214)
#CFCEE2
(207,206,226)
#E4E2EE
(228,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121A76 color. Also use rgb(18,26,118) instead hex code.

Text Font Color

.myTextColor { color: #121A76; }

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

This text font color is #121A76.


Background Color

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

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

This div background color is #121A76.


Border color

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

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

This div border color is #121A76.


Opacity

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

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

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

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

This text has shadow with #121A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121A76 on black background.


Color preview on white background

This text has color #121A76 on white background.



Black color preview on #121A76 background

This text has black color on #121A76 background.


White color preview on #121A76 background

This text has white color on #121A76 background.