COLOR #120F41

HEX: #120F41 RGB: (18,15,65)

Color info

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

RGB color model

#120F41 color RGB value is (18,15,65).

RGB: (18,15,65) (7%, 6%, 25%)

RGB channels and saturation

R 18 of 255 = 7%
G 15 of 255 = 6%
B 65 of 255 = 25%

18
15
65

R + G + B ~ 13%. #120F41 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 15 + 65 = 98 (100%)
R 18 of 98 ~ 18.37%
G 15 of 98 ~ 15.31%
B 65 of 98 ~ 66.33'%

%18.37
%15.31
%66.33

CMYK color model

#120F41 color CMYK value is (72,77,0,75).

  • cyan value is 72.31%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (72,77,0,75)
C72M77Y0K75 (72%, 77%, 0%, 75%)
(0.72 / 0.77 / 0.00 / 0.75)

CMYK percentages

%72.31
%76.92
%0
%74.51

Codes

Color #120F41 in popluar color models

12 0F 41
RGB 18 15 65
HSL 244° 62.50% 15.69%
HSB/HSV 244° 76.92% 25.49%
CMYK 72.31% 76.92% 0.00%
74.51%

Color #120F41 in popluar number systems.

HEX 12 0F 41
Decimal 18 15 65
Binary 10010 1111 1000001
Octal 22 17 101

Shades and tints

Shades of #120F41

#120F41
(18,15,65)
#110E3C
(17,14,60)
#100D37
(16,13,55)
#0F0C32
(15,12,50)
#0E0B2D
(14,11,45)
#0D0A28
(13,10,40)
#0C0923
(12,9,35)
#0B081E
(11,8,30)
#0A0719
(10,7,25)
#090614
(9,6,20)
#08050F
(8,5,15)
#000000
(0,0,0)

Tints of #120F41

#120F41
(18,15,65)
#272452
(39,36,82)
#3C3963
(60,57,99)
#514E74
(81,78,116)
#666385
(102,99,133)
#7B7896
(123,120,150)
#908DA7
(144,141,167)
#A5A2B8
(165,162,184)
#BAB7C9
(186,183,201)
#CFCCDA
(207,204,218)
#E4E1EB
(228,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120F41 color. Also use rgb(18,15,65) instead hex code.

Text Font Color

.myTextColor { color: #120F41; }

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

This text font color is #120F41.

Background Color

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

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

This div background color is #120F41.

Border color

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

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

This div border color is #120F41.

Opacity

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

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

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

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

This text has shadow with #120F41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120F41.

Preview

Color preview on black background

This text has color #120F41 on black background.


Color preview on white background

This text has color #120F41 on white background.


Black color preview on #120F41 background

This text has black color on #120F41 background.


White color preview on #120F41 background

This text has white color on #120F41 background.


Related colors

Complementary color

Complementary color for #hex is #EDF0BE.


I love getcolorcode.com

Triadic colors

1 #41120F and #0F4112 with #120F41 are triadic colors.

2 #410F12 and #0F1241 with #120F41 are triadic colors.