COLOR #121C4B

HEX: #121C4B
RGB: (18,28,75)

Color info

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

RGB color model

#121C4B color RGB value is (18,28,75).

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

RGB channels and saturation

R 18 of 255 = 7%
G 28 of 255 = 11%
B 75 of 255 = 29%

18
28
75

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

Portions of RGB colors in percentages

R + G + B =
18 + 28 + 75 = 121 (100%)
R 18 of 121 ~ 14.88%
G 28 of 121 ~ 23.14%
B 75 of 121 ~ 61.98%

%14.88
%23.14
%61.98

CMYK color model

#121C4B color CMYK value is (76,63,0,71).

  • cyan value is 76.00%
  • magenta value is 62.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(76,63,0,71)
C76M63Y0K71 
(76%,63%,0%,71%)
(0.76/0.63/0.00/0.71)	

CMYK percentages

%76
%62.67
%0
%70.59

Codes

Color #121C4B in popluar color models

121C4B
RGB182875
HSL229°61.29%18.24%
HSB/HSV229°76.00%29.41%
CMYK76.00%62.67%0.00%
70.59%

Color #121C4B in popluar number systems.

HEX121C4B
Decimal182875
Binary10010111001001011
Octal2234113

Shades and tints

Shades of #121C4B

#121C4B
(18,28,75)
#111A45
(17,26,69)
#10183F
(16,24,63)
#0F1639
(15,22,57)
#0E1433
(14,20,51)
#0D122D
(13,18,45)
#0C1027
(12,16,39)
#0B0E21
(11,14,33)
#0A0C1B
(10,12,27)
#090A15
(9,10,21)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #121C4B

#121C4B
(18,28,75)
#27305B
(39,48,91)
#3C446B
(60,68,107)
#51587B
(81,88,123)
#666C8B
(102,108,139)
#7B809B
(123,128,155)
#9094AB
(144,148,171)
#A5A8BB
(165,168,187)
#BABCCB
(186,188,203)
#CFD0DB
(207,208,219)
#E4E4EB
(228,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121C4B; }

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

This text font color is #121C4B.


Background Color

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

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

This div background color is #121C4B.


Border color

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

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

This div border color is #121C4B.


Opacity

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

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

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

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

This text has shadow with #121C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121C4B on black background.


Color preview on white background

This text has color #121C4B on white background.



Black color preview on #121C4B background

This text has black color on #121C4B background.


White color preview on #121C4B background

This text has white color on #121C4B background.