COLOR #121B29

HEX: #121B29
RGB: (18,27,41)

Color info

#121B29 contains red, green and blue colors in about the same proportion. Web safe color of #121B29 is #003333 (or #033).

RGB color model

#121B29 color RGB value is (18,27,41).

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

RGB channels and saturation

R 18 of 255 = 7%
G 27 of 255 = 11%
B 41 of 255 = 16%

18
27
41

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

Portions of RGB colors in percentages

R + G + B =
18 + 27 + 41 = 86 (100%)
R 18 of 86 ~ 20.93%
G 27 of 86 ~ 31.4%
B 41 of 86 ~ 47.67%

%20.93
%31.4
%47.67

CMYK color model

#121B29 color CMYK value is (56,34,0,84).

  • cyan value is 56.10%
  • magenta value is 34.15%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(56,34,0,84)
C56M34Y0K84 
(56%,34%,0%,84%)
(0.56/0.34/0.00/0.84)	

CMYK percentages

%56.1
%34.15
%0
%83.92

Codes

Color #121B29 in popluar color models

121B29
RGB182741
HSL217°38.98%11.57%
HSB/HSV217°56.10%16.08%
CMYK56.10%34.15%0.00%
83.92%

Color #121B29 in popluar number systems.

HEX121B29
Decimal182741
Binary1001011011101001
Octal223351

Shades and tints

Shades of #121B29

#121B29
(18,27,41)
#111926
(17,25,38)
#101723
(16,23,35)
#0F1520
(15,21,32)
#0E131D
(14,19,29)
#0D111A
(13,17,26)
#0C0F17
(12,15,23)
#0B0D14
(11,13,20)
#0A0B11
(10,11,17)
#09090E
(9,9,14)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #121B29

#121B29
(18,27,41)
#272F3C
(39,47,60)
#3C434F
(60,67,79)
#515762
(81,87,98)
#666B75
(102,107,117)
#7B7F88
(123,127,136)
#90939B
(144,147,155)
#A5A7AE
(165,167,174)
#BABBC1
(186,187,193)
#CFCFD4
(207,207,212)
#E4E3E7
(228,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121B29; }

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

This text font color is #121B29.


Background Color

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

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

This div background color is #121B29.


Border color

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

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

This div border color is #121B29.


Opacity

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

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

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

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

This text has shadow with #121B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121B29 on black background.


Color preview on white background

This text has color #121B29 on white background.



Black color preview on #121B29 background

This text has black color on #121B29 background.


White color preview on #121B29 background

This text has white color on #121B29 background.