COLOR #120B65

HEX: #120B65
RGB: (18,11,101)

Color info

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

RGB color model

#120B65 color RGB value is (18,11,101).

  • red value is 18;
  • green value is 11;
  • blue value is 101.
RGB:
(18,11,101)
(7%,4%,40%)

RGB channels and saturation

R 18 of 255 = 7%
G 11 of 255 = 4%
B 101 of 255 = 40%

18
11
101

R + G + B ~ 17%. #120B65 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 11 + 101 = 130 (100%)
R 18 of 130 ~ 13.85%
G 11 of 130 ~ 8.46%
B 101 of 130 ~ 77.69%

%13.85
%77.69

CMYK color model

#120B65 color CMYK value is (82,89,0,60).

  • cyan value is 82.18%
  • magenta value is 89.11%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(82,89,0,60)
C82M89Y0K60 
(82%,89%,0%,60%)
(0.82/0.89/0.00/0.60)	

CMYK percentages

%82.18
%89.11
%0
%60.39

Codes

Color #120B65 in popluar color models

120B65
RGB1811101
HSL245°80.36%21.96%
HSB/HSV245°89.11%39.61%
CMYK82.18%89.11%0.00%
60.39%

Color #120B65 in popluar number systems.

HEX120B65
Decimal1811101
Binary1001010111100101
Octal2213145

Shades and tints

Shades of #120B65

#120B65
(18,11,101)
#110A5C
(17,10,92)
#100953
(16,9,83)
#0F084A
(15,8,74)
#0E0741
(14,7,65)
#0D0638
(13,6,56)
#0C052F
(12,5,47)
#0B0426
(11,4,38)
#0A031D
(10,3,29)
#090214
(9,2,20)
#08010B
(8,1,11)
#000000
(0,0,0)

Tints of #120B65

#120B65
(18,11,101)
#272173
(39,33,115)
#3C3781
(60,55,129)
#514D8F
(81,77,143)
#66639D
(102,99,157)
#7B79AB
(123,121,171)
#908FB9
(144,143,185)
#A5A5C7
(165,165,199)
#BABBD5
(186,187,213)
#CFD1E3
(207,209,227)
#E4E7F1
(228,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120B65 color. Also use rgb(18,11,101) instead hex code.

Text Font Color

.myTextColor { color: #120B65; }

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

This text font color is #120B65.


Background Color

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

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

This div background color is #120B65.


Border color

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

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

This div border color is #120B65.


Opacity

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

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

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

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

This text has shadow with #120B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120B65 on black background.


Color preview on white background

This text has color #120B65 on white background.



Black color preview on #120B65 background

This text has black color on #120B65 background.


White color preview on #120B65 background

This text has white color on #120B65 background.