COLOR #121645

HEX: #121645
RGB: (18,22,69)

Color info

#121645 contains red, green and blue colors in about the same proportion. Web safe color of #121645 is #000033 (or #003).

RGB color model

#121645 color RGB value is (18,22,69).

  • red value is 18;
  • green value is 22;
  • blue value is 69.
RGB:
(18,22,69)
(7%,9%,27%)

RGB channels and saturation

R 18 of 255 = 7%
G 22 of 255 = 9%
B 69 of 255 = 27%

18
22
69

R + G + B ~ 14%. #121645 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 22 + 69 = 109 (100%)
R 18 of 109 ~ 16.51%
G 22 of 109 ~ 20.18%
B 69 of 109 ~ 63.3%

%16.51
%20.18
%63.3

CMYK color model

#121645 color CMYK value is (74,68,0,73).

  • cyan value is 73.91%
  • magenta value is 68.12%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(74,68,0,73)
C74M68Y0K73 
(74%,68%,0%,73%)
(0.74/0.68/0.00/0.73)	

CMYK percentages

%73.91
%68.12
%0
%72.94

Codes

Color #121645 in popluar color models

121645
RGB182269
HSL235°58.62%17.06%
HSB/HSV235°73.91%27.06%
CMYK73.91%68.12%0.00%
72.94%

Color #121645 in popluar number systems.

HEX121645
Decimal182269
Binary10010101101000101
Octal2226105

Shades and tints

Shades of #121645

#121645
(18,22,69)
#11143F
(17,20,63)
#101239
(16,18,57)
#0F1033
(15,16,51)
#0E0E2D
(14,14,45)
#0D0C27
(13,12,39)
#0C0A21
(12,10,33)
#0B081B
(11,8,27)
#0A0615
(10,6,21)
#09040F
(9,4,15)
#080209
(8,2,9)
#000000
(0,0,0)

Tints of #121645

#121645
(18,22,69)
#272B55
(39,43,85)
#3C4065
(60,64,101)
#515575
(81,85,117)
#666A85
(102,106,133)
#7B7F95
(123,127,149)
#9094A5
(144,148,165)
#A5A9B5
(165,169,181)
#BABEC5
(186,190,197)
#CFD3D5
(207,211,213)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121645 color. Also use rgb(18,22,69) instead hex code.

Text Font Color

.myTextColor { color: #121645; }

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

This text font color is #121645.


Background Color

.myBgColor { background-color: #121645; }

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

This div background color is #121645.


Border color

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

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

This div border color is #121645.


Opacity

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

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

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

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

This text has shadow with #121645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121645 on black background.


Color preview on white background

This text has color #121645 on white background.



Black color preview on #121645 background

This text has black color on #121645 background.


White color preview on #121645 background

This text has white color on #121645 background.