COLOR #121337

HEX: #121337
RGB: (18,19,55)

Color info

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

RGB color model

#121337 color RGB value is (18,19,55).

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

RGB channels and saturation

R 18 of 255 = 7%
G 19 of 255 = 7%
B 55 of 255 = 22%

18
19
55

R + G + B ~ 12%. #121337 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 19 + 55 = 92 (100%)
R 18 of 92 ~ 19.57%
G 19 of 92 ~ 20.65%
B 55 of 92 ~ 59.78%

%19.57
%20.65
%59.78

CMYK color model

#121337 color CMYK value is (67,65,0,78).

  • cyan value is 67.27%
  • magenta value is 65.45%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(67,65,0,78)
C67M65Y0K78 
(67%,65%,0%,78%)
(0.67/0.65/0.00/0.78)	

CMYK percentages

%67.27
%65.45
%0
%78.43

Codes

Color #121337 in popluar color models

121337
RGB181955
HSL238°50.68%14.31%
HSB/HSV238°67.27%21.57%
CMYK67.27%65.45%0.00%
78.43%

Color #121337 in popluar number systems.

HEX121337
Decimal181955
Binary1001010011110111
Octal222367

Shades and tints

Shades of #121337

#121337
(18,19,55)
#111232
(17,18,50)
#10112D
(16,17,45)
#0F1028
(15,16,40)
#0E0F23
(14,15,35)
#0D0E1E
(13,14,30)
#0C0D19
(12,13,25)
#0B0C14
(11,12,20)
#0A0B0F
(10,11,15)
#090A0A
(9,10,10)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #121337

#121337
(18,19,55)
#272849
(39,40,73)
#3C3D5B
(60,61,91)
#51526D
(81,82,109)
#66677F
(102,103,127)
#7B7C91
(123,124,145)
#9091A3
(144,145,163)
#A5A6B5
(165,166,181)
#BABBC7
(186,187,199)
#CFD0D9
(207,208,217)
#E4E5EB
(228,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121337; }

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

This text font color is #121337.


Background Color

.myBgColor { background-color: #121337; }

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

This div background color is #121337.


Border color

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

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

This div border color is #121337.


Opacity

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

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

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

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

This text has shadow with #121337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121337 on black background.


Color preview on white background

This text has color #121337 on white background.



Black color preview on #121337 background

This text has black color on #121337 background.


White color preview on #121337 background

This text has white color on #121337 background.