COLOR #122239

HEX: #122239
RGB: (18,34,57)

Color info

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

RGB color model

#122239 color RGB value is (18,34,57).

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

RGB channels and saturation

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

18
34
57

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

Portions of RGB colors in percentages

R + G + B =
18 + 34 + 57 = 109 (100%)
R 18 of 109 ~ 16.51%
G 34 of 109 ~ 31.19%
B 57 of 109 ~ 52.29%

%16.51
%31.19
%52.29

CMYK color model

#122239 color CMYK value is (68,40,0,78).

  • cyan value is 68.42%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(68,40,0,78)
C68M40Y0K78 
(68%,40%,0%,78%)
(0.68/0.40/0.00/0.78)	

CMYK percentages

%68.42
%40.35
%0
%77.65

Codes

Color #122239 in popluar color models

122239
RGB183457
HSL215°52.00%14.71%
HSB/HSV215°68.42%22.35%
CMYK68.42%40.35%0.00%
77.65%

Color #122239 in popluar number systems.

HEX122239
Decimal183457
Binary10010100010111001
Octal224271

Shades and tints

Shades of #122239

#122239
(18,34,57)
#111F34
(17,31,52)
#101C2F
(16,28,47)
#0F192A
(15,25,42)
#0E1625
(14,22,37)
#0D1320
(13,19,32)
#0C101B
(12,16,27)
#0B0D16
(11,13,22)
#0A0A11
(10,10,17)
#09070C
(9,7,12)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #122239

#122239
(18,34,57)
#27364B
(39,54,75)
#3C4A5D
(60,74,93)
#515E6F
(81,94,111)
#667281
(102,114,129)
#7B8693
(123,134,147)
#909AA5
(144,154,165)
#A5AEB7
(165,174,183)
#BAC2C9
(186,194,201)
#CFD6DB
(207,214,219)
#E4EAED
(228,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122239; }

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

This text font color is #122239.


Background Color

.myBgColor { background-color: #122239; }

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

This div background color is #122239.


Border color

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

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

This div border color is #122239.


Opacity

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

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

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

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

This text has shadow with #122239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122239 on black background.


Color preview on white background

This text has color #122239 on white background.



Black color preview on #122239 background

This text has black color on #122239 background.


White color preview on #122239 background

This text has white color on #122239 background.