COLOR #120B3D

HEX: #120B3D
RGB: (18,11,61)

Color info

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

RGB color model

#120B3D color RGB value is (18,11,61).

  • red value is 18;
  • green value is 11;
  • blue value is 61.
RGB:
(18,11,61)
(7%,4%,24%)

RGB channels and saturation

R 18 of 255 = 7%
G 11 of 255 = 4%
B 61 of 255 = 24%

18
11
61

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

Portions of RGB colors in percentages

R + G + B =
18 + 11 + 61 = 90 (100%)
R 18 of 90 ~ 20%
G 11 of 90 ~ 12.22%
B 61 of 90 ~ 67.78%

%20
%12.22
%67.78

CMYK color model

#120B3D color CMYK value is (70,82,0,76).

  • cyan value is 70.49%
  • magenta value is 81.97%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(70,82,0,76)
C70M82Y0K76 
(70%,82%,0%,76%)
(0.70/0.82/0.00/0.76)	

CMYK percentages

%70.49
%81.97
%0
%76.08

Codes

Color #120B3D in popluar color models

120B3D
RGB181161
HSL248°69.44%14.12%
HSB/HSV248°81.97%23.92%
CMYK70.49%81.97%0.00%
76.08%

Color #120B3D in popluar number systems.

HEX120B3D
Decimal181161
Binary100101011111101
Octal221375

Shades and tints

Shades of #120B3D

#120B3D
(18,11,61)
#110A38
(17,10,56)
#100933
(16,9,51)
#0F082E
(15,8,46)
#0E0729
(14,7,41)
#0D0624
(13,6,36)
#0C051F
(12,5,31)
#0B041A
(11,4,26)
#0A0315
(10,3,21)
#090210
(9,2,16)
#08010B
(8,1,11)
#000000
(0,0,0)

Tints of #120B3D

#120B3D
(18,11,61)
#27214E
(39,33,78)
#3C375F
(60,55,95)
#514D70
(81,77,112)
#666381
(102,99,129)
#7B7992
(123,121,146)
#908FA3
(144,143,163)
#A5A5B4
(165,165,180)
#BABBC5
(186,187,197)
#CFD1D6
(207,209,214)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120B3D color. Also use rgb(18,11,61) instead hex code.

Text Font Color

.myTextColor { color: #120B3D; }

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

This text font color is #120B3D.


Background Color

.myBgColor { background-color: #120B3D; }

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

This div background color is #120B3D.


Border color

.myBorderColor { border: 1px solid #120B3D; }

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

This div border color is #120B3D.


Opacity

.myOpacity80 { color: #120B3D; opacity: 0.8; }

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

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

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

This text has shadow with #120B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120B3D on black background.


Color preview on white background

This text has color #120B3D on white background.



Black color preview on #120B3D background

This text has black color on #120B3D background.


White color preview on #120B3D background

This text has white color on #120B3D background.