COLOR #122256

HEX: #122256
RGB: (18,34,86)

Color info

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

RGB color model

#122256 color RGB value is (18,34,86).

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

RGB channels and saturation

R 18 of 255 = 7%
G 34 of 255 = 13%
B 86 of 255 = 34%

18
34
86

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

Portions of RGB colors in percentages

R + G + B =
18 + 34 + 86 = 138 (100%)
R 18 of 138 ~ 13.04%
G 34 of 138 ~ 24.64%
B 86 of 138 ~ 62.32%

%13.04
%24.64
%62.32

CMYK color model

#122256 color CMYK value is (79,60,0,66).

  • cyan value is 79.07%
  • magenta value is 60.47%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(79,60,0,66)
C79M60Y0K66 
(79%,60%,0%,66%)
(0.79/0.60/0.00/0.66)	

CMYK percentages

%79.07
%60.47
%0
%66.27

Codes

Color #122256 in popluar color models

122256
RGB183486
HSL226°65.38%20.39%
HSB/HSV226°79.07%33.73%
CMYK79.07%60.47%0.00%
66.27%

Color #122256 in popluar number systems.

HEX122256
Decimal183486
Binary100101000101010110
Octal2242126

Shades and tints

Shades of #122256

#122256
(18,34,86)
#111F4F
(17,31,79)
#101C48
(16,28,72)
#0F1941
(15,25,65)
#0E163A
(14,22,58)
#0D1333
(13,19,51)
#0C102C
(12,16,44)
#0B0D25
(11,13,37)
#0A0A1E
(10,10,30)
#090717
(9,7,23)
#080410
(8,4,16)
#000000
(0,0,0)

Tints of #122256

#122256
(18,34,86)
#273665
(39,54,101)
#3C4A74
(60,74,116)
#515E83
(81,94,131)
#667292
(102,114,146)
#7B86A1
(123,134,161)
#909AB0
(144,154,176)
#A5AEBF
(165,174,191)
#BAC2CE
(186,194,206)
#CFD6DD
(207,214,221)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122256; }

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

This text font color is #122256.


Background Color

.myBgColor { background-color: #122256; }

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

This div background color is #122256.


Border color

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

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

This div border color is #122256.


Opacity

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

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

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

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

This text has shadow with #122256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122256 on black background.


Color preview on white background

This text has color #122256 on white background.



Black color preview on #122256 background

This text has black color on #122256 background.


White color preview on #122256 background

This text has white color on #122256 background.