COLOR #121236

HEX: #121236
RGB: (18,18,54)

Color info

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

RGB color model

#121236 color RGB value is (18,18,54).

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

RGB channels and saturation

R 18 of 255 = 7%
G 18 of 255 = 7%
B 54 of 255 = 21%

18
18
54

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

Portions of RGB colors in percentages

R + G + B =
18 + 18 + 54 = 90 (100%)
R 18 of 90 ~ 20%
G 18 of 90 ~ 20%
B 54 of 90 ~ 60%

%20
%20
%60

CMYK color model

#121236 color CMYK value is (67,67,0,79).

  • cyan value is 66.67%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(67,67,0,79)
C67M67Y0K79 
(67%,67%,0%,79%)
(0.67/0.67/0.00/0.79)	

CMYK percentages

%66.67
%66.67
%0
%78.82

Codes

Color #121236 in popluar color models

121236
RGB181854
HSL240°50.00%14.12%
HSB/HSV240°66.67%21.18%
CMYK66.67%66.67%0.00%
78.82%

Color #121236 in popluar number systems.

HEX121236
Decimal181854
Binary1001010010110110
Octal222266

Shades and tints

Shades of #121236

#121236
(18,18,54)
#111132
(17,17,50)
#10102E
(16,16,46)
#0F0F2A
(15,15,42)
#0E0E26
(14,14,38)
#0D0D22
(13,13,34)
#0C0C1E
(12,12,30)
#0B0B1A
(11,11,26)
#0A0A16
(10,10,22)
#090912
(9,9,18)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #121236

#121236
(18,18,54)
#272748
(39,39,72)
#3C3C5A
(60,60,90)
#51516C
(81,81,108)
#66667E
(102,102,126)
#7B7B90
(123,123,144)
#9090A2
(144,144,162)
#A5A5B4
(165,165,180)
#BABAC6
(186,186,198)
#CFCFD8
(207,207,216)
#E4E4EA
(228,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121236; }

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

This text font color is #121236.


Background Color

.myBgColor { background-color: #121236; }

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

This div background color is #121236.


Border color

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

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

This div border color is #121236.


Opacity

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

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

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

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

This text has shadow with #121236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121236 on black background.


Color preview on white background

This text has color #121236 on white background.



Black color preview on #121236 background

This text has black color on #121236 background.


White color preview on #121236 background

This text has white color on #121236 background.