COLOR #120843

HEX: #120843 RGB: (18,8,67)

Color info

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

RGB color model

#120843 color RGB value is (18,8,67).

RGB: (18,8,67) (7%, 3%, 26%)

RGB channels and saturation

R 18 of 255 = 7%
G 8 of 255 = 3%
B 67 of 255 = 26%

18
8
67

R + G + B ~ 12%. #120843 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 8 + 67 = 93 (100%)
R 18 of 93 ~ 19.35%
G 8 of 93 ~ 8.6%
B 67 of 93 ~ 72.04'%

%19.35
%72.04

CMYK color model

#120843 color CMYK value is (73,88,0,74).

  • cyan value is 73.13%
  • magenta value is 88.06%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (73,88,0,74)
C73M88Y0K74 (73%, 88%, 0%, 74%)
(0.73 / 0.88 / 0.00 / 0.74)

CMYK percentages

%73.13
%88.06
%0
%73.73

Codes

Color #120843 in popluar color models

12 08 43
RGB 18 8 67
HSL 250° 78.67% 14.71%
HSB/HSV 250° 88.06% 26.27%
CMYK 73.13% 88.06% 0.00%
73.73%

Color #120843 in popluar number systems.

HEX 12 08 43
Decimal 18 8 67
Binary 10010 1000 1000011
Octal 22 10 103

Shades and tints

Shades of #120843

#120843
(18,8,67)
#11083D
(17,8,61)
#100837
(16,8,55)
#0F0831
(15,8,49)
#0E082B
(14,8,43)
#0D0825
(13,8,37)
#0C081F
(12,8,31)
#0B0819
(11,8,25)
#0A0813
(10,8,19)
#09080D
(9,8,13)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #120843

#120843
(18,8,67)
#271E54
(39,30,84)
#3C3465
(60,52,101)
#514A76
(81,74,118)
#666087
(102,96,135)
#7B7698
(123,118,152)
#908CA9
(144,140,169)
#A5A2BA
(165,162,186)
#BAB8CB
(186,184,203)
#CFCEDC
(207,206,220)
#E4E4ED
(228,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120843 color. Also use rgb(18,8,67) instead hex code.

Text Font Color

.myTextColor { color: #120843; }

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

This text font color is #120843.

Background Color

.myBgColor { background-color: #120843; }

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

This div background color is #120843.

Border color

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

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

This div border color is #120843.

Opacity

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

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

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

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

This text has shadow with #120843 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120843.

Preview

Color preview on black background

This text has color #120843 on black background.


Color preview on white background

This text has color #120843 on white background.


Black color preview on #120843 background

This text has black color on #120843 background.


White color preview on #120843 background

This text has white color on #120843 background.


Related colors

Complementary color

Complementary color for #hex is #EDF7BC.


I love getcolorcode.com

Triadic colors

1 #431208 and #084312 with #120843 are triadic colors.

2 #430812 and #081243 with #120843 are triadic colors.