COLOR #12092E

HEX: #12092E
RGB: (18,9,46)

Color info

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

RGB color model

#12092E color RGB value is (18,9,46).

  • red value is 18;
  • green value is 9;
  • blue value is 46.
RGB:
(18,9,46)
(7%,4%,18%)

RGB channels and saturation

R 18 of 255 = 7%
G 9 of 255 = 4%
B 46 of 255 = 18%

18
9
46

R + G + B ~ 10%. #12092E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 9 + 46 = 73 (100%)
R 18 of 73 ~ 24.66%
G 9 of 73 ~ 12.33%
B 46 of 73 ~ 63.01%

%24.66
%12.33
%63.01

CMYK color model

#12092E color CMYK value is (61,80,0,82).

  • cyan value is 60.87%
  • magenta value is 80.43%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(61,80,0,82)
C61M80Y0K82 
(61%,80%,0%,82%)
(0.61/0.80/0.00/0.82)	

CMYK percentages

%60.87
%80.43
%0
%81.96

Codes

Color #12092E in popluar color models

12092E
RGB18946
HSL255°67.27%10.78%
HSB/HSV255°80.43%18.04%
CMYK60.87%80.43%0.00%
81.96%

Color #12092E in popluar number systems.

HEX12092E
Decimal18946
Binary100101001101110
Octal221156

Shades and tints

Shades of #12092E

#12092E
(18,9,46)
#11092A
(17,9,42)
#100926
(16,9,38)
#0F0922
(15,9,34)
#0E091E
(14,9,30)
#0D091A
(13,9,26)
#0C0916
(12,9,22)
#0B0912
(11,9,18)
#0A090E
(10,9,14)
#09090A
(9,9,10)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #12092E

#12092E
(18,9,46)
#271F41
(39,31,65)
#3C3554
(60,53,84)
#514B67
(81,75,103)
#66617A
(102,97,122)
#7B778D
(123,119,141)
#908DA0
(144,141,160)
#A5A3B3
(165,163,179)
#BAB9C6
(186,185,198)
#CFCFD9
(207,207,217)
#E4E5EC
(228,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12092E color. Also use rgb(18,9,46) instead hex code.

Text Font Color

.myTextColor { color: #12092E; }

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

This text font color is #12092E.


Background Color

.myBgColor { background-color: #12092E; }

<div style="background-color:#12092E">Inner text</div>

This div background color is #12092E.


Border color

.myBorderColor { border: 1px solid #12092E; }

<div style="border:3px solid #12092E">Div</div>

This div border color is #12092E.


Opacity

.myOpacity80 { color: #12092E; opacity: 0.8; }

<p style="color:#12092E;opacity:0.8;">80%</p>

Text with #12092E 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 #12092E;}

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

This text has shadow with #12092E color.

.textShadow {text-shadow: 3px 3px 1px #12092E, 3px 3px 1px red;}

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

This text has shadow with #12092E primary color and red secondary color.


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

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

This text has shadow with #12092E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12092E on black background.


Color preview on white background

This text has color #12092E on white background.



Black color preview on #12092E background

This text has black color on #12092E background.


White color preview on #12092E background

This text has white color on #12092E background.