COLOR #122962

HEX: #122962
RGB: (18,41,98)

Color info

#122962 contains mainly green and blue colors. Web safe color of #122962 is #003366 (or #036).

RGB color model

#122962 color RGB value is (18,41,98).

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

RGB channels and saturation

R 18 of 255 = 7%
G 41 of 255 = 16%
B 98 of 255 = 38%

18
41
98

R + G + B ~ 20%. #122962 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 41 + 98 = 157 (100%)
R 18 of 157 ~ 11.46%
G 41 of 157 ~ 26.11%
B 98 of 157 ~ 62.42%

%11.46
%26.11
%62.42

CMYK color model

#122962 color CMYK value is (82,58,0,62).

  • cyan value is 81.63%
  • magenta value is 58.16%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(82,58,0,62)
C82M58Y0K62 
(82%,58%,0%,62%)
(0.82/0.58/0.00/0.62)	

CMYK percentages

%81.63
%58.16
%0
%61.57

Codes

Color #122962 in popluar color models

122962
RGB184198
HSL223°68.97%22.75%
HSB/HSV223°81.63%38.43%
CMYK81.63%58.16%0.00%
61.57%

Color #122962 in popluar number systems.

HEX122962
Decimal184198
Binary100101010011100010
Octal2251142

Shades and tints

Shades of #122962

#122962
(18,41,98)
#11265A
(17,38,90)
#102352
(16,35,82)
#0F204A
(15,32,74)
#0E1D42
(14,29,66)
#0D1A3A
(13,26,58)
#0C1732
(12,23,50)
#0B142A
(11,20,42)
#0A1122
(10,17,34)
#090E1A
(9,14,26)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #122962

#122962
(18,41,98)
#273C70
(39,60,112)
#3C4F7E
(60,79,126)
#51628C
(81,98,140)
#66759A
(102,117,154)
#7B88A8
(123,136,168)
#909BB6
(144,155,182)
#A5AEC4
(165,174,196)
#BAC1D2
(186,193,210)
#CFD4E0
(207,212,224)
#E4E7EE
(228,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122962; }

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

This text font color is #122962.


Background Color

.myBgColor { background-color: #122962; }

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

This div background color is #122962.


Border color

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

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

This div border color is #122962.


Opacity

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

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

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

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

This text has shadow with #122962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122962 on black background.


Color preview on white background

This text has color #122962 on white background.



Black color preview on #122962 background

This text has black color on #122962 background.


White color preview on #122962 background

This text has white color on #122962 background.