COLOR #121736

HEX: #121736
RGB: (18,23,54)

Color info

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

RGB color model

#121736 color RGB value is (18,23,54).

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

RGB channels and saturation

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

18
23
54

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

Portions of RGB colors in percentages

R + G + B =
18 + 23 + 54 = 95 (100%)
R 18 of 95 ~ 18.95%
G 23 of 95 ~ 24.21%
B 54 of 95 ~ 56.84%

%18.95
%24.21
%56.84

CMYK color model

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

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

CMYK percentages

%66.67
%57.41
%0
%78.82

Codes

Color #121736 in popluar color models

121736
RGB182354
HSL232°50.00%14.12%
HSB/HSV232°66.67%21.18%
CMYK66.67%57.41%0.00%
78.82%

Color #121736 in popluar number systems.

HEX121736
Decimal182354
Binary1001010111110110
Octal222766

Shades and tints

Shades of #121736

#121736
(18,23,54)
#111532
(17,21,50)
#10132E
(16,19,46)
#0F112A
(15,17,42)
#0E0F26
(14,15,38)
#0D0D22
(13,13,34)
#0C0B1E
(12,11,30)
#0B091A
(11,9,26)
#0A0716
(10,7,22)
#090512
(9,5,18)
#08030E
(8,3,14)
#000000
(0,0,0)

Tints of #121736

#121736
(18,23,54)
#272C48
(39,44,72)
#3C415A
(60,65,90)
#51566C
(81,86,108)
#666B7E
(102,107,126)
#7B8090
(123,128,144)
#9095A2
(144,149,162)
#A5AAB4
(165,170,180)
#BABFC6
(186,191,198)
#CFD4D8
(207,212,216)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121736; }

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

This text font color is #121736.


Background Color

.myBgColor { background-color: #121736; }

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

This div background color is #121736.


Border color

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

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

This div border color is #121736.


Opacity

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

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

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

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

This text has shadow with #121736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121736 on black background.


Color preview on white background

This text has color #121736 on white background.



Black color preview on #121736 background

This text has black color on #121736 background.


White color preview on #121736 background

This text has white color on #121736 background.