COLOR #122942

HEX: #122942
RGB: (18,41,66)

Color info

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

RGB color model

#122942 color RGB value is (18,41,66).

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

RGB channels and saturation

R 18 of 255 = 7%
G 41 of 255 = 16%
B 66 of 255 = 26%

18
41
66

R + G + B ~ 16%. #122942 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 41 + 66 = 125 (100%)
R 18 of 125 ~ 14.4%
G 41 of 125 ~ 32.8%
B 66 of 125 ~ 52.8%

%14.4
%32.8
%52.8

CMYK color model

#122942 color CMYK value is (73,38,0,74).

  • cyan value is 72.73%
  • magenta value is 37.88%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(73,38,0,74)
C73M38Y0K74 
(73%,38%,0%,74%)
(0.73/0.38/0.00/0.74)	

CMYK percentages

%72.73
%37.88
%0
%74.12

Codes

Color #122942 in popluar color models

122942
RGB184166
HSL211°57.14%16.47%
HSB/HSV211°72.73%25.88%
CMYK72.73%37.88%0.00%
74.12%

Color #122942 in popluar number systems.

HEX122942
Decimal184166
Binary100101010011000010
Octal2251102

Shades and tints

Shades of #122942

#122942
(18,41,66)
#11263C
(17,38,60)
#102336
(16,35,54)
#0F2030
(15,32,48)
#0E1D2A
(14,29,42)
#0D1A24
(13,26,36)
#0C171E
(12,23,30)
#0B1418
(11,20,24)
#0A1112
(10,17,18)
#090E0C
(9,14,12)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #122942

#122942
(18,41,66)
#273C53
(39,60,83)
#3C4F64
(60,79,100)
#516275
(81,98,117)
#667586
(102,117,134)
#7B8897
(123,136,151)
#909BA8
(144,155,168)
#A5AEB9
(165,174,185)
#BAC1CA
(186,193,202)
#CFD4DB
(207,212,219)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122942; }

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

This text font color is #122942.


Background Color

.myBgColor { background-color: #122942; }

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

This div background color is #122942.


Border color

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

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

This div border color is #122942.


Opacity

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

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

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

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

This text has shadow with #122942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122942 on black background.


Color preview on white background

This text has color #122942 on white background.



Black color preview on #122942 background

This text has black color on #122942 background.


White color preview on #122942 background

This text has white color on #122942 background.