COLOR #120125

HEX: #120125 RGB: (18,1,37)

Color info

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

RGB color model

#120125 color RGB value is (18,1,37).

RGB: (18,1,37) (7%, 0%, 15%)

RGB channels and saturation

R 18 of 255 = 7%
G 1 of 255 = 0%
B 37 of 255 = 15%

18
1
37

R + G + B ~ 7%. #120125 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 1 + 37 = 56 (100%)
R 18 of 56 ~ 32.14%
G 1 of 56 ~ 1.79%
B 37 of 56 ~ 66.07'%

%32.14
%66.07

CMYK color model

#120125 color CMYK value is (51,97,0,85).

  • cyan value is 51.35%
  • magenta value is 97.30%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (51,97,0,85)
C51M97Y0K85 (51%, 97%, 0%, 85%)
(0.51 / 0.97 / 0.00 / 0.85)

CMYK percentages

%51.35
%97.3
%0
%85.49

Codes

Color #120125 in popluar color models

12 01 25
RGB 18 1 37
HSL 268° 94.74% 7.45%
HSB/HSV 268° 97.30% 14.51%
CMYK 51.35% 97.30% 0.00%
85.49%

Color #120125 in popluar number systems.

HEX 12 01 25
Decimal 18 1 37
Binary 10010 1 100101
Octal 22 1 45

Shades and tints

Shades of #120125

#120125
(18,1,37)
#110122
(17,1,34)
#10011F
(16,1,31)
#0F011C
(15,1,28)
#0E0119
(14,1,25)
#0D0116
(13,1,22)
#0C0113
(12,1,19)
#0B0110
(11,1,16)
#0A010D
(10,1,13)
#09010A
(9,1,10)
#080107
(8,1,7)
#000000
(0,0,0)

Tints of #120125

#120125
(18,1,37)
#271838
(39,24,56)
#3C2F4B
(60,47,75)
#51465E
(81,70,94)
#665D71
(102,93,113)
#7B7484
(123,116,132)
#908B97
(144,139,151)
#A5A2AA
(165,162,170)
#BAB9BD
(186,185,189)
#CFD0D0
(207,208,208)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120125 color. Also use rgb(18,1,37) instead hex code.

Text Font Color

.myTextColor { color: #120125; }

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

This text font color is #120125.

Background Color

.myBgColor { background-color: #120125; }

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

This div background color is #120125.

Border color

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

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

This div border color is #120125.

Opacity

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

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

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

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

This text has shadow with #120125 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120125.

Preview

Color preview on black background

This text has color #120125 on black background.


Color preview on white background

This text has color #120125 on white background.


Black color preview on #120125 background

This text has black color on #120125 background.


White color preview on #120125 background

This text has white color on #120125 background.


Related colors

Complementary color

Complementary color for #hex is #EDFEDA.


I love getcolorcode.com

Triadic colors

1 #251201 and #012512 with #120125 are triadic colors.

2 #250112 and #011225 with #120125 are triadic colors.