COLOR #122142

HEX: #122142
RGB: (18,33,66)

Color info

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

RGB color model

#122142 color RGB value is (18,33,66).

  • red value is 18;
  • green value is 33;
  • blue value is 66.
RGB:
(18,33,66)
(7%,13%,26%)

RGB channels and saturation

R 18 of 255 = 7%
G 33 of 255 = 13%
B 66 of 255 = 26%

18
33
66

R + G + B ~ 15%. #122142 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 33 + 66 = 117 (100%)
R 18 of 117 ~ 15.38%
G 33 of 117 ~ 28.21%
B 66 of 117 ~ 56.41%

%15.38
%28.21
%56.41

CMYK color model

#122142 color CMYK value is (73,50,0,74).

  • cyan value is 72.73%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(73,50,0,74)
C73M50Y0K74 
(73%,50%,0%,74%)
(0.73/0.50/0.00/0.74)	

CMYK percentages

%72.73
%50
%0
%74.12

Codes

Color #122142 in popluar color models

122142
RGB183366
HSL221°57.14%16.47%
HSB/HSV221°72.73%25.88%
CMYK72.73%50.00%0.00%
74.12%

Color #122142 in popluar number systems.

HEX122142
Decimal183366
Binary100101000011000010
Octal2241102

Shades and tints

Shades of #122142

#122142
(18,33,66)
#111E3C
(17,30,60)
#101B36
(16,27,54)
#0F1830
(15,24,48)
#0E152A
(14,21,42)
#0D1224
(13,18,36)
#0C0F1E
(12,15,30)
#0B0C18
(11,12,24)
#0A0912
(10,9,18)
#09060C
(9,6,12)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #122142

#122142
(18,33,66)
#273553
(39,53,83)
#3C4964
(60,73,100)
#515D75
(81,93,117)
#667186
(102,113,134)
#7B8597
(123,133,151)
#9099A8
(144,153,168)
#A5ADB9
(165,173,185)
#BAC1CA
(186,193,202)
#CFD5DB
(207,213,219)
#E4E9EC
(228,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122142 color. Also use rgb(18,33,66) instead hex code.

Text Font Color

.myTextColor { color: #122142; }

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

This text font color is #122142.


Background Color

.myBgColor { background-color: #122142; }

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

This div background color is #122142.


Border color

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

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

This div border color is #122142.


Opacity

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

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

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

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

This text has shadow with #122142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122142 on black background.


Color preview on white background

This text has color #122142 on white background.



Black color preview on #122142 background

This text has black color on #122142 background.


White color preview on #122142 background

This text has white color on #122142 background.