COLOR #121340

HEX: #121340
RGB: (18,19,64)

Color info

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

RGB color model

#121340 color RGB value is (18,19,64).

  • red value is 18;
  • green value is 19;
  • blue value is 64.
RGB:
(18,19,64)
(7%,7%,25%)

RGB channels and saturation

R 18 of 255 = 7%
G 19 of 255 = 7%
B 64 of 255 = 25%

18
19
64

R + G + B ~ 13%. #121340 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 19 + 64 = 101 (100%)
R 18 of 101 ~ 17.82%
G 19 of 101 ~ 18.81%
B 64 of 101 ~ 63.37%

%17.82
%18.81
%63.37

CMYK color model

#121340 color CMYK value is (72,70,0,75).

  • cyan value is 71.88%
  • magenta value is 70.31%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(72,70,0,75)
C72M70Y0K75 
(72%,70%,0%,75%)
(0.72/0.70/0.00/0.75)	

CMYK percentages

%71.88
%70.31
%0
%74.9

Codes

Color #121340 in popluar color models

121340
RGB181964
HSL239°56.10%16.08%
HSB/HSV239°71.88%25.10%
CMYK71.88%70.31%0.00%
74.90%

Color #121340 in popluar number systems.

HEX121340
Decimal181964
Binary10010100111000000
Octal2223100

Shades and tints

Shades of #121340

#121340
(18,19,64)
#11123B
(17,18,59)
#101136
(16,17,54)
#0F1031
(15,16,49)
#0E0F2C
(14,15,44)
#0D0E27
(13,14,39)
#0C0D22
(12,13,34)
#0B0C1D
(11,12,29)
#0A0B18
(10,11,24)
#090A13
(9,10,19)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #121340

#121340
(18,19,64)
#272851
(39,40,81)
#3C3D62
(60,61,98)
#515273
(81,82,115)
#666784
(102,103,132)
#7B7C95
(123,124,149)
#9091A6
(144,145,166)
#A5A6B7
(165,166,183)
#BABBC8
(186,187,200)
#CFD0D9
(207,208,217)
#E4E5EA
(228,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121340 color. Also use rgb(18,19,64) instead hex code.

Text Font Color

.myTextColor { color: #121340; }

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

This text font color is #121340.


Background Color

.myBgColor { background-color: #121340; }

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

This div background color is #121340.


Border color

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

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

This div border color is #121340.


Opacity

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

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

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

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

This text has shadow with #121340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121340 on black background.


Color preview on white background

This text has color #121340 on white background.



Black color preview on #121340 background

This text has black color on #121340 background.


White color preview on #121340 background

This text has white color on #121340 background.