COLOR #120D3B

HEX: #120D3B
RGB: (18,13,59)

Color info

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

RGB color model

#120D3B color RGB value is (18,13,59).

  • red value is 18;
  • green value is 13;
  • blue value is 59.
RGB:
(18,13,59)
(7%,5%,23%)

RGB channels and saturation

R 18 of 255 = 7%
G 13 of 255 = 5%
B 59 of 255 = 23%

18
13
59

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

Portions of RGB colors in percentages

R + G + B =
18 + 13 + 59 = 90 (100%)
R 18 of 90 ~ 20%
G 13 of 90 ~ 14.44%
B 59 of 90 ~ 65.56%

%20
%14.44
%65.56

CMYK color model

#120D3B color CMYK value is (69,78,0,77).

  • cyan value is 69.49%
  • magenta value is 77.97%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(69,78,0,77)
C69M78Y0K77 
(69%,78%,0%,77%)
(0.69/0.78/0.00/0.77)	

CMYK percentages

%69.49
%77.97
%0
%76.86

Codes

Color #120D3B in popluar color models

120D3B
RGB181359
HSL247°63.89%14.12%
HSB/HSV247°77.97%23.14%
CMYK69.49%77.97%0.00%
76.86%

Color #120D3B in popluar number systems.

HEX120D3B
Decimal181359
Binary100101101111011
Octal221573

Shades and tints

Shades of #120D3B

#120D3B
(18,13,59)
#110C36
(17,12,54)
#100B31
(16,11,49)
#0F0A2C
(15,10,44)
#0E0927
(14,9,39)
#0D0822
(13,8,34)
#0C071D
(12,7,29)
#0B0618
(11,6,24)
#0A0513
(10,5,19)
#09040E
(9,4,14)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #120D3B

#120D3B
(18,13,59)
#27234C
(39,35,76)
#3C395D
(60,57,93)
#514F6E
(81,79,110)
#66657F
(102,101,127)
#7B7B90
(123,123,144)
#9091A1
(144,145,161)
#A5A7B2
(165,167,178)
#BABDC3
(186,189,195)
#CFD3D4
(207,211,212)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120D3B color. Also use rgb(18,13,59) instead hex code.

Text Font Color

.myTextColor { color: #120D3B; }

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

This text font color is #120D3B.


Background Color

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

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

This div background color is #120D3B.


Border color

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

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

This div border color is #120D3B.


Opacity

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

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

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

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

This text has shadow with #120D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120D3B on black background.


Color preview on white background

This text has color #120D3B on white background.



Black color preview on #120D3B background

This text has black color on #120D3B background.


White color preview on #120D3B background

This text has white color on #120D3B background.