COLOR #121128

HEX: #121128
RGB: (18,17,40)

Color info

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

RGB color model

#121128 color RGB value is (18,17,40).

  • red value is 18;
  • green value is 17;
  • blue value is 40.
RGB:
(18,17,40)
(7%,7%,16%)

RGB channels and saturation

R 18 of 255 = 7%
G 17 of 255 = 7%
B 40 of 255 = 16%

18
17
40

R + G + B ~ 10%. #121128 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 17 + 40 = 75 (100%)
R 18 of 75 ~ 24%
G 17 of 75 ~ 22.67%
B 40 of 75 ~ 53.33%

%24
%22.67
%53.33

CMYK color model

#121128 color CMYK value is (55,58,0,84).

  • cyan value is 55.00%
  • magenta value is 57.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(55,58,0,84)
C55M58Y0K84 
(55%,58%,0%,84%)
(0.55/0.58/0.00/0.84)	

CMYK percentages

%55
%57.5
%0
%84.31

Codes

Color #121128 in popluar color models

121128
RGB181740
HSL243°40.35%11.18%
HSB/HSV243°57.50%15.69%
CMYK55.00%57.50%0.00%
84.31%

Color #121128 in popluar number systems.

HEX121128
Decimal181740
Binary1001010001101000
Octal222150

Shades and tints

Shades of #121128

#121128
(18,17,40)
#111025
(17,16,37)
#100F22
(16,15,34)
#0F0E1F
(15,14,31)
#0E0D1C
(14,13,28)
#0D0C19
(13,12,25)
#0C0B16
(12,11,22)
#0B0A13
(11,10,19)
#0A0910
(10,9,16)
#09080D
(9,8,13)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #121128

#121128
(18,17,40)
#27263B
(39,38,59)
#3C3B4E
(60,59,78)
#515061
(81,80,97)
#666574
(102,101,116)
#7B7A87
(123,122,135)
#908F9A
(144,143,154)
#A5A4AD
(165,164,173)
#BAB9C0
(186,185,192)
#CFCED3
(207,206,211)
#E4E3E6
(228,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121128; }

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

This text font color is #121128.


Background Color

.myBgColor { background-color: #121128; }

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

This div background color is #121128.


Border color

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

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

This div border color is #121128.


Opacity

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

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

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

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

This text has shadow with #121128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121128 on black background.


Color preview on white background

This text has color #121128 on white background.



Black color preview on #121128 background

This text has black color on #121128 background.


White color preview on #121128 background

This text has white color on #121128 background.