COLOR #120C58

HEX: #120C58
RGB: (18,12,88)

Color info

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

RGB color model

#120C58 color RGB value is (18,12,88).

  • red value is 18;
  • green value is 12;
  • blue value is 88.
RGB:
(18,12,88)
(7%,5%,35%)

RGB channels and saturation

R 18 of 255 = 7%
G 12 of 255 = 5%
B 88 of 255 = 35%

18
12
88

R + G + B ~ 16%. #120C58 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 12 + 88 = 118 (100%)
R 18 of 118 ~ 15.25%
G 12 of 118 ~ 10.17%
B 88 of 118 ~ 74.58%

%15.25
%10.17
%74.58

CMYK color model

#120C58 color CMYK value is (80,86,0,65).

  • cyan value is 79.55%
  • magenta value is 86.36%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(80,86,0,65)
C80M86Y0K65 
(80%,86%,0%,65%)
(0.80/0.86/0.00/0.65)	

CMYK percentages

%79.55
%86.36
%0
%65.49

Codes

Color #120C58 in popluar color models

120C58
RGB181288
HSL245°76.00%19.61%
HSB/HSV245°86.36%34.51%
CMYK79.55%86.36%0.00%
65.49%

Color #120C58 in popluar number systems.

HEX120C58
Decimal181288
Binary1001011001011000
Octal2214130

Shades and tints

Shades of #120C58

#120C58
(18,12,88)
#110B50
(17,11,80)
#100A48
(16,10,72)
#0F0940
(15,9,64)
#0E0838
(14,8,56)
#0D0730
(13,7,48)
#0C0628
(12,6,40)
#0B0520
(11,5,32)
#0A0418
(10,4,24)
#090310
(9,3,16)
#080208
(8,2,8)
#000000
(0,0,0)

Tints of #120C58

#120C58
(18,12,88)
#272267
(39,34,103)
#3C3876
(60,56,118)
#514E85
(81,78,133)
#666494
(102,100,148)
#7B7AA3
(123,122,163)
#9090B2
(144,144,178)
#A5A6C1
(165,166,193)
#BABCD0
(186,188,208)
#CFD2DF
(207,210,223)
#E4E8EE
(228,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120C58 color. Also use rgb(18,12,88) instead hex code.

Text Font Color

.myTextColor { color: #120C58; }

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

This text font color is #120C58.


Background Color

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

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

This div background color is #120C58.


Border color

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

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

This div border color is #120C58.


Opacity

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

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

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

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

This text has shadow with #120C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120C58 on black background.


Color preview on white background

This text has color #120C58 on white background.



Black color preview on #120C58 background

This text has black color on #120C58 background.


White color preview on #120C58 background

This text has white color on #120C58 background.