COLOR #121537

HEX: #121537
RGB: (18,21,55)

Color info

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

RGB color model

#121537 color RGB value is (18,21,55).

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

RGB channels and saturation

R 18 of 255 = 7%
G 21 of 255 = 8%
B 55 of 255 = 22%

18
21
55

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

Portions of RGB colors in percentages

R + G + B =
18 + 21 + 55 = 94 (100%)
R 18 of 94 ~ 19.15%
G 21 of 94 ~ 22.34%
B 55 of 94 ~ 58.51%

%19.15
%22.34
%58.51

CMYK color model

#121537 color CMYK value is (67,62,0,78).

  • cyan value is 67.27%
  • magenta value is 61.82%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(67,62,0,78)
C67M62Y0K78 
(67%,62%,0%,78%)
(0.67/0.62/0.00/0.78)	

CMYK percentages

%67.27
%61.82
%0
%78.43

Codes

Color #121537 in popluar color models

121537
RGB182155
HSL235°50.68%14.31%
HSB/HSV235°67.27%21.57%
CMYK67.27%61.82%0.00%
78.43%

Color #121537 in popluar number systems.

HEX121537
Decimal182155
Binary1001010101110111
Octal222567

Shades and tints

Shades of #121537

#121537
(18,21,55)
#111432
(17,20,50)
#10132D
(16,19,45)
#0F1228
(15,18,40)
#0E1123
(14,17,35)
#0D101E
(13,16,30)
#0C0F19
(12,15,25)
#0B0E14
(11,14,20)
#0A0D0F
(10,13,15)
#090C0A
(9,12,10)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #121537

#121537
(18,21,55)
#272A49
(39,42,73)
#3C3F5B
(60,63,91)
#51546D
(81,84,109)
#66697F
(102,105,127)
#7B7E91
(123,126,145)
#9093A3
(144,147,163)
#A5A8B5
(165,168,181)
#BABDC7
(186,189,199)
#CFD2D9
(207,210,217)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121537; }

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

This text font color is #121537.


Background Color

.myBgColor { background-color: #121537; }

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

This div background color is #121537.


Border color

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

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

This div border color is #121537.


Opacity

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

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

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

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

This text has shadow with #121537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121537 on black background.


Color preview on white background

This text has color #121537 on white background.



Black color preview on #121537 background

This text has black color on #121537 background.


White color preview on #121537 background

This text has white color on #121537 background.