COLOR #121A33

HEX: #121A33
RGB: (18,26,51)

Color info

#121A33 contains red, green and blue colors in about the same proportion. Web safe color of #121A33 is #000033 (or #003).

RGB color model

#121A33 color RGB value is (18,26,51).

  • red value is 18;
  • green value is 26;
  • blue value is 51.
RGB:
(18,26,51)
(7%,10%,20%)

RGB channels and saturation

R 18 of 255 = 7%
G 26 of 255 = 10%
B 51 of 255 = 20%

18
26
51

R + G + B ~ 12%. #121A33 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 26 + 51 = 95 (100%)
R 18 of 95 ~ 18.95%
G 26 of 95 ~ 27.37%
B 51 of 95 ~ 53.68%

%18.95
%27.37
%53.68

CMYK color model

#121A33 color CMYK value is (65,49,0,80).

  • cyan value is 64.71%
  • magenta value is 49.02%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(65,49,0,80)
C65M49Y0K80 
(65%,49%,0%,80%)
(0.65/0.49/0.00/0.80)	

CMYK percentages

%64.71
%49.02
%0
%80

Codes

Color #121A33 in popluar color models

121A33
RGB182651
HSL225°47.83%13.53%
HSB/HSV225°64.71%20.00%
CMYK64.71%49.02%0.00%
80.00%

Color #121A33 in popluar number systems.

HEX121A33
Decimal182651
Binary1001011010110011
Octal223263

Shades and tints

Shades of #121A33

#121A33
(18,26,51)
#11182F
(17,24,47)
#10162B
(16,22,43)
#0F1427
(15,20,39)
#0E1223
(14,18,35)
#0D101F
(13,16,31)
#0C0E1B
(12,14,27)
#0B0C17
(11,12,23)
#0A0A13
(10,10,19)
#09080F
(9,8,15)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #121A33

#121A33
(18,26,51)
#272E45
(39,46,69)
#3C4257
(60,66,87)
#515669
(81,86,105)
#666A7B
(102,106,123)
#7B7E8D
(123,126,141)
#90929F
(144,146,159)
#A5A6B1
(165,166,177)
#BABAC3
(186,186,195)
#CFCED5
(207,206,213)
#E4E2E7
(228,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121A33 color. Also use rgb(18,26,51) instead hex code.

Text Font Color

.myTextColor { color: #121A33; }

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

This text font color is #121A33.


Background Color

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

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

This div background color is #121A33.


Border color

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

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

This div border color is #121A33.


Opacity

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

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

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

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

This text has shadow with #121A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121A33 on black background.


Color preview on white background

This text has color #121A33 on white background.



Black color preview on #121A33 background

This text has black color on #121A33 background.


White color preview on #121A33 background

This text has white color on #121A33 background.