COLOR #120223

HEX: #120223 RGB: (18,2,35)

Color info

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

RGB color model

#120223 color RGB value is (18,2,35).

RGB: (18,2,35) (7%, 1%, 14%)

RGB channels and saturation

R 18 of 255 = 7%
G 2 of 255 = 1%
B 35 of 255 = 14%

18
2
35

R + G + B ~ 7%. #120223 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 2 + 35 = 55 (100%)
R 18 of 55 ~ 32.73%
G 2 of 55 ~ 3.64%
B 35 of 55 ~ 63.64'%

%32.73
%63.64

CMYK color model

#120223 color CMYK value is (49,94,0,86).

  • cyan value is 48.57%
  • magenta value is 94.29%
  • yellow value is 0.00%
  • key color value is 86.27%

CMYK: (49,94,0,86)
C49M94Y0K86 (49%, 94%, 0%, 86%)
(0.49 / 0.94 / 0.00 / 0.86)

CMYK percentages

%48.57
%94.29
%0
%86.27

Codes

Color #120223 in popluar color models

12 02 23
RGB 18 2 35
HSL 269° 89.19% 7.25%
HSB/HSV 269° 94.29% 13.73%
CMYK 48.57% 94.29% 0.00%
86.27%

Color #120223 in popluar number systems.

HEX 12 02 23
Decimal 18 2 35
Binary 10010 10 100011
Octal 22 2 43

Shades and tints

Shades of #120223

#120223
(18,2,35)
#110220
(17,2,32)
#10021D
(16,2,29)
#0F021A
(15,2,26)
#0E0217
(14,2,23)
#0D0214
(13,2,20)
#0C0211
(12,2,17)
#0B020E
(11,2,14)
#0A020B
(10,2,11)
#090208
(9,2,8)
#080205
(8,2,5)
#000000
(0,0,0)

Tints of #120223

#120223
(18,2,35)
#271937
(39,25,55)
#3C304B
(60,48,75)
#51475F
(81,71,95)
#665E73
(102,94,115)
#7B7587
(123,117,135)
#908C9B
(144,140,155)
#A5A3AF
(165,163,175)
#BABAC3
(186,186,195)
#CFD1D7
(207,209,215)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120223; }

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

This text font color is #120223.

Background Color

.myBgColor { background-color: #120223; }

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

This div background color is #120223.

Border color

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

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

This div border color is #120223.

Opacity

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

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

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

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

This text has shadow with #120223 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120223.

Preview

Color preview on black background

This text has color #120223 on black background.


Color preview on white background

This text has color #120223 on white background.


Black color preview on #120223 background

This text has black color on #120223 background.


White color preview on #120223 background

This text has white color on #120223 background.


Related colors

Complementary color

Complementary color for #hex is #EDFDDC.


I love getcolorcode.com

Triadic colors

1 #231202 and #022312 with #120223 are triadic colors.

2 #230212 and #021223 with #120223 are triadic colors.