COLOR #121C68

HEX: #121C68 RGB: (18,28,104)

Color info

#121C68 contains mainly blue color. Web safe color of #121C68 is #003366 (or #036).

RGB color model

#121C68 color RGB value is (18,28,104).

RGB: (18,28,104) (7%, 11%, 41%)

RGB channels and saturation

R 18 of 255 = 7%
G 28 of 255 = 11%
B 104 of 255 = 41%

18
28
104

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

Portions of RGB colors in percentages

R + G + B = 18 + 28 + 104 = 150 (100%)
R 18 of 150 ~ 12%
G 28 of 150 ~ 18.67%
B 104 of 150 ~ 69.33'%

%12
%18.67
%69.33

CMYK color model

#121C68 color CMYK value is (83,73,0,59).

  • cyan value is 82.69%
  • magenta value is 73.08%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (83,73,0,59)
C83M73Y0K59 (83%, 73%, 0%, 59%)
(0.83 / 0.73 / 0.00 / 0.59)

CMYK percentages

%82.69
%73.08
%0
%59.22

Codes

Color #121C68 in popluar color models

12 1C 68
RGB 18 28 104
HSL 233° 70.49% 23.92%
HSB/HSV 233° 82.69% 40.78%
CMYK 82.69% 73.08% 0.00%
59.22%

Color #121C68 in popluar number systems.

HEX 12 1C 68
Decimal 18 28 104
Binary 10010 11100 1101000
Octal 22 34 150

Shades and tints

Shades of #121C68

#121C68
(18,28,104)
#111A5F
(17,26,95)
#101856
(16,24,86)
#0F164D
(15,22,77)
#0E1444
(14,20,68)
#0D123B
(13,18,59)
#0C1032
(12,16,50)
#0B0E29
(11,14,41)
#0A0C20
(10,12,32)
#090A17
(9,10,23)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #121C68

#121C68
(18,28,104)
#273075
(39,48,117)
#3C4482
(60,68,130)
#51588F
(81,88,143)
#666C9C
(102,108,156)
#7B80A9
(123,128,169)
#9094B6
(144,148,182)
#A5A8C3
(165,168,195)
#BABCD0
(186,188,208)
#CFD0DD
(207,208,221)
#E4E4EA
(228,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121C68; }

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

This text font color is #121C68.

Background Color

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

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

This div background color is #121C68.

Border color

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

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

This div border color is #121C68.

Opacity

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

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

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

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

This text has shadow with #121C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121C68.

Preview

Color preview on black background

This text has color #121C68 on black background.


Color preview on white background

This text has color #121C68 on white background.


Black color preview on #121C68 background

This text has black color on #121C68 background.


White color preview on #121C68 background

This text has white color on #121C68 background.


Related colors

Complementary color

Complementary color for #hex is #EDE397.


I love getcolorcode.com

Triadic colors

1 #68121C and #1C6812 with #121C68 are triadic colors.

2 #681C12 and #1C1268 with #121C68 are triadic colors.