COLOR #121446

HEX: #121446
RGB: (18,20,70)

Color info

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

RGB color model

#121446 color RGB value is (18,20,70).

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

RGB channels and saturation

R 18 of 255 = 7%
G 20 of 255 = 8%
B 70 of 255 = 27%

18
20
70

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

Portions of RGB colors in percentages

R + G + B =
18 + 20 + 70 = 108 (100%)
R 18 of 108 ~ 16.67%
G 20 of 108 ~ 18.52%
B 70 of 108 ~ 64.81%

%16.67
%18.52
%64.81

CMYK color model

#121446 color CMYK value is (74,71,0,73).

  • cyan value is 74.29%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(74,71,0,73)
C74M71Y0K73 
(74%,71%,0%,73%)
(0.74/0.71/0.00/0.73)	

CMYK percentages

%74.29
%71.43
%0
%72.55

Codes

Color #121446 in popluar color models

121446
RGB182070
HSL238°59.09%17.25%
HSB/HSV238°74.29%27.45%
CMYK74.29%71.43%0.00%
72.55%

Color #121446 in popluar number systems.

HEX121446
Decimal182070
Binary10010101001000110
Octal2224106

Shades and tints

Shades of #121446

#121446
(18,20,70)
#111340
(17,19,64)
#10123A
(16,18,58)
#0F1134
(15,17,52)
#0E102E
(14,16,46)
#0D0F28
(13,15,40)
#0C0E22
(12,14,34)
#0B0D1C
(11,13,28)
#0A0C16
(10,12,22)
#090B10
(9,11,16)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #121446

#121446
(18,20,70)
#272956
(39,41,86)
#3C3E66
(60,62,102)
#515376
(81,83,118)
#666886
(102,104,134)
#7B7D96
(123,125,150)
#9092A6
(144,146,166)
#A5A7B6
(165,167,182)
#BABCC6
(186,188,198)
#CFD1D6
(207,209,214)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121446; }

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

This text font color is #121446.


Background Color

.myBgColor { background-color: #121446; }

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

This div background color is #121446.


Border color

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

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

This div border color is #121446.


Opacity

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

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

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

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

This text has shadow with #121446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121446 on black background.


Color preview on white background

This text has color #121446 on white background.



Black color preview on #121446 background

This text has black color on #121446 background.


White color preview on #121446 background

This text has white color on #121446 background.