COLOR #121330

HEX: #121330
RGB: (18,19,48)

Color info

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

RGB color model

#121330 color RGB value is (18,19,48).

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

RGB channels and saturation

R 18 of 255 = 7%
G 19 of 255 = 7%
B 48 of 255 = 19%

18
19
48

R + G + B ~ 11%. #121330 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 19 + 48 = 85 (100%)
R 18 of 85 ~ 21.18%
G 19 of 85 ~ 22.35%
B 48 of 85 ~ 56.47%

%21.18
%22.35
%56.47

CMYK color model

#121330 color CMYK value is (63,60,0,81).

  • cyan value is 62.50%
  • magenta value is 60.42%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(63,60,0,81)
C63M60Y0K81 
(63%,60%,0%,81%)
(0.63/0.60/0.00/0.81)	

CMYK percentages

%62.5
%60.42
%0
%81.18

Codes

Color #121330 in popluar color models

121330
RGB181948
HSL238°45.45%12.94%
HSB/HSV238°62.50%18.82%
CMYK62.50%60.42%0.00%
81.18%

Color #121330 in popluar number systems.

HEX121330
Decimal181948
Binary1001010011110000
Octal222360

Shades and tints

Shades of #121330

#121330
(18,19,48)
#11122C
(17,18,44)
#101128
(16,17,40)
#0F1024
(15,16,36)
#0E0F20
(14,15,32)
#0D0E1C
(13,14,28)
#0C0D18
(12,13,24)
#0B0C14
(11,12,20)
#0A0B10
(10,11,16)
#090A0C
(9,10,12)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #121330

#121330
(18,19,48)
#272842
(39,40,66)
#3C3D54
(60,61,84)
#515266
(81,82,102)
#666778
(102,103,120)
#7B7C8A
(123,124,138)
#90919C
(144,145,156)
#A5A6AE
(165,166,174)
#BABBC0
(186,187,192)
#CFD0D2
(207,208,210)
#E4E5E4
(228,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121330; }

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

This text font color is #121330.


Background Color

.myBgColor { background-color: #121330; }

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

This div background color is #121330.


Border color

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

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

This div border color is #121330.


Opacity

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

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

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

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

This text has shadow with #121330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121330 on black background.


Color preview on white background

This text has color #121330 on white background.



Black color preview on #121330 background

This text has black color on #121330 background.


White color preview on #121330 background

This text has white color on #121330 background.