COLOR #122237

HEX: #122237
RGB: (18,34,55)

Color info

#122237 contains red, green and blue colors in about the same proportion. Web safe color of #122237 is #003333 (or #033).

RGB color model

#122237 color RGB value is (18,34,55).

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

RGB channels and saturation

R 18 of 255 = 7%
G 34 of 255 = 13%
B 55 of 255 = 22%

18
34
55

R + G + B ~ 14%. #122237 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 34 + 55 = 107 (100%)
R 18 of 107 ~ 16.82%
G 34 of 107 ~ 31.78%
B 55 of 107 ~ 51.4%

%16.82
%31.78
%51.4

CMYK color model

#122237 color CMYK value is (67,38,0,78).

  • cyan value is 67.27%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(67,38,0,78)
C67M38Y0K78 
(67%,38%,0%,78%)
(0.67/0.38/0.00/0.78)	

CMYK percentages

%67.27
%38.18
%0
%78.43

Codes

Color #122237 in popluar color models

122237
RGB183455
HSL214°50.68%14.31%
HSB/HSV214°67.27%21.57%
CMYK67.27%38.18%0.00%
78.43%

Color #122237 in popluar number systems.

HEX122237
Decimal183455
Binary10010100010110111
Octal224267

Shades and tints

Shades of #122237

#122237
(18,34,55)
#111F32
(17,31,50)
#101C2D
(16,28,45)
#0F1928
(15,25,40)
#0E1623
(14,22,35)
#0D131E
(13,19,30)
#0C1019
(12,16,25)
#0B0D14
(11,13,20)
#0A0A0F
(10,10,15)
#09070A
(9,7,10)
#080405
(8,4,5)
#000000
(0,0,0)

Tints of #122237

#122237
(18,34,55)
#273649
(39,54,73)
#3C4A5B
(60,74,91)
#515E6D
(81,94,109)
#66727F
(102,114,127)
#7B8691
(123,134,145)
#909AA3
(144,154,163)
#A5AEB5
(165,174,181)
#BAC2C7
(186,194,199)
#CFD6D9
(207,214,217)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122237; }

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

This text font color is #122237.


Background Color

.myBgColor { background-color: #122237; }

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

This div background color is #122237.


Border color

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

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

This div border color is #122237.


Opacity

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

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

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

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

This text has shadow with #122237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122237 on black background.


Color preview on white background

This text has color #122237 on white background.



Black color preview on #122237 background

This text has black color on #122237 background.


White color preview on #122237 background

This text has white color on #122237 background.