COLOR #121C42

HEX: #121C42 RGB: (18,28,66)

Color info

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

RGB color model

#121C42 color RGB value is (18,28,66).

RGB: (18,28,66) (7%, 11%, 26%)

RGB channels and saturation

R 18 of 255 = 7%
G 28 of 255 = 11%
B 66 of 255 = 26%

18
28
66

R + G + B ~ 15%. #121C42 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 28 + 66 = 112 (100%)
R 18 of 112 ~ 16.07%
G 28 of 112 ~ 25%
B 66 of 112 ~ 58.93'%

%16.07
%25
%58.93

CMYK color model

#121C42 color CMYK value is (73,58,0,74).

  • cyan value is 72.73%
  • magenta value is 57.58%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (73,58,0,74)
C73M58Y0K74 (73%, 58%, 0%, 74%)
(0.73 / 0.58 / 0.00 / 0.74)

CMYK percentages

%72.73
%57.58
%0
%74.12

Codes

Color #121C42 in popluar color models

12 1C 42
RGB 18 28 66
HSL 228° 57.14% 16.47%
HSB/HSV 228° 72.73% 25.88%
CMYK 72.73% 57.58% 0.00%
74.12%

Color #121C42 in popluar number systems.

HEX 12 1C 42
Decimal 18 28 66
Binary 10010 11100 1000010
Octal 22 34 102

Shades and tints

Shades of #121C42

#121C42
(18,28,66)
#111A3C
(17,26,60)
#101836
(16,24,54)
#0F1630
(15,22,48)
#0E142A
(14,20,42)
#0D1224
(13,18,36)
#0C101E
(12,16,30)
#0B0E18
(11,14,24)
#0A0C12
(10,12,18)
#090A0C
(9,10,12)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #121C42

#121C42
(18,28,66)
#273053
(39,48,83)
#3C4464
(60,68,100)
#515875
(81,88,117)
#666C86
(102,108,134)
#7B8097
(123,128,151)
#9094A8
(144,148,168)
#A5A8B9
(165,168,185)
#BABCCA
(186,188,202)
#CFD0DB
(207,208,219)
#E4E4EC
(228,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121C42; }

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

This text font color is #121C42.

Background Color

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

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

This div background color is #121C42.

Border color

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

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

This div border color is #121C42.

Opacity

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

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

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

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

This text has shadow with #121C42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121C42.

Preview

Color preview on black background

This text has color #121C42 on black background.


Color preview on white background

This text has color #121C42 on white background.


Black color preview on #121C42 background

This text has black color on #121C42 background.


White color preview on #121C42 background

This text has white color on #121C42 background.


Related colors

Complementary color

Complementary color for #hex is #EDE3BD.


I love getcolorcode.com

Triadic colors

1 #42121C and #1C4212 with #121C42 are triadic colors.

2 #421C12 and #1C1242 with #121C42 are triadic colors.