COLOR #122D6D

HEX: #122D6D
RGB: (18,45,109)

Color info

#122D6D contains mainly blue color. Web safe color of #122D6D is #003366 (or #036).

RGB color model

#122D6D color RGB value is (18,45,109).

  • red value is 18;
  • green value is 45;
  • blue value is 109.
RGB: (18,45,109) (7%,18%,43%)

RGB channels and saturation

R 18 of 255 = 7%
G 45 of 255 = 18%
B 109 of 255 = 43%

18
45
109

R + G + B ~ 23%. #122D6D is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 45 + 109 = 172 (100%)
R 18 of 172 ~ 10.47%
G 45 of 172 ~ 26.16%
B 109 of 172 ~ 63.37%

%10.47
%26.16
%63.37

CMYK color model

#122D6D color CMYK value is (83,59,0,57).

  • cyan value is 83.49%
  • magenta value is 58.72%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (83,59,0,57) C83M59Y0K57 (83%,59%,0%,57%) (0.83/0.59/0.00/0.57)

CMYK percentages

%83.49
%58.72
%0
%57.25

Codes

Color #122D6D in popluar color models

122D6D
RGB1845109
HSL222°71.65%24.90%
HSB/HSV222°83.49%42.75%
CMYK83.49%58.72%0.00%
57.25%

Color #122D6D in popluar number systems.

HEX122D6D
Decimal1845109
Binary100101011011101101
Octal2255155

Shades and tints

Shades of #122D6D

#122D6D
(18,45,109)
#112964
(17,41,100)
#10255B
(16,37,91)
#0F2152
(15,33,82)
#0E1D49
(14,29,73)
#0D1940
(13,25,64)
#0C1537
(12,21,55)
#0B112E
(11,17,46)
#0A0D25
(10,13,37)
#09091C
(9,9,28)
#080513
(8,5,19)
#000000
(0,0,0)

Tints of #122D6D

#122D6D
(18,45,109)
#27407A
(39,64,122)
#3C5387
(60,83,135)
#516694
(81,102,148)
#6679A1
(102,121,161)
#7B8CAE
(123,140,174)
#909FBB
(144,159,187)
#A5B2C8
(165,178,200)
#BAC5D5
(186,197,213)
#CFD8E2
(207,216,226)
#E4EBEF
(228,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122D6D color. Also use rgb(18,45,109) instead hex code.

Text Font Color

.myTextColor { color: #122D6D; }

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

This text font color is #122D6D.


Background Color

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

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

This div background color is #122D6D.


Border color

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

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

This div border color is #122D6D.


Opacity

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

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

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

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

This text has shadow with #122D6D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #122D6D on black background.


Color preview on white background

This text has color #122D6D on white background.



Black color preview on #122D6D background

This text has black color on #122D6D background.


White color preview on #122D6D background

This text has white color on #122D6D background.