COLOR #121A3C

HEX: #121A3C
RGB: (18,26,60)

Color info

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

RGB color model

#121A3C color RGB value is (18,26,60).

  • red value is 18;
  • green value is 26;
  • blue value is 60.
RGB:
(18,26,60)
(7%,10%,24%)

RGB channels and saturation

R 18 of 255 = 7%
G 26 of 255 = 10%
B 60 of 255 = 24%

18
26
60

R + G + B ~ 14%. #121A3C is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 26 + 60 = 104 (100%)
R 18 of 104 ~ 17.31%
G 26 of 104 ~ 25%
B 60 of 104 ~ 57.69%

%17.31
%25
%57.69

CMYK color model

#121A3C color CMYK value is (70,57,0,76).

  • cyan value is 70.00%
  • magenta value is 56.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(70,57,0,76)
C70M57Y0K76 
(70%,57%,0%,76%)
(0.70/0.57/0.00/0.76)	

CMYK percentages

%70
%56.67
%0
%76.47

Codes

Color #121A3C in popluar color models

121A3C
RGB182660
HSL229°53.85%15.29%
HSB/HSV229°70.00%23.53%
CMYK70.00%56.67%0.00%
76.47%

Color #121A3C in popluar number systems.

HEX121A3C
Decimal182660
Binary1001011010111100
Octal223274

Shades and tints

Shades of #121A3C

#121A3C
(18,26,60)
#111837
(17,24,55)
#101632
(16,22,50)
#0F142D
(15,20,45)
#0E1228
(14,18,40)
#0D1023
(13,16,35)
#0C0E1E
(12,14,30)
#0B0C19
(11,12,25)
#0A0A14
(10,10,20)
#09080F
(9,8,15)
#08060A
(8,6,10)
#000000
(0,0,0)

Tints of #121A3C

#121A3C
(18,26,60)
#272E4D
(39,46,77)
#3C425E
(60,66,94)
#51566F
(81,86,111)
#666A80
(102,106,128)
#7B7E91
(123,126,145)
#9092A2
(144,146,162)
#A5A6B3
(165,166,179)
#BABAC4
(186,186,196)
#CFCED5
(207,206,213)
#E4E2E6
(228,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121A3C color. Also use rgb(18,26,60) instead hex code.

Text Font Color

.myTextColor { color: #121A3C; }

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

This text font color is #121A3C.


Background Color

.myBgColor { background-color: #121A3C; }

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

This div background color is #121A3C.


Border color

.myBorderColor { border: 1px solid #121A3C; }

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

This div border color is #121A3C.


Opacity

.myOpacity80 { color: #121A3C; opacity: 0.8; }

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

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

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

This text has shadow with #121A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121A3C on black background.


Color preview on white background

This text has color #121A3C on white background.



Black color preview on #121A3C background

This text has black color on #121A3C background.


White color preview on #121A3C background

This text has white color on #121A3C background.