COLOR #121F56

HEX: #121F56
RGB: (18,31,86)

Color info

#121F56 contains mainly green and blue colors. Web safe color of #121F56 is #003366 (or #036).

RGB color model

#121F56 color RGB value is (18,31,86).

  • red value is 18;
  • green value is 31;
  • blue value is 86.
RGB:
(18,31,86)
(7%,12%,34%)

RGB channels and saturation

R 18 of 255 = 7%
G 31 of 255 = 12%
B 86 of 255 = 34%

18
31
86

R + G + B ~ 18%. #121F56 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 31 + 86 = 135 (100%)
R 18 of 135 ~ 13.33%
G 31 of 135 ~ 22.96%
B 86 of 135 ~ 63.7%

%13.33
%22.96
%63.7

CMYK color model

#121F56 color CMYK value is (79,64,0,66).

  • cyan value is 79.07%
  • magenta value is 63.95%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(79,64,0,66)
C79M64Y0K66 
(79%,64%,0%,66%)
(0.79/0.64/0.00/0.66)	

CMYK percentages

%79.07
%63.95
%0
%66.27

Codes

Color #121F56 in popluar color models

121F56
RGB183186
HSL229°65.38%20.39%
HSB/HSV229°79.07%33.73%
CMYK79.07%63.95%0.00%
66.27%

Color #121F56 in popluar number systems.

HEX121F56
Decimal183186
Binary10010111111010110
Octal2237126

Shades and tints

Shades of #121F56

#121F56
(18,31,86)
#111D4F
(17,29,79)
#101B48
(16,27,72)
#0F1941
(15,25,65)
#0E173A
(14,23,58)
#0D1533
(13,21,51)
#0C132C
(12,19,44)
#0B1125
(11,17,37)
#0A0F1E
(10,15,30)
#090D17
(9,13,23)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #121F56

#121F56
(18,31,86)
#273365
(39,51,101)
#3C4774
(60,71,116)
#515B83
(81,91,131)
#666F92
(102,111,146)
#7B83A1
(123,131,161)
#9097B0
(144,151,176)
#A5ABBF
(165,171,191)
#BABFCE
(186,191,206)
#CFD3DD
(207,211,221)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121F56 color. Also use rgb(18,31,86) instead hex code.

Text Font Color

.myTextColor { color: #121F56; }

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

This text font color is #121F56.


Background Color

.myBgColor { background-color: #121F56; }

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

This div background color is #121F56.


Border color

.myBorderColor { border: 1px solid #121F56; }

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

This div border color is #121F56.


Opacity

.myOpacity80 { color: #121F56; opacity: 0.8; }

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

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

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

This text has shadow with #121F56 color.

.textShadow {text-shadow: 3px 3px 1px #121F56, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121F56 on black background.


Color preview on white background

This text has color #121F56 on white background.



Black color preview on #121F56 background

This text has black color on #121F56 background.


White color preview on #121F56 background

This text has white color on #121F56 background.