COLOR #120334

HEX: #120334 RGB: (18,3,52)

Color info

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

RGB color model

#120334 color RGB value is (18,3,52).

RGB: (18,3,52) (7%, 1%, 20%)

RGB channels and saturation

R 18 of 255 = 7%
G 3 of 255 = 1%
B 52 of 255 = 20%

18
3
52

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

Portions of RGB colors in percentages

R + G + B = 18 + 3 + 52 = 73 (100%)
R 18 of 73 ~ 24.66%
G 3 of 73 ~ 4.11%
B 52 of 73 ~ 71.23'%

%24.66
%71.23

CMYK color model

#120334 color CMYK value is (65,94,0,80).

  • cyan value is 65.38%
  • magenta value is 94.23%
  • yellow value is 0.00%
  • key color value is 79.61%

CMYK: (65,94,0,80)
C65M94Y0K80 (65%, 94%, 0%, 80%)
(0.65 / 0.94 / 0.00 / 0.80)

CMYK percentages

%65.38
%94.23
%0
%79.61

Codes

Color #120334 in popluar color models

12 03 34
RGB 18 3 52
HSL 258° 89.09% 10.78%
HSB/HSV 258° 94.23% 20.39%
CMYK 65.38% 94.23% 0.00%
79.61%

Color #120334 in popluar number systems.

HEX 12 03 34
Decimal 18 3 52
Binary 10010 11 110100
Octal 22 3 64

Shades and tints

Shades of #120334

#120334
(18,3,52)
#110330
(17,3,48)
#10032C
(16,3,44)
#0F0328
(15,3,40)
#0E0324
(14,3,36)
#0D0320
(13,3,32)
#0C031C
(12,3,28)
#0B0318
(11,3,24)
#0A0314
(10,3,20)
#090310
(9,3,16)
#08030C
(8,3,12)
#000000
(0,0,0)

Tints of #120334

#120334
(18,3,52)
#271946
(39,25,70)
#3C2F58
(60,47,88)
#51456A
(81,69,106)
#665B7C
(102,91,124)
#7B718E
(123,113,142)
#9087A0
(144,135,160)
#A59DB2
(165,157,178)
#BAB3C4
(186,179,196)
#CFC9D6
(207,201,214)
#E4DFE8
(228,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120334 color. Also use rgb(18,3,52) instead hex code.

Text Font Color

.myTextColor { color: #120334; }

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

This text font color is #120334.

Background Color

.myBgColor { background-color: #120334; }

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

This div background color is #120334.

Border color

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

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

This div border color is #120334.

Opacity

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

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

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

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

This text has shadow with #120334 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120334.

Preview

Color preview on black background

This text has color #120334 on black background.


Color preview on white background

This text has color #120334 on white background.


Black color preview on #120334 background

This text has black color on #120334 background.


White color preview on #120334 background

This text has white color on #120334 background.


Related colors

Complementary color

Complementary color for #hex is #EDFCCB.


I love getcolorcode.com

Triadic colors

1 #341203 and #033412 with #120334 are triadic colors.

2 #340312 and #031234 with #120334 are triadic colors.