COLOR #120228

HEX: #120228
RGB: (18,2,40)

Color info

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

RGB color model

#120228 color RGB value is (18,2,40).

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

RGB channels and saturation

R 18 of 255 = 7%
G 2 of 255 = 1%
B 40 of 255 = 16%

18
2
40

R + G + B ~ 8%. #120228 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 2 + 40 = 60 (100%)
R 18 of 60 ~ 30%
G 2 of 60 ~ 3.33%
B 40 of 60 ~ 66.67%

%30
%66.67

CMYK color model

#120228 color CMYK value is (55,95,0,84).

  • cyan value is 55.00%
  • magenta value is 95.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(55,95,0,84)
C55M95Y0K84 
(55%,95%,0%,84%)
(0.55/0.95/0.00/0.84)	

CMYK percentages

%55
%95
%0
%84.31

Codes

Color #120228 in popluar color models

120228
RGB18240
HSL265°90.48%8.24%
HSB/HSV265°95.00%15.69%
CMYK55.00%95.00%0.00%
84.31%

Color #120228 in popluar number systems.

HEX120228
Decimal18240
Binary1001010101000
Octal22250

Shades and tints

Shades of #120228

#120228
(18,2,40)
#110225
(17,2,37)
#100222
(16,2,34)
#0F021F
(15,2,31)
#0E021C
(14,2,28)
#0D0219
(13,2,25)
#0C0216
(12,2,22)
#0B0213
(11,2,19)
#0A0210
(10,2,16)
#09020D
(9,2,13)
#08020A
(8,2,10)
#000000
(0,0,0)

Tints of #120228

#120228
(18,2,40)
#27193B
(39,25,59)
#3C304E
(60,48,78)
#514761
(81,71,97)
#665E74
(102,94,116)
#7B7587
(123,117,135)
#908C9A
(144,140,154)
#A5A3AD
(165,163,173)
#BABAC0
(186,186,192)
#CFD1D3
(207,209,211)
#E4E8E6
(228,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120228; }

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

This text font color is #120228.


Background Color

.myBgColor { background-color: #120228; }

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

This div background color is #120228.


Border color

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

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

This div border color is #120228.


Opacity

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

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

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

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

This text has shadow with #120228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120228 on black background.


Color preview on white background

This text has color #120228 on white background.



Black color preview on #120228 background

This text has black color on #120228 background.


White color preview on #120228 background

This text has white color on #120228 background.