COLOR #121A3B

HEX: #121A3B
RGB: (18,26,59)

Color info

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

RGB color model

#121A3B color RGB value is (18,26,59).

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

RGB channels and saturation

R 18 of 255 = 7%
G 26 of 255 = 10%
B 59 of 255 = 23%

18
26
59

R + G + B ~ 13%. #121A3B is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 26 + 59 = 103 (100%)
R 18 of 103 ~ 17.48%
G 26 of 103 ~ 25.24%
B 59 of 103 ~ 57.28%

%17.48
%25.24
%57.28

CMYK color model

#121A3B color CMYK value is (69,56,0,77).

  • cyan value is 69.49%
  • magenta value is 55.93%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(69,56,0,77)
C69M56Y0K77 
(69%,56%,0%,77%)
(0.69/0.56/0.00/0.77)	

CMYK percentages

%69.49
%55.93
%0
%76.86

Codes

Color #121A3B in popluar color models

121A3B
RGB182659
HSL228°53.25%15.10%
HSB/HSV228°69.49%23.14%
CMYK69.49%55.93%0.00%
76.86%

Color #121A3B in popluar number systems.

HEX121A3B
Decimal182659
Binary1001011010111011
Octal223273

Shades and tints

Shades of #121A3B

#121A3B
(18,26,59)
#111836
(17,24,54)
#101631
(16,22,49)
#0F142C
(15,20,44)
#0E1227
(14,18,39)
#0D1022
(13,16,34)
#0C0E1D
(12,14,29)
#0B0C18
(11,12,24)
#0A0A13
(10,10,19)
#09080E
(9,8,14)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #121A3B

#121A3B
(18,26,59)
#272E4C
(39,46,76)
#3C425D
(60,66,93)
#51566E
(81,86,110)
#666A7F
(102,106,127)
#7B7E90
(123,126,144)
#9092A1
(144,146,161)
#A5A6B2
(165,166,178)
#BABAC3
(186,186,195)
#CFCED4
(207,206,212)
#E4E2E5
(228,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121A3B; }

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

This text font color is #121A3B.


Background Color

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

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

This div background color is #121A3B.


Border color

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

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

This div border color is #121A3B.


Opacity

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

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

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

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

This text has shadow with #121A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121A3B on black background.


Color preview on white background

This text has color #121A3B on white background.



Black color preview on #121A3B background

This text has black color on #121A3B background.


White color preview on #121A3B background

This text has white color on #121A3B background.