COLOR #120F57

HEX: #120F57 RGB: (18,15,87)

Color info

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

RGB color model

#120F57 color RGB value is (18,15,87).

RGB: (18,15,87) (7%, 6%, 34%)

RGB channels and saturation

R 18 of 255 = 7%
G 15 of 255 = 6%
B 87 of 255 = 34%

18
15
87

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

Portions of RGB colors in percentages

R + G + B = 18 + 15 + 87 = 120 (100%)
R 18 of 120 ~ 15%
G 15 of 120 ~ 12.5%
B 87 of 120 ~ 72.5'%

%15
%12.5
%72.5

CMYK color model

#120F57 color CMYK value is (79,83,0,66).

  • cyan value is 79.31%
  • magenta value is 82.76%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (79,83,0,66)
C79M83Y0K66 (79%, 83%, 0%, 66%)
(0.79 / 0.83 / 0.00 / 0.66)

CMYK percentages

%79.31
%82.76
%0
%65.88

Codes

Color #120F57 in popluar color models

12 0F 57
RGB 18 15 87
HSL 243° 70.59% 20.00%
HSB/HSV 243° 82.76% 34.12%
CMYK 79.31% 82.76% 0.00%
65.88%

Color #120F57 in popluar number systems.

HEX 12 0F 57
Decimal 18 15 87
Binary 10010 1111 1010111
Octal 22 17 127

Shades and tints

Shades of #120F57

#120F57
(18,15,87)
#110E50
(17,14,80)
#100D49
(16,13,73)
#0F0C42
(15,12,66)
#0E0B3B
(14,11,59)
#0D0A34
(13,10,52)
#0C092D
(12,9,45)
#0B0826
(11,8,38)
#0A071F
(10,7,31)
#090618
(9,6,24)
#080511
(8,5,17)
#000000
(0,0,0)

Tints of #120F57

#120F57
(18,15,87)
#272466
(39,36,102)
#3C3975
(60,57,117)
#514E84
(81,78,132)
#666393
(102,99,147)
#7B78A2
(123,120,162)
#908DB1
(144,141,177)
#A5A2C0
(165,162,192)
#BAB7CF
(186,183,207)
#CFCCDE
(207,204,222)
#E4E1ED
(228,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120F57; }

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

This text font color is #120F57.

Background Color

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

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

This div background color is #120F57.

Border color

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

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

This div border color is #120F57.

Opacity

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

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

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

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

This text has shadow with #120F57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120F57.

Preview

Color preview on black background

This text has color #120F57 on black background.


Color preview on white background

This text has color #120F57 on white background.


Black color preview on #120F57 background

This text has black color on #120F57 background.


White color preview on #120F57 background

This text has white color on #120F57 background.


Related colors

Complementary color

Complementary color for #hex is #EDF0A8.


I love getcolorcode.com

Triadic colors

1 #57120F and #0F5712 with #120F57 are triadic colors.

2 #570F12 and #0F1257 with #120F57 are triadic colors.