COLOR #120232

HEX: #120232
RGB: (18,2,50)

Color info

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

RGB color model

#120232 color RGB value is (18,2,50).

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

RGB channels and saturation

R 18 of 255 = 7%
G 2 of 255 = 1%
B 50 of 255 = 20%

18
2
50

R + G + B ~ 9%. #120232 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 2 + 50 = 70 (100%)
R 18 of 70 ~ 25.71%
G 2 of 70 ~ 2.86%
B 50 of 70 ~ 71.43%

%25.71
%71.43

CMYK color model

#120232 color CMYK value is (64,96,0,80).

  • cyan value is 64.00%
  • magenta value is 96.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(64,96,0,80)
C64M96Y0K80 
(64%,96%,0%,80%)
(0.64/0.96/0.00/0.80)	

CMYK percentages

%64
%96
%0
%80.39

Codes

Color #120232 in popluar color models

120232
RGB18250
HSL260°92.31%10.20%
HSB/HSV260°96.00%19.61%
CMYK64.00%96.00%0.00%
80.39%

Color #120232 in popluar number systems.

HEX120232
Decimal18250
Binary1001010110010
Octal22262

Shades and tints

Shades of #120232

#120232
(18,2,50)
#11022E
(17,2,46)
#10022A
(16,2,42)
#0F0226
(15,2,38)
#0E0222
(14,2,34)
#0D021E
(13,2,30)
#0C021A
(12,2,26)
#0B0216
(11,2,22)
#0A0212
(10,2,18)
#09020E
(9,2,14)
#08020A
(8,2,10)
#000000
(0,0,0)

Tints of #120232

#120232
(18,2,50)
#271944
(39,25,68)
#3C3056
(60,48,86)
#514768
(81,71,104)
#665E7A
(102,94,122)
#7B758C
(123,117,140)
#908C9E
(144,140,158)
#A5A3B0
(165,163,176)
#BABAC2
(186,186,194)
#CFD1D4
(207,209,212)
#E4E8E6
(228,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120232; }

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

This text font color is #120232.


Background Color

.myBgColor { background-color: #120232; }

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

This div background color is #120232.


Border color

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

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

This div border color is #120232.


Opacity

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

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

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

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

This text has shadow with #120232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120232 on black background.


Color preview on white background

This text has color #120232 on white background.



Black color preview on #120232 background

This text has black color on #120232 background.


White color preview on #120232 background

This text has white color on #120232 background.