COLOR #121A4D

HEX: #121A4D RGB: (18,26,77)

Color info

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

RGB color model

#121A4D color RGB value is (18,26,77).

RGB: (18,26,77) (7%, 10%, 30%)

RGB channels and saturation

R 18 of 255 = 7%
G 26 of 255 = 10%
B 77 of 255 = 30%

18
26
77

R + G + B ~ 16%. #121A4D is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 26 + 77 = 121 (100%)
R 18 of 121 ~ 14.88%
G 26 of 121 ~ 21.49%
B 77 of 121 ~ 63.64'%

%14.88
%21.49
%63.64

CMYK color model

#121A4D color CMYK value is (77,66,0,70).

  • cyan value is 76.62%
  • magenta value is 66.23%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (77,66,0,70)
C77M66Y0K70 (77%, 66%, 0%, 70%)
(0.77 / 0.66 / 0.00 / 0.70)

CMYK percentages

%76.62
%66.23
%0
%69.8

Codes

Color #121A4D in popluar color models

12 1A 4D
RGB 18 26 77
HSL 232° 62.11% 18.63%
HSB/HSV 232° 76.62% 30.20%
CMYK 76.62% 66.23% 0.00%
69.80%

Color #121A4D in popluar number systems.

HEX 12 1A 4D
Decimal 18 26 77
Binary 10010 11010 1001101
Octal 22 32 115

Shades and tints

Shades of #121A4D

#121A4D
(18,26,77)
#111846
(17,24,70)
#10163F
(16,22,63)
#0F1438
(15,20,56)
#0E1231
(14,18,49)
#0D102A
(13,16,42)
#0C0E23
(12,14,35)
#0B0C1C
(11,12,28)
#0A0A15
(10,10,21)
#09080E
(9,8,14)
#080607
(8,6,7)
#000000
(0,0,0)

Tints of #121A4D

#121A4D
(18,26,77)
#272E5D
(39,46,93)
#3C426D
(60,66,109)
#51567D
(81,86,125)
#666A8D
(102,106,141)
#7B7E9D
(123,126,157)
#9092AD
(144,146,173)
#A5A6BD
(165,166,189)
#BABACD
(186,186,205)
#CFCEDD
(207,206,221)
#E4E2ED
(228,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121A4D; }

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

This text font color is #121A4D.

Background Color

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

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

This div background color is #121A4D.

Border color

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

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

This div border color is #121A4D.

Opacity

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

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

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

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

This text has shadow with #121A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121A4D.

Preview

Color preview on black background

This text has color #121A4D on black background.


Color preview on white background

This text has color #121A4D on white background.


Black color preview on #121A4D background

This text has black color on #121A4D background.


White color preview on #121A4D background

This text has white color on #121A4D background.


Related colors

Complementary color

Complementary color for #hex is #EDE5B2.


I love getcolorcode.com

Triadic colors

1 #4D121A and #1A4D12 with #121A4D are triadic colors.

2 #4D1A12 and #1A124D with #121A4D are triadic colors.