COLOR #121352

HEX: #121352
RGB: (18,19,82)

Color info

#121352 contains mainly blue color. Web safe color of #121352 is #000066 (or #006).

RGB color model

#121352 color RGB value is (18,19,82).

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

RGB channels and saturation

R 18 of 255 = 7%
G 19 of 255 = 7%
B 82 of 255 = 32%

18
19
82

R + G + B ~ 15%. #121352 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 19 + 82 = 119 (100%)
R 18 of 119 ~ 15.13%
G 19 of 119 ~ 15.97%
B 82 of 119 ~ 68.91%

%15.13
%15.97
%68.91

CMYK color model

#121352 color CMYK value is (78,77,0,68).

  • cyan value is 78.05%
  • magenta value is 76.83%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(78,77,0,68)
C78M77Y0K68 
(78%,77%,0%,68%)
(0.78/0.77/0.00/0.68)	

CMYK percentages

%78.05
%76.83
%0
%67.84

Codes

Color #121352 in popluar color models

121352
RGB181982
HSL239°64.00%19.61%
HSB/HSV239°78.05%32.16%
CMYK78.05%76.83%0.00%
67.84%

Color #121352 in popluar number systems.

HEX121352
Decimal181982
Binary10010100111010010
Octal2223122

Shades and tints

Shades of #121352

#121352
(18,19,82)
#11124B
(17,18,75)
#101144
(16,17,68)
#0F103D
(15,16,61)
#0E0F36
(14,15,54)
#0D0E2F
(13,14,47)
#0C0D28
(12,13,40)
#0B0C21
(11,12,33)
#0A0B1A
(10,11,26)
#090A13
(9,10,19)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #121352

#121352
(18,19,82)
#272861
(39,40,97)
#3C3D70
(60,61,112)
#51527F
(81,82,127)
#66678E
(102,103,142)
#7B7C9D
(123,124,157)
#9091AC
(144,145,172)
#A5A6BB
(165,166,187)
#BABBCA
(186,187,202)
#CFD0D9
(207,208,217)
#E4E5E8
(228,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121352; }

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

This text font color is #121352.


Background Color

.myBgColor { background-color: #121352; }

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

This div background color is #121352.


Border color

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

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

This div border color is #121352.


Opacity

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

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

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

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

This text has shadow with #121352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121352 on black background.


Color preview on white background

This text has color #121352 on white background.



Black color preview on #121352 background

This text has black color on #121352 background.


White color preview on #121352 background

This text has white color on #121352 background.