COLOR #121930

HEX: #121930
RGB: (18,25,48)

Color info

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

RGB color model

#121930 color RGB value is (18,25,48).

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

RGB channels and saturation

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

18
25
48

R + G + B ~ 12%. #121930 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 25 + 48 = 91 (100%)
R 18 of 91 ~ 19.78%
G 25 of 91 ~ 27.47%
B 48 of 91 ~ 52.75%

%19.78
%27.47
%52.75

CMYK color model

#121930 color CMYK value is (63,48,0,81).

  • cyan value is 62.50%
  • magenta value is 47.92%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(63,48,0,81)
C63M48Y0K81 
(63%,48%,0%,81%)
(0.63/0.48/0.00/0.81)	

CMYK percentages

%62.5
%47.92
%0
%81.18

Codes

Color #121930 in popluar color models

121930
RGB182548
HSL226°45.45%12.94%
HSB/HSV226°62.50%18.82%
CMYK62.50%47.92%0.00%
81.18%

Color #121930 in popluar number systems.

HEX121930
Decimal182548
Binary1001011001110000
Octal223160

Shades and tints

Shades of #121930

#121930
(18,25,48)
#11172C
(17,23,44)
#101528
(16,21,40)
#0F1324
(15,19,36)
#0E1120
(14,17,32)
#0D0F1C
(13,15,28)
#0C0D18
(12,13,24)
#0B0B14
(11,11,20)
#0A0910
(10,9,16)
#09070C
(9,7,12)
#080508
(8,5,8)
#000000
(0,0,0)

Tints of #121930

#121930
(18,25,48)
#272D42
(39,45,66)
#3C4154
(60,65,84)
#515566
(81,85,102)
#666978
(102,105,120)
#7B7D8A
(123,125,138)
#90919C
(144,145,156)
#A5A5AE
(165,165,174)
#BAB9C0
(186,185,192)
#CFCDD2
(207,205,210)
#E4E1E4
(228,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121930; }

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

This text font color is #121930.


Background Color

.myBgColor { background-color: #121930; }

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

This div background color is #121930.


Border color

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

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

This div border color is #121930.


Opacity

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

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

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

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

This text has shadow with #121930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121930 on black background.


Color preview on white background

This text has color #121930 on white background.



Black color preview on #121930 background

This text has black color on #121930 background.


White color preview on #121930 background

This text has white color on #121930 background.