COLOR #120D54

HEX: #120D54
RGB: (18,13,84)

Color info

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

RGB color model

#120D54 color RGB value is (18,13,84).

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

RGB channels and saturation

R 18 of 255 = 7%
G 13 of 255 = 5%
B 84 of 255 = 33%

18
13
84

R + G + B ~ 15%. #120D54 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 13 + 84 = 115 (100%)
R 18 of 115 ~ 15.65%
G 13 of 115 ~ 11.3%
B 84 of 115 ~ 73.04%

%15.65
%11.3
%73.04

CMYK color model

#120D54 color CMYK value is (79,85,0,67).

  • cyan value is 78.57%
  • magenta value is 84.52%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(79,85,0,67)
C79M85Y0K67 
(79%,85%,0%,67%)
(0.79/0.85/0.00/0.67)	

CMYK percentages

%78.57
%84.52
%0
%67.06

Codes

Color #120D54 in popluar color models

120D54
RGB181384
HSL244°73.20%19.02%
HSB/HSV244°84.52%32.94%
CMYK78.57%84.52%0.00%
67.06%

Color #120D54 in popluar number systems.

HEX120D54
Decimal181384
Binary1001011011010100
Octal2215124

Shades and tints

Shades of #120D54

#120D54
(18,13,84)
#110C4D
(17,12,77)
#100B46
(16,11,70)
#0F0A3F
(15,10,63)
#0E0938
(14,9,56)
#0D0831
(13,8,49)
#0C072A
(12,7,42)
#0B0623
(11,6,35)
#0A051C
(10,5,28)
#090415
(9,4,21)
#08030E
(8,3,14)
#000000
(0,0,0)

Tints of #120D54

#120D54
(18,13,84)
#272363
(39,35,99)
#3C3972
(60,57,114)
#514F81
(81,79,129)
#666590
(102,101,144)
#7B7B9F
(123,123,159)
#9091AE
(144,145,174)
#A5A7BD
(165,167,189)
#BABDCC
(186,189,204)
#CFD3DB
(207,211,219)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120D54; }

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

This text font color is #120D54.


Background Color

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

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

This div background color is #120D54.


Border color

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

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

This div border color is #120D54.


Opacity

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

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

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

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

This text has shadow with #120D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120D54 on black background.


Color preview on white background

This text has color #120D54 on white background.



Black color preview on #120D54 background

This text has black color on #120D54 background.


White color preview on #120D54 background

This text has white color on #120D54 background.