COLOR #120D63

HEX: #120D63
RGB: (18,13,99)

Color info

#120D63 contains mainly blue color. Web safe color of #120D63 is #000066 (or #006).

RGB color model

#120D63 color RGB value is (18,13,99).

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

RGB channels and saturation

R 18 of 255 = 7%
G 13 of 255 = 5%
B 99 of 255 = 39%

18
13
99

R + G + B ~ 17%. #120D63 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 13 + 99 = 130 (100%)
R 18 of 130 ~ 13.85%
G 13 of 130 ~ 10%
B 99 of 130 ~ 76.15%

%13.85
%10
%76.15

CMYK color model

#120D63 color CMYK value is (82,87,0,61).

  • cyan value is 81.82%
  • magenta value is 86.87%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(82,87,0,61)
C82M87Y0K61 
(82%,87%,0%,61%)
(0.82/0.87/0.00/0.61)	

CMYK percentages

%81.82
%86.87
%0
%61.18

Codes

Color #120D63 in popluar color models

120D63
RGB181399
HSL243°76.79%21.96%
HSB/HSV243°86.87%38.82%
CMYK81.82%86.87%0.00%
61.18%

Color #120D63 in popluar number systems.

HEX120D63
Decimal181399
Binary1001011011100011
Octal2215143

Shades and tints

Shades of #120D63

#120D63
(18,13,99)
#110C5A
(17,12,90)
#100B51
(16,11,81)
#0F0A48
(15,10,72)
#0E093F
(14,9,63)
#0D0836
(13,8,54)
#0C072D
(12,7,45)
#0B0624
(11,6,36)
#0A051B
(10,5,27)
#090412
(9,4,18)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #120D63

#120D63
(18,13,99)
#272371
(39,35,113)
#3C397F
(60,57,127)
#514F8D
(81,79,141)
#66659B
(102,101,155)
#7B7BA9
(123,123,169)
#9091B7
(144,145,183)
#A5A7C5
(165,167,197)
#BABDD3
(186,189,211)
#CFD3E1
(207,211,225)
#E4E9EF
(228,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120D63; }

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

This text font color is #120D63.


Background Color

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

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

This div background color is #120D63.


Border color

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

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

This div border color is #120D63.


Opacity

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

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

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

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

This text has shadow with #120D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120D63 on black background.


Color preview on white background

This text has color #120D63 on white background.



Black color preview on #120D63 background

This text has black color on #120D63 background.


White color preview on #120D63 background

This text has white color on #120D63 background.