COLOR #120335

HEX: #120335 RGB: (18,3,53)

Color info

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

RGB color model

#120335 color RGB value is (18,3,53).

RGB: (18,3,53) (7%, 1%, 21%)

RGB channels and saturation

R 18 of 255 = 7%
G 3 of 255 = 1%
B 53 of 255 = 21%

18
3
53

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

Portions of RGB colors in percentages

R + G + B = 18 + 3 + 53 = 74 (100%)
R 18 of 74 ~ 24.32%
G 3 of 74 ~ 4.05%
B 53 of 74 ~ 71.62'%

%24.32
%71.62

CMYK color model

#120335 color CMYK value is (66,94,0,79).

  • cyan value is 66.04%
  • magenta value is 94.34%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK: (66,94,0,79) C66M94Y0K79 (66%,94%,0%,79%) (0.66/0.94/0.00/0.79) 

CMYK percentages

%66.04
%94.34
%0
%79.22

Codes

Color #120335 in popluar color models

12 03 35
RGB 18 3 53
HSL 258° 89.29% 10.98%
HSB/HSV 258° 94.34% 20.78%
CMYK 66.04% 94.34% 0.00%
79.22%

Color #120335 in popluar number systems.

HEX 12 03 35
Decimal 18 3 53
Binary 10010 11 110101
Octal 22 3 65

Shades and tints

Shades of #120335

#120335
(18,3,53)
#110331
(17,3,49)
#10032D
(16,3,45)
#0F0329
(15,3,41)
#0E0325
(14,3,37)
#0D0321
(13,3,33)
#0C031D
(12,3,29)
#0B0319
(11,3,25)
#0A0315
(10,3,21)
#090311
(9,3,17)
#08030D
(8,3,13)
#000000
(0,0,0)

Tints of #120335

#120335
(18,3,53)
#271947
(39,25,71)
#3C2F59
(60,47,89)
#51456B
(81,69,107)
#665B7D
(102,91,125)
#7B718F
(123,113,143)
#9087A1
(144,135,161)
#A59DB3
(165,157,179)
#BAB3C5
(186,179,197)
#CFC9D7
(207,201,215)
#E4DFE9
(228,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120335; }

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

This text font color is #120335.

Background Color

.myBgColor { background-color: #120335; }

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

This div background color is #120335.

Border color

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

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

This div border color is #120335.

Opacity

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

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

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

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

This text has shadow with #120335 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120335.

Preview

Color preview on black background

This text has color #120335 on black background.


Color preview on white background

This text has color #120335 on white background.


Black color preview on #120335 background

This text has black color on #120335 background.


White color preview on #120335 background

This text has white color on #120335 background.


Related colors

Complementary color

Complementary color for #hex is #EDFCCA.


I love getcolorcode.com

Triadic colors

1 #351203 and #033512 with #120335 are triadic colors.

2 #350312 and #031235 with #120335 are triadic colors.