COLOR #121A37

HEX: #121A37 RGB: (18,26,55)

Color info

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

RGB color model

#121A37 color RGB value is (18,26,55).

RGB: (18,26,55) (7%, 10%, 22%)

RGB channels and saturation

R 18 of 255 = 7%
G 26 of 255 = 10%
B 55 of 255 = 22%

18
26
55

R + G + B ~ 13%. #121A37 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 26 + 55 = 99 (100%)
R 18 of 99 ~ 18.18%
G 26 of 99 ~ 26.26%
B 55 of 99 ~ 55.56'%

%18.18
%26.26
%55.56

CMYK color model

#121A37 color CMYK value is (67,53,0,78).

  • cyan value is 67.27%
  • magenta value is 52.73%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (67,53,0,78)
C67M53Y0K78 (67%, 53%, 0%, 78%)
(0.67 / 0.53 / 0.00 / 0.78)

CMYK percentages

%67.27
%52.73
%0
%78.43

Codes

Color #121A37 in popluar color models

12 1A 37
RGB 18 26 55
HSL 227° 50.68% 14.31%
HSB/HSV 227° 67.27% 21.57%
CMYK 67.27% 52.73% 0.00%
78.43%

Color #121A37 in popluar number systems.

HEX 12 1A 37
Decimal 18 26 55
Binary 10010 11010 110111
Octal 22 32 67

Shades and tints

Shades of #121A37

#121A37
(18,26,55)
#111832
(17,24,50)
#10162D
(16,22,45)
#0F1428
(15,20,40)
#0E1223
(14,18,35)
#0D101E
(13,16,30)
#0C0E19
(12,14,25)
#0B0C14
(11,12,20)
#0A0A0F
(10,10,15)
#09080A
(9,8,10)
#080605
(8,6,5)
#000000
(0,0,0)

Tints of #121A37

#121A37
(18,26,55)
#272E49
(39,46,73)
#3C425B
(60,66,91)
#51566D
(81,86,109)
#666A7F
(102,106,127)
#7B7E91
(123,126,145)
#9092A3
(144,146,163)
#A5A6B5
(165,166,181)
#BABAC7
(186,186,199)
#CFCED9
(207,206,217)
#E4E2EB
(228,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121A37; }

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

This text font color is #121A37.

Background Color

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

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

This div background color is #121A37.

Border color

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

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

This div border color is #121A37.

Opacity

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

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

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

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

This text has shadow with #121A37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121A37.

Preview

Color preview on black background

This text has color #121A37 on black background.


Color preview on white background

This text has color #121A37 on white background.


Black color preview on #121A37 background

This text has black color on #121A37 background.


White color preview on #121A37 background

This text has white color on #121A37 background.


Related colors

Complementary color

Complementary color for #hex is #EDE5C8.


I love getcolorcode.com

Triadic colors

1 #37121A and #1A3712 with #121A37 are triadic colors.

2 #371A12 and #1A1237 with #121A37 are triadic colors.