COLOR #120C3A

HEX: #120C3A RGB: (18,12,58)

Color info

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

RGB color model

#120C3A color RGB value is (18,12,58).

RGB: (18,12,58) (7%, 5%, 23%)

RGB channels and saturation

R 18 of 255 = 7%
G 12 of 255 = 5%
B 58 of 255 = 23%

18
12
58

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

Portions of RGB colors in percentages

R + G + B = 18 + 12 + 58 = 88 (100%)
R 18 of 88 ~ 20.45%
G 12 of 88 ~ 13.64%
B 58 of 88 ~ 65.91'%

%20.45
%13.64
%65.91

CMYK color model

#120C3A color CMYK value is (69,79,0,77).

  • cyan value is 68.97%
  • magenta value is 79.31%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (69,79,0,77)
C69M79Y0K77 (69%, 79%, 0%, 77%)
(0.69 / 0.79 / 0.00 / 0.77)

CMYK percentages

%68.97
%79.31
%0
%77.25

Codes

Color #120C3A in popluar color models

12 0C 3A
RGB 18 12 58
HSL 248° 65.71% 13.73%
HSB/HSV 248° 79.31% 22.75%
CMYK 68.97% 79.31% 0.00%
77.25%

Color #120C3A in popluar number systems.

HEX 12 0C 3A
Decimal 18 12 58
Binary 10010 1100 111010
Octal 22 14 72

Shades and tints

Shades of #120C3A

#120C3A
(18,12,58)
#110B35
(17,11,53)
#100A30
(16,10,48)
#0F092B
(15,9,43)
#0E0826
(14,8,38)
#0D0721
(13,7,33)
#0C061C
(12,6,28)
#0B0517
(11,5,23)
#0A0412
(10,4,18)
#09030D
(9,3,13)
#080208
(8,2,8)
#000000
(0,0,0)

Tints of #120C3A

#120C3A
(18,12,58)
#27224B
(39,34,75)
#3C385C
(60,56,92)
#514E6D
(81,78,109)
#66647E
(102,100,126)
#7B7A8F
(123,122,143)
#9090A0
(144,144,160)
#A5A6B1
(165,166,177)
#BABCC2
(186,188,194)
#CFD2D3
(207,210,211)
#E4E8E4
(228,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120C3A; }

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

This text font color is #120C3A.

Background Color

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

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

This div background color is #120C3A.

Border color

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

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

This div border color is #120C3A.

Opacity

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

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

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

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

This text has shadow with #120C3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120C3A.

Preview

Color preview on black background

This text has color #120C3A on black background.


Color preview on white background

This text has color #120C3A on white background.


Black color preview on #120C3A background

This text has black color on #120C3A background.


White color preview on #120C3A background

This text has white color on #120C3A background.


Related colors

Complementary color

Complementary color for #hex is #EDF3C5.


I love getcolorcode.com

Triadic colors

1 #3A120C and #0C3A12 with #120C3A are triadic colors.

2 #3A0C12 and #0C123A with #120C3A are triadic colors.