COLOR #121A29

HEX: #121A29
RGB: (18,26,41)

Color info

#121A29 contains red, green and blue colors in about the same proportion. Web safe color of #121A29 is #000033 (or #003).

RGB color model

#121A29 color RGB value is (18,26,41).

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

RGB channels and saturation

R 18 of 255 = 7%
G 26 of 255 = 10%
B 41 of 255 = 16%

18
26
41

R + G + B ~ 11%. #121A29 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 26 + 41 = 85 (100%)
R 18 of 85 ~ 21.18%
G 26 of 85 ~ 30.59%
B 41 of 85 ~ 48.24%

%21.18
%30.59
%48.24

CMYK color model

#121A29 color CMYK value is (56,37,0,84).

  • cyan value is 56.10%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(56,37,0,84)
C56M37Y0K84 
(56%,37%,0%,84%)
(0.56/0.37/0.00/0.84)	

CMYK percentages

%56.1
%36.59
%0
%83.92

Codes

Color #121A29 in popluar color models

121A29
RGB182641
HSL219°38.98%11.57%
HSB/HSV219°56.10%16.08%
CMYK56.10%36.59%0.00%
83.92%

Color #121A29 in popluar number systems.

HEX121A29
Decimal182641
Binary1001011010101001
Octal223251

Shades and tints

Shades of #121A29

#121A29
(18,26,41)
#111826
(17,24,38)
#101623
(16,22,35)
#0F1420
(15,20,32)
#0E121D
(14,18,29)
#0D101A
(13,16,26)
#0C0E17
(12,14,23)
#0B0C14
(11,12,20)
#0A0A11
(10,10,17)
#09080E
(9,8,14)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #121A29

#121A29
(18,26,41)
#272E3C
(39,46,60)
#3C424F
(60,66,79)
#515662
(81,86,98)
#666A75
(102,106,117)
#7B7E88
(123,126,136)
#90929B
(144,146,155)
#A5A6AE
(165,166,174)
#BABAC1
(186,186,193)
#CFCED4
(207,206,212)
#E4E2E7
(228,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121A29; }

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

This text font color is #121A29.


Background Color

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

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

This div background color is #121A29.


Border color

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

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

This div border color is #121A29.


Opacity

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

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

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

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

This text has shadow with #121A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121A29 on black background.


Color preview on white background

This text has color #121A29 on white background.



Black color preview on #121A29 background

This text has black color on #121A29 background.


White color preview on #121A29 background

This text has white color on #121A29 background.