COLOR #121A91

HEX: #121A91
RGB: (18,26,145)

Color info

#121A91 contains mainly blue color. Web safe color of #121A91 is #000099 (or #009).

RGB color model

#121A91 color RGB value is (18,26,145).

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

RGB channels and saturation

R 18 of 255 = 7%
G 26 of 255 = 10%
B 145 of 255 = 57%

18
26
145

R + G + B ~ 25%. #121A91 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 26 + 145 = 189 (100%)
R 18 of 189 ~ 9.52%
G 26 of 189 ~ 13.76%
B 145 of 189 ~ 76.72%

%9.52
%13.76
%76.72

CMYK color model

#121A91 color CMYK value is (88,82,0,43).

  • cyan value is 87.59%
  • magenta value is 82.07%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(88,82,0,43)
C88M82Y0K43 
(88%,82%,0%,43%)
(0.88/0.82/0.00/0.43)	

CMYK percentages

%87.59
%82.07
%0
%43.14

Codes

Color #121A91 in popluar color models

121A91
RGB1826145
HSL236°77.91%31.96%
HSB/HSV236°87.59%56.86%
CMYK87.59%82.07%0.00%
43.14%

Color #121A91 in popluar number systems.

HEX121A91
Decimal1826145
Binary100101101010010001
Octal2232221

Shades and tints

Shades of #121A91

#121A91
(18,26,145)
#111884
(17,24,132)
#101677
(16,22,119)
#0F146A
(15,20,106)
#0E125D
(14,18,93)
#0D1050
(13,16,80)
#0C0E43
(12,14,67)
#0B0C36
(11,12,54)
#0A0A29
(10,10,41)
#09081C
(9,8,28)
#08060F
(8,6,15)
#000000
(0,0,0)

Tints of #121A91

#121A91
(18,26,145)
#272E9B
(39,46,155)
#3C42A5
(60,66,165)
#5156AF
(81,86,175)
#666AB9
(102,106,185)
#7B7EC3
(123,126,195)
#9092CD
(144,146,205)
#A5A6D7
(165,166,215)
#BABAE1
(186,186,225)
#CFCEEB
(207,206,235)
#E4E2F5
(228,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121A91; }

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

This text font color is #121A91.


Background Color

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

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

This div background color is #121A91.


Border color

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

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

This div border color is #121A91.


Opacity

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

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

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

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

This text has shadow with #121A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121A91 on black background.


Color preview on white background

This text has color #121A91 on white background.



Black color preview on #121A91 background

This text has black color on #121A91 background.


White color preview on #121A91 background

This text has white color on #121A91 background.