COLOR #120745

HEX: #120745
RGB: (18,7,69)

Color info

#120745 contains mainly red and blue colors. Web safe color of #120745 is #000033 (or #003).

RGB color model

#120745 color RGB value is (18,7,69).

  • red value is 18;
  • green value is 7;
  • blue value is 69.
RGB:
(18,7,69)
(7%,3%,27%)

RGB channels and saturation

R 18 of 255 = 7%
G 7 of 255 = 3%
B 69 of 255 = 27%

18
7
69

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

Portions of RGB colors in percentages

R + G + B =
18 + 7 + 69 = 94 (100%)
R 18 of 94 ~ 19.15%
G 7 of 94 ~ 7.45%
B 69 of 94 ~ 73.4%

%19.15
%73.4

CMYK color model

#120745 color CMYK value is (74,90,0,73).

  • cyan value is 73.91%
  • magenta value is 89.86%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(74,90,0,73)
C74M90Y0K73 
(74%,90%,0%,73%)
(0.74/0.90/0.00/0.73)	

CMYK percentages

%73.91
%89.86
%0
%72.94

Codes

Color #120745 in popluar color models

120745
RGB18769
HSL251°81.58%14.90%
HSB/HSV251°89.86%27.06%
CMYK73.91%89.86%0.00%
72.94%

Color #120745 in popluar number systems.

HEX120745
Decimal18769
Binary100101111000101
Octal227105

Shades and tints

Shades of #120745

#120745
(18,7,69)
#11073F
(17,7,63)
#100739
(16,7,57)
#0F0733
(15,7,51)
#0E072D
(14,7,45)
#0D0727
(13,7,39)
#0C0721
(12,7,33)
#0B071B
(11,7,27)
#0A0715
(10,7,21)
#09070F
(9,7,15)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #120745

#120745
(18,7,69)
#271D55
(39,29,85)
#3C3365
(60,51,101)
#514975
(81,73,117)
#665F85
(102,95,133)
#7B7595
(123,117,149)
#908BA5
(144,139,165)
#A5A1B5
(165,161,181)
#BAB7C5
(186,183,197)
#CFCDD5
(207,205,213)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120745 color. Also use rgb(18,7,69) instead hex code.

Text Font Color

.myTextColor { color: #120745; }

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

This text font color is #120745.


Background Color

.myBgColor { background-color: #120745; }

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

This div background color is #120745.


Border color

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

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

This div border color is #120745.


Opacity

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

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

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

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

This text has shadow with #120745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120745 on black background.


Color preview on white background

This text has color #120745 on white background.



Black color preview on #120745 background

This text has black color on #120745 background.


White color preview on #120745 background

This text has white color on #120745 background.