COLOR #122A46

HEX: #122A46
RGB: (18,42,70)

Color info

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

RGB color model

#122A46 color RGB value is (18,42,70).

  • red value is 18;
  • green value is 42;
  • blue value is 70.
RGB:
(18,42,70)
(7%,16%,27%)

RGB channels and saturation

R 18 of 255 = 7%
G 42 of 255 = 16%
B 70 of 255 = 27%

18
42
70

R + G + B ~ 17%. #122A46 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 42 + 70 = 130 (100%)
R 18 of 130 ~ 13.85%
G 42 of 130 ~ 32.31%
B 70 of 130 ~ 53.85%

%13.85
%32.31
%53.85

CMYK color model

#122A46 color CMYK value is (74,40,0,73).

  • cyan value is 74.29%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(74,40,0,73)
C74M40Y0K73 
(74%,40%,0%,73%)
(0.74/0.40/0.00/0.73)	

CMYK percentages

%74.29
%40
%0
%72.55

Codes

Color #122A46 in popluar color models

122A46
RGB184270
HSL212°59.09%17.25%
HSB/HSV212°74.29%27.45%
CMYK74.29%40.00%0.00%
72.55%

Color #122A46 in popluar number systems.

HEX122A46
Decimal184270
Binary100101010101000110
Octal2252106

Shades and tints

Shades of #122A46

#122A46
(18,42,70)
#112740
(17,39,64)
#10243A
(16,36,58)
#0F2134
(15,33,52)
#0E1E2E
(14,30,46)
#0D1B28
(13,27,40)
#0C1822
(12,24,34)
#0B151C
(11,21,28)
#0A1216
(10,18,22)
#090F10
(9,15,16)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #122A46

#122A46
(18,42,70)
#273D56
(39,61,86)
#3C5066
(60,80,102)
#516376
(81,99,118)
#667686
(102,118,134)
#7B8996
(123,137,150)
#909CA6
(144,156,166)
#A5AFB6
(165,175,182)
#BAC2C6
(186,194,198)
#CFD5D6
(207,213,214)
#E4E8E6
(228,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122A46 color. Also use rgb(18,42,70) instead hex code.

Text Font Color

.myTextColor { color: #122A46; }

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

This text font color is #122A46.


Background Color

.myBgColor { background-color: #122A46; }

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

This div background color is #122A46.


Border color

.myBorderColor { border: 1px solid #122A46; }

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

This div border color is #122A46.


Opacity

.myOpacity80 { color: #122A46; opacity: 0.8; }

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

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

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

This text has shadow with #122A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122A46 on black background.


Color preview on white background

This text has color #122A46 on white background.



Black color preview on #122A46 background

This text has black color on #122A46 background.


White color preview on #122A46 background

This text has white color on #122A46 background.