COLOR #121331

HEX: #121331
RGB: (18,19,49)

Color info

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

RGB color model

#121331 color RGB value is (18,19,49).

  • red value is 18;
  • green value is 19;
  • blue value is 49.
RGB:
(18,19,49)
(7%,7%,19%)

RGB channels and saturation

R 18 of 255 = 7%
G 19 of 255 = 7%
B 49 of 255 = 19%

18
19
49

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

Portions of RGB colors in percentages

R + G + B =
18 + 19 + 49 = 86 (100%)
R 18 of 86 ~ 20.93%
G 19 of 86 ~ 22.09%
B 49 of 86 ~ 56.98%

%20.93
%22.09
%56.98

CMYK color model

#121331 color CMYK value is (63,61,0,81).

  • cyan value is 63.27%
  • magenta value is 61.22%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(63,61,0,81)
C63M61Y0K81 
(63%,61%,0%,81%)
(0.63/0.61/0.00/0.81)	

CMYK percentages

%63.27
%61.22
%0
%80.78

Codes

Color #121331 in popluar color models

121331
RGB181949
HSL238°46.27%13.14%
HSB/HSV238°63.27%19.22%
CMYK63.27%61.22%0.00%
80.78%

Color #121331 in popluar number systems.

HEX121331
Decimal181949
Binary1001010011110001
Octal222361

Shades and tints

Shades of #121331

#121331
(18,19,49)
#11122D
(17,18,45)
#101129
(16,17,41)
#0F1025
(15,16,37)
#0E0F21
(14,15,33)
#0D0E1D
(13,14,29)
#0C0D19
(12,13,25)
#0B0C15
(11,12,21)
#0A0B11
(10,11,17)
#090A0D
(9,10,13)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #121331

#121331
(18,19,49)
#272843
(39,40,67)
#3C3D55
(60,61,85)
#515267
(81,82,103)
#666779
(102,103,121)
#7B7C8B
(123,124,139)
#90919D
(144,145,157)
#A5A6AF
(165,166,175)
#BABBC1
(186,187,193)
#CFD0D3
(207,208,211)
#E4E5E5
(228,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121331 color. Also use rgb(18,19,49) instead hex code.

Text Font Color

.myTextColor { color: #121331; }

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

This text font color is #121331.


Background Color

.myBgColor { background-color: #121331; }

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

This div background color is #121331.


Border color

.myBorderColor { border: 1px solid #121331; }

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

This div border color is #121331.


Opacity

.myOpacity80 { color: #121331; opacity: 0.8; }

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

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

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

This text has shadow with #121331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121331 on black background.


Color preview on white background

This text has color #121331 on white background.



Black color preview on #121331 background

This text has black color on #121331 background.


White color preview on #121331 background

This text has white color on #121331 background.