COLOR #121850

HEX: #121850 RGB: (18,24,80)

Color info

#121850 contains mainly green and blue colors. Web safe color of #121850 is #000066 (or #006).

RGB color model

#121850 color RGB value is (18,24,80).

RGB: (18,24,80) (7%, 9%, 31%)

RGB channels and saturation

R 18 of 255 = 7%
G 24 of 255 = 9%
B 80 of 255 = 31%

18
24
80

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

Portions of RGB colors in percentages

R + G + B = 18 + 24 + 80 = 122 (100%)
R 18 of 122 ~ 14.75%
G 24 of 122 ~ 19.67%
B 80 of 122 ~ 65.57'%

%14.75
%19.67
%65.57

CMYK color model

#121850 color CMYK value is (78,70,0,69).

  • cyan value is 77.50%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (78,70,0,69)
C78M70Y0K69 (78%, 70%, 0%, 69%)
(0.78 / 0.70 / 0.00 / 0.69)

CMYK percentages

%77.5
%70
%0
%68.63

Codes

Color #121850 in popluar color models

12 18 50
RGB 18 24 80
HSL 234° 63.27% 19.22%
HSB/HSV 234° 77.50% 31.37%
CMYK 77.50% 70.00% 0.00%
68.63%

Color #121850 in popluar number systems.

HEX 12 18 50
Decimal 18 24 80
Binary 10010 11000 1010000
Octal 22 30 120

Shades and tints

Shades of #121850

#121850
(18,24,80)
#111649
(17,22,73)
#101442
(16,20,66)
#0F123B
(15,18,59)
#0E1034
(14,16,52)
#0D0E2D
(13,14,45)
#0C0C26
(12,12,38)
#0B0A1F
(11,10,31)
#0A0818
(10,8,24)
#090611
(9,6,17)
#08040A
(8,4,10)
#000000
(0,0,0)

Tints of #121850

#121850
(18,24,80)
#272D5F
(39,45,95)
#3C426E
(60,66,110)
#51577D
(81,87,125)
#666C8C
(102,108,140)
#7B819B
(123,129,155)
#9096AA
(144,150,170)
#A5ABB9
(165,171,185)
#BAC0C8
(186,192,200)
#CFD5D7
(207,213,215)
#E4EAE6
(228,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121850 color. Also use rgb(18,24,80) instead hex code.

Text Font Color

.myTextColor { color: #121850; }

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

This text font color is #121850.

Background Color

.myBgColor { background-color: #121850; }

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

This div background color is #121850.

Border color

.myBorderColor { border: 1px solid #121850; }

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

This div border color is #121850.

Opacity

.myOpacity80 { color: #121850; opacity: 0.8; }

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

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

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

This text has shadow with #121850 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121850.

Preview

Color preview on black background

This text has color #121850 on black background.


Color preview on white background

This text has color #121850 on white background.


Black color preview on #121850 background

This text has black color on #121850 background.


White color preview on #121850 background

This text has white color on #121850 background.


Related colors

Complementary color

Complementary color for #hex is #EDE7AF.


I love getcolorcode.com

Triadic colors

1 #501218 and #185012 with #121850 are triadic colors.

2 #501812 and #181250 with #121850 are triadic colors.