COLOR #121338

HEX: #121338
RGB: (18,19,56)

Color info

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

RGB color model

#121338 color RGB value is (18,19,56).

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

RGB channels and saturation

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

18
19
56

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

Portions of RGB colors in percentages

R + G + B =
18 + 19 + 56 = 93 (100%)
R 18 of 93 ~ 19.35%
G 19 of 93 ~ 20.43%
B 56 of 93 ~ 60.22%

%19.35
%20.43
%60.22

CMYK color model

#121338 color CMYK value is (68,66,0,78).

  • cyan value is 67.86%
  • magenta value is 66.07%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(68,66,0,78)
C68M66Y0K78 
(68%,66%,0%,78%)
(0.68/0.66/0.00/0.78)	

CMYK percentages

%67.86
%66.07
%0
%78.04

Codes

Color #121338 in popluar color models

121338
RGB181956
HSL238°51.35%14.51%
HSB/HSV238°67.86%21.96%
CMYK67.86%66.07%0.00%
78.04%

Color #121338 in popluar number systems.

HEX121338
Decimal181956
Binary1001010011111000
Octal222370

Shades and tints

Shades of #121338

#121338
(18,19,56)
#111233
(17,18,51)
#10112E
(16,17,46)
#0F1029
(15,16,41)
#0E0F24
(14,15,36)
#0D0E1F
(13,14,31)
#0C0D1A
(12,13,26)
#0B0C15
(11,12,21)
#0A0B10
(10,11,16)
#090A0B
(9,10,11)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #121338

#121338
(18,19,56)
#27284A
(39,40,74)
#3C3D5C
(60,61,92)
#51526E
(81,82,110)
#666780
(102,103,128)
#7B7C92
(123,124,146)
#9091A4
(144,145,164)
#A5A6B6
(165,166,182)
#BABBC8
(186,187,200)
#CFD0DA
(207,208,218)
#E4E5EC
(228,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121338; }

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

This text font color is #121338.


Background Color

.myBgColor { background-color: #121338; }

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

This div background color is #121338.


Border color

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

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

This div border color is #121338.


Opacity

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

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

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

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

This text has shadow with #121338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121338 on black background.


Color preview on white background

This text has color #121338 on white background.



Black color preview on #121338 background

This text has black color on #121338 background.


White color preview on #121338 background

This text has white color on #121338 background.