COLOR #120B38

HEX: #120B38
RGB: (18,11,56)

Color info

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

RGB color model

#120B38 color RGB value is (18,11,56).

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

RGB channels and saturation

R 18 of 255 = 7%
G 11 of 255 = 4%
B 56 of 255 = 22%

18
11
56

R + G + B ~ 11%. #120B38 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 11 + 56 = 85 (100%)
R 18 of 85 ~ 21.18%
G 11 of 85 ~ 12.94%
B 56 of 85 ~ 65.88%

%21.18
%12.94
%65.88

CMYK color model

#120B38 color CMYK value is (68,80,0,78).

  • cyan value is 67.86%
  • magenta value is 80.36%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(68,80,0,78)
C68M80Y0K78 
(68%,80%,0%,78%)
(0.68/0.80/0.00/0.78)	

CMYK percentages

%67.86
%80.36
%0
%78.04

Codes

Color #120B38 in popluar color models

120B38
RGB181156
HSL249°67.16%13.14%
HSB/HSV249°80.36%21.96%
CMYK67.86%80.36%0.00%
78.04%

Color #120B38 in popluar number systems.

HEX120B38
Decimal181156
Binary100101011111000
Octal221370

Shades and tints

Shades of #120B38

#120B38
(18,11,56)
#110A33
(17,10,51)
#10092E
(16,9,46)
#0F0829
(15,8,41)
#0E0724
(14,7,36)
#0D061F
(13,6,31)
#0C051A
(12,5,26)
#0B0415
(11,4,21)
#0A0310
(10,3,16)
#09020B
(9,2,11)
#080106
(8,1,6)
#000000
(0,0,0)

Tints of #120B38

#120B38
(18,11,56)
#27214A
(39,33,74)
#3C375C
(60,55,92)
#514D6E
(81,77,110)
#666380
(102,99,128)
#7B7992
(123,121,146)
#908FA4
(144,143,164)
#A5A5B6
(165,165,182)
#BABBC8
(186,187,200)
#CFD1DA
(207,209,218)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120B38; }

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

This text font color is #120B38.


Background Color

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

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

This div background color is #120B38.


Border color

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

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

This div border color is #120B38.


Opacity

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

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

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

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

This text has shadow with #120B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120B38 on black background.


Color preview on white background

This text has color #120B38 on white background.



Black color preview on #120B38 background

This text has black color on #120B38 background.


White color preview on #120B38 background

This text has white color on #120B38 background.