COLOR #121874

HEX: #121874 RGB: (18,24,116)

Color info

#121874 contains mainly blue color. Web safe color of #121874 is #000066 (or #006).

RGB color model

#121874 color RGB value is (18,24,116).

RGB: (18,24,116) (7%, 9%, 45%)

RGB channels and saturation

R 18 of 255 = 7%
G 24 of 255 = 9%
B 116 of 255 = 45%

18
24
116

R + G + B ~ 20%. #121874 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 24 + 116 = 158 (100%)
R 18 of 158 ~ 11.39%
G 24 of 158 ~ 15.19%
B 116 of 158 ~ 73.42'%

%11.39
%15.19
%73.42

CMYK color model

#121874 color CMYK value is (84,79,0,55).

  • cyan value is 84.48%
  • magenta value is 79.31%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (84,79,0,55)
C84M79Y0K55 (84%, 79%, 0%, 55%)
(0.84 / 0.79 / 0.00 / 0.55)

CMYK percentages

%84.48
%79.31
%0
%54.51

Codes

Color #121874 in popluar color models

12 18 74
RGB 18 24 116
HSL 236° 73.13% 26.27%
HSB/HSV 236° 84.48% 45.49%
CMYK 84.48% 79.31% 0.00%
54.51%

Color #121874 in popluar number systems.

HEX 12 18 74
Decimal 18 24 116
Binary 10010 11000 1110100
Octal 22 30 164

Shades and tints

Shades of #121874

#121874
(18,24,116)
#11166A
(17,22,106)
#101460
(16,20,96)
#0F1256
(15,18,86)
#0E104C
(14,16,76)
#0D0E42
(13,14,66)
#0C0C38
(12,12,56)
#0B0A2E
(11,10,46)
#0A0824
(10,8,36)
#09061A
(9,6,26)
#080410
(8,4,16)
#000000
(0,0,0)

Tints of #121874

#121874
(18,24,116)
#272D80
(39,45,128)
#3C428C
(60,66,140)
#515798
(81,87,152)
#666CA4
(102,108,164)
#7B81B0
(123,129,176)
#9096BC
(144,150,188)
#A5ABC8
(165,171,200)
#BAC0D4
(186,192,212)
#CFD5E0
(207,213,224)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121874; }

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

This text font color is #121874.

Background Color

.myBgColor { background-color: #121874; }

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

This div background color is #121874.

Border color

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

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

This div border color is #121874.

Opacity

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

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

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

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

This text has shadow with #121874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121874.

Preview

Color preview on black background

This text has color #121874 on black background.


Color preview on white background

This text has color #121874 on white background.


Black color preview on #121874 background

This text has black color on #121874 background.


White color preview on #121874 background

This text has white color on #121874 background.


Related colors

Complementary color

Complementary color for #hex is #EDE78B.


I love getcolorcode.com

Triadic colors

1 #741218 and #187412 with #121874 are triadic colors.

2 #741812 and #181274 with #121874 are triadic colors.