COLOR #121A3D

HEX: #121A3D
RGB: (18,26,61)

Color info

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

RGB color model

#121A3D color RGB value is (18,26,61).

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

RGB channels and saturation

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

18
26
61

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

Portions of RGB colors in percentages

R + G + B =
18 + 26 + 61 = 105 (100%)
R 18 of 105 ~ 17.14%
G 26 of 105 ~ 24.76%
B 61 of 105 ~ 58.1%

%17.14
%24.76
%58.1

CMYK color model

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

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

CMYK percentages

%70.49
%57.38
%0
%76.08

Codes

Color #121A3D in popluar color models

121A3D
RGB182661
HSL229°54.43%15.49%
HSB/HSV229°70.49%23.92%
CMYK70.49%57.38%0.00%
76.08%

Color #121A3D in popluar number systems.

HEX121A3D
Decimal182661
Binary1001011010111101
Octal223275

Shades and tints

Shades of #121A3D

#121A3D
(18,26,61)
#111838
(17,24,56)
#101633
(16,22,51)
#0F142E
(15,20,46)
#0E1229
(14,18,41)
#0D1024
(13,16,36)
#0C0E1F
(12,14,31)
#0B0C1A
(11,12,26)
#0A0A15
(10,10,21)
#090810
(9,8,16)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #121A3D

#121A3D
(18,26,61)
#272E4E
(39,46,78)
#3C425F
(60,66,95)
#515670
(81,86,112)
#666A81
(102,106,129)
#7B7E92
(123,126,146)
#9092A3
(144,146,163)
#A5A6B4
(165,166,180)
#BABAC5
(186,186,197)
#CFCED6
(207,206,214)
#E4E2E7
(228,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121A3D; }

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

This text font color is #121A3D.


Background Color

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

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

This div background color is #121A3D.


Border color

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

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

This div border color is #121A3D.


Opacity

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

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

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

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

This text has shadow with #121A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121A3D on black background.


Color preview on white background

This text has color #121A3D on white background.



Black color preview on #121A3D background

This text has black color on #121A3D background.


White color preview on #121A3D background

This text has white color on #121A3D background.