COLOR #121230

HEX: #121230
RGB: (18,18,48)

Color info

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

RGB color model

#121230 color RGB value is (18,18,48).

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

RGB channels and saturation

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

18
18
48

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

Portions of RGB colors in percentages

R + G + B =
18 + 18 + 48 = 84 (100%)
R 18 of 84 ~ 21.43%
G 18 of 84 ~ 21.43%
B 48 of 84 ~ 57.14%

%21.43
%21.43
%57.14

CMYK color model

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

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

CMYK percentages

%62.5
%62.5
%0
%81.18

Codes

Color #121230 in popluar color models

121230
RGB181848
HSL240°45.45%12.94%
HSB/HSV240°62.50%18.82%
CMYK62.50%62.50%0.00%
81.18%

Color #121230 in popluar number systems.

HEX121230
Decimal181848
Binary1001010010110000
Octal222260

Shades and tints

Shades of #121230

#121230
(18,18,48)
#11112C
(17,17,44)
#101028
(16,16,40)
#0F0F24
(15,15,36)
#0E0E20
(14,14,32)
#0D0D1C
(13,13,28)
#0C0C18
(12,12,24)
#0B0B14
(11,11,20)
#0A0A10
(10,10,16)
#09090C
(9,9,12)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #121230

#121230
(18,18,48)
#272742
(39,39,66)
#3C3C54
(60,60,84)
#515166
(81,81,102)
#666678
(102,102,120)
#7B7B8A
(123,123,138)
#90909C
(144,144,156)
#A5A5AE
(165,165,174)
#BABAC0
(186,186,192)
#CFCFD2
(207,207,210)
#E4E4E4
(228,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121230; }

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

This text font color is #121230.


Background Color

.myBgColor { background-color: #121230; }

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

This div background color is #121230.


Border color

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

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

This div border color is #121230.


Opacity

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

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

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

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

This text has shadow with #121230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121230 on black background.


Color preview on white background

This text has color #121230 on white background.



Black color preview on #121230 background

This text has black color on #121230 background.


White color preview on #121230 background

This text has white color on #121230 background.