COLOR #12142E

HEX: #12142E
RGB: (18,20,46)

Color info

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

RGB color model

#12142E color RGB value is (18,20,46).

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

RGB channels and saturation

R 18 of 255 = 7%
G 20 of 255 = 8%
B 46 of 255 = 18%

18
20
46

R + G + B ~ 11%. #12142E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 20 + 46 = 84 (100%)
R 18 of 84 ~ 21.43%
G 20 of 84 ~ 23.81%
B 46 of 84 ~ 54.76%

%21.43
%23.81
%54.76

CMYK color model

#12142E color CMYK value is (61,57,0,82).

  • cyan value is 60.87%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(61,57,0,82)
C61M57Y0K82 
(61%,57%,0%,82%)
(0.61/0.57/0.00/0.82)	

CMYK percentages

%60.87
%56.52
%0
%81.96

Codes

Color #12142E in popluar color models

12142E
RGB182046
HSL236°43.75%12.55%
HSB/HSV236°60.87%18.04%
CMYK60.87%56.52%0.00%
81.96%

Color #12142E in popluar number systems.

HEX12142E
Decimal182046
Binary1001010100101110
Octal222456

Shades and tints

Shades of #12142E

#12142E
(18,20,46)
#11132A
(17,19,42)
#101226
(16,18,38)
#0F1122
(15,17,34)
#0E101E
(14,16,30)
#0D0F1A
(13,15,26)
#0C0E16
(12,14,22)
#0B0D12
(11,13,18)
#0A0C0E
(10,12,14)
#090B0A
(9,11,10)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #12142E

#12142E
(18,20,46)
#272941
(39,41,65)
#3C3E54
(60,62,84)
#515367
(81,83,103)
#66687A
(102,104,122)
#7B7D8D
(123,125,141)
#9092A0
(144,146,160)
#A5A7B3
(165,167,179)
#BABCC6
(186,188,198)
#CFD1D9
(207,209,217)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12142E; }

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

This text font color is #12142E.


Background Color

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

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

This div background color is #12142E.


Border color

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

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

This div border color is #12142E.


Opacity

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

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

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

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

This text has shadow with #12142E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12142E on black background.


Color preview on white background

This text has color #12142E on white background.



Black color preview on #12142E background

This text has black color on #12142E background.


White color preview on #12142E background

This text has white color on #12142E background.