COLOR #121C49

HEX: #121C49 RGB: (18,28,73)

Color info

#121C49 contains red, green and blue colors in about the same proportion. Web safe color of #121C49 is #003333 (or #033).

RGB color model

#121C49 color RGB value is (18,28,73).

RGB: (18,28,73) (7%, 11%, 29%)

RGB channels and saturation

R 18 of 255 = 7%
G 28 of 255 = 11%
B 73 of 255 = 29%

18
28
73

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

Portions of RGB colors in percentages

R + G + B = 18 + 28 + 73 = 119 (100%)
R 18 of 119 ~ 15.13%
G 28 of 119 ~ 23.53%
B 73 of 119 ~ 61.34'%

%15.13
%23.53
%61.34

CMYK color model

#121C49 color CMYK value is (75,62,0,71).

  • cyan value is 75.34%
  • magenta value is 61.64%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (75,62,0,71)
C75M62Y0K71 (75%, 62%, 0%, 71%)
(0.75 / 0.62 / 0.00 / 0.71)

CMYK percentages

%75.34
%61.64
%0
%71.37

Codes

Color #121C49 in popluar color models

12 1C 49
RGB 18 28 73
HSL 229° 60.44% 17.84%
HSB/HSV 229° 75.34% 28.63%
CMYK 75.34% 61.64% 0.00%
71.37%

Color #121C49 in popluar number systems.

HEX 12 1C 49
Decimal 18 28 73
Binary 10010 11100 1001001
Octal 22 34 111

Shades and tints

Shades of #121C49

#121C49
(18,28,73)
#111A43
(17,26,67)
#10183D
(16,24,61)
#0F1637
(15,22,55)
#0E1431
(14,20,49)
#0D122B
(13,18,43)
#0C1025
(12,16,37)
#0B0E1F
(11,14,31)
#0A0C19
(10,12,25)
#090A13
(9,10,19)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #121C49

#121C49
(18,28,73)
#273059
(39,48,89)
#3C4469
(60,68,105)
#515879
(81,88,121)
#666C89
(102,108,137)
#7B8099
(123,128,153)
#9094A9
(144,148,169)
#A5A8B9
(165,168,185)
#BABCC9
(186,188,201)
#CFD0D9
(207,208,217)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121C49 color. Also use rgb(18,28,73) instead hex code.

Text Font Color

.myTextColor { color: #121C49; }

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

This text font color is #121C49.

Background Color

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

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

This div background color is #121C49.

Border color

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

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

This div border color is #121C49.

Opacity

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

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

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

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

This text has shadow with #121C49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121C49.

Preview

Color preview on black background

This text has color #121C49 on black background.


Color preview on white background

This text has color #121C49 on white background.


Black color preview on #121C49 background

This text has black color on #121C49 background.


White color preview on #121C49 background

This text has white color on #121C49 background.


Related colors

Complementary color

Complementary color for #hex is #EDE3B6.


I love getcolorcode.com

Triadic colors

1 #49121C and #1C4912 with #121C49 are triadic colors.

2 #491C12 and #1C1249 with #121C49 are triadic colors.