COLOR #120855

HEX: #120855 RGB: (18,8,85)

Color info

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

RGB color model

#120855 color RGB value is (18,8,85).

RGB: (18,8,85) (7%, 3%, 33%)

RGB channels and saturation

R 18 of 255 = 7%
G 8 of 255 = 3%
B 85 of 255 = 33%

18
8
85

R + G + B ~ 14%. #120855 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 8 + 85 = 111 (100%)
R 18 of 111 ~ 16.22%
G 8 of 111 ~ 7.21%
B 85 of 111 ~ 76.58'%

%16.22
%76.58

CMYK color model

#120855 color CMYK value is (79,91,0,67).

  • cyan value is 78.82%
  • magenta value is 90.59%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (79,91,0,67)
C79M91Y0K67 (79%, 91%, 0%, 67%)
(0.79 / 0.91 / 0.00 / 0.67)

CMYK percentages

%78.82
%90.59
%0
%66.67

Codes

Color #120855 in popluar color models

12 08 55
RGB 18 8 85
HSL 248° 82.80% 18.24%
HSB/HSV 248° 90.59% 33.33%
CMYK 78.82% 90.59% 0.00%
66.67%

Color #120855 in popluar number systems.

HEX 12 08 55
Decimal 18 8 85
Binary 10010 1000 1010101
Octal 22 10 125

Shades and tints

Shades of #120855

#120855
(18,8,85)
#11084E
(17,8,78)
#100847
(16,8,71)
#0F0840
(15,8,64)
#0E0839
(14,8,57)
#0D0832
(13,8,50)
#0C082B
(12,8,43)
#0B0824
(11,8,36)
#0A081D
(10,8,29)
#090816
(9,8,22)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #120855

#120855
(18,8,85)
#271E64
(39,30,100)
#3C3473
(60,52,115)
#514A82
(81,74,130)
#666091
(102,96,145)
#7B76A0
(123,118,160)
#908CAF
(144,140,175)
#A5A2BE
(165,162,190)
#BAB8CD
(186,184,205)
#CFCEDC
(207,206,220)
#E4E4EB
(228,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120855 color. Also use rgb(18,8,85) instead hex code.

Text Font Color

.myTextColor { color: #120855; }

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

This text font color is #120855.

Background Color

.myBgColor { background-color: #120855; }

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

This div background color is #120855.

Border color

.myBorderColor { border: 1px solid #120855; }

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

This div border color is #120855.

Opacity

.myOpacity80 { color: #120855; opacity: 0.8; }

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

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

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

This text has shadow with #120855 color.


.textShadow {text-shadow: 3px 3px 1px #120855', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #120855; -webkit-box-shadow: 1px 1px 3px 2px #120855; box-shadow:1px 1px 3px 2px #120855;">
Div content here
</div>

This div box has shadow with color #120855.

Preview

Color preview on black background

This text has color #120855 on black background.


Color preview on white background

This text has color #120855 on white background.


Black color preview on #120855 background

This text has black color on #120855 background.


White color preview on #120855 background

This text has white color on #120855 background.


Related colors

Complementary color

Complementary color for #hex is #EDF7AA.


I love getcolorcode.com

Triadic colors

1 #551208 and #085512 with #120855 are triadic colors.

2 #550812 and #081255 with #120855 are triadic colors.