COLOR #121B27

HEX: #121B27
RGB: (18,27,39)

Color info

#121B27 contains red, green and blue colors in about the same proportion. Web safe color of #121B27 is #003333 (or #033).

RGB color model

#121B27 color RGB value is (18,27,39).

  • red value is 18;
  • green value is 27;
  • blue value is 39.
RGB: (18,27,39) (7%,11%,15%)

RGB channels and saturation

R 18 of 255 = 7%
G 27 of 255 = 11%
B 39 of 255 = 15%

18
27
39

R + G + B ~ 11%. #121B27 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 27 + 39 = 84 (100%)
R 18 of 84 ~ 21.43%
G 27 of 84 ~ 32.14%
B 39 of 84 ~ 46.43%

%21.43
%32.14
%46.43

CMYK color model

#121B27 color CMYK value is (54,31,0,85).

  • cyan value is 53.85%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK: (54,31,0,85) C54M31Y0K85 (54%,31%,0%,85%) (0.54/0.31/0.00/0.85)

CMYK percentages

%53.85
%30.77
%0
%84.71

Codes

Color #121B27 in popluar color models

121B27
RGB182739
HSL214°36.84%11.18%
HSB/HSV214°53.85%15.29%
CMYK53.85%30.77%0.00%
84.71%

Color #121B27 in popluar number systems.

HEX121B27
Decimal182739
Binary1001011011100111
Octal223347

Shades and tints

Shades of #121B27

#121B27
(18,27,39)
#111924
(17,25,36)
#101721
(16,23,33)
#0F151E
(15,21,30)
#0E131B
(14,19,27)
#0D1118
(13,17,24)
#0C0F15
(12,15,21)
#0B0D12
(11,13,18)
#0A0B0F
(10,11,15)
#09090C
(9,9,12)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #121B27

#121B27
(18,27,39)
#272F3A
(39,47,58)
#3C434D
(60,67,77)
#515760
(81,87,96)
#666B73
(102,107,115)
#7B7F86
(123,127,134)
#909399
(144,147,153)
#A5A7AC
(165,167,172)
#BABBBF
(186,187,191)
#CFCFD2
(207,207,210)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121B27 color. Also use rgb(18,27,39) instead hex code.

Text Font Color

.myTextColor { color: #121B27; }

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

This text font color is #121B27.


Background Color

.myBgColor { background-color: #121B27; }

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

This div background color is #121B27.


Border color

.myBorderColor { border: 1px solid #121B27; }

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

This div border color is #121B27.


Opacity

.myOpacity80 { color: #121B27; opacity: 0.8; }

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

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

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

This text has shadow with #121B27 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #121B27 on black background.


Color preview on white background

This text has color #121B27 on white background.



Black color preview on #121B27 background

This text has black color on #121B27 background.


White color preview on #121B27 background

This text has white color on #121B27 background.