COLOR #121C45

HEX: #121C45
RGB: (18,28,69)

Color info

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

RGB color model

#121C45 color RGB value is (18,28,69).

  • red value is 18;
  • green value is 28;
  • blue value is 69.
RGB:
(18,28,69)
(7%,11%,27%)

RGB channels and saturation

R 18 of 255 = 7%
G 28 of 255 = 11%
B 69 of 255 = 27%

18
28
69

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

Portions of RGB colors in percentages

R + G + B =
18 + 28 + 69 = 115 (100%)
R 18 of 115 ~ 15.65%
G 28 of 115 ~ 24.35%
B 69 of 115 ~ 60%

%15.65
%24.35
%60

CMYK color model

#121C45 color CMYK value is (74,59,0,73).

  • cyan value is 73.91%
  • magenta value is 59.42%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(74,59,0,73)
C74M59Y0K73 
(74%,59%,0%,73%)
(0.74/0.59/0.00/0.73)	

CMYK percentages

%73.91
%59.42
%0
%72.94

Codes

Color #121C45 in popluar color models

121C45
RGB182869
HSL228°58.62%17.06%
HSB/HSV228°73.91%27.06%
CMYK73.91%59.42%0.00%
72.94%

Color #121C45 in popluar number systems.

HEX121C45
Decimal182869
Binary10010111001000101
Octal2234105

Shades and tints

Shades of #121C45

#121C45
(18,28,69)
#111A3F
(17,26,63)
#101839
(16,24,57)
#0F1633
(15,22,51)
#0E142D
(14,20,45)
#0D1227
(13,18,39)
#0C1021
(12,16,33)
#0B0E1B
(11,14,27)
#0A0C15
(10,12,21)
#090A0F
(9,10,15)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #121C45

#121C45
(18,28,69)
#273055
(39,48,85)
#3C4465
(60,68,101)
#515875
(81,88,117)
#666C85
(102,108,133)
#7B8095
(123,128,149)
#9094A5
(144,148,165)
#A5A8B5
(165,168,181)
#BABCC5
(186,188,197)
#CFD0D5
(207,208,213)
#E4E4E5
(228,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121C45; }

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

This text font color is #121C45.


Background Color

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

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

This div background color is #121C45.


Border color

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

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

This div border color is #121C45.


Opacity

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

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

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

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

This text has shadow with #121C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121C45 on black background.


Color preview on white background

This text has color #121C45 on white background.



Black color preview on #121C45 background

This text has black color on #121C45 background.


White color preview on #121C45 background

This text has white color on #121C45 background.