COLOR #12142B

HEX: #12142B
RGB: (18,20,43)

Color info

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

RGB color model

#12142B color RGB value is (18,20,43).

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

RGB channels and saturation

R 18 of 255 = 7%
G 20 of 255 = 8%
B 43 of 255 = 17%

18
20
43

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

Portions of RGB colors in percentages

R + G + B =
18 + 20 + 43 = 81 (100%)
R 18 of 81 ~ 22.22%
G 20 of 81 ~ 24.69%
B 43 of 81 ~ 53.09%

%22.22
%24.69
%53.09

CMYK color model

#12142B color CMYK value is (58,53,0,83).

  • cyan value is 58.14%
  • magenta value is 53.49%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(58,53,0,83)
C58M53Y0K83 
(58%,53%,0%,83%)
(0.58/0.53/0.00/0.83)	

CMYK percentages

%58.14
%53.49
%0
%83.14

Codes

Color #12142B in popluar color models

12142B
RGB182043
HSL235°40.98%11.96%
HSB/HSV235°58.14%16.86%
CMYK58.14%53.49%0.00%
83.14%

Color #12142B in popluar number systems.

HEX12142B
Decimal182043
Binary1001010100101011
Octal222453

Shades and tints

Shades of #12142B

#12142B
(18,20,43)
#111328
(17,19,40)
#101225
(16,18,37)
#0F1122
(15,17,34)
#0E101F
(14,16,31)
#0D0F1C
(13,15,28)
#0C0E19
(12,14,25)
#0B0D16
(11,13,22)
#0A0C13
(10,12,19)
#090B10
(9,11,16)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #12142B

#12142B
(18,20,43)
#27293E
(39,41,62)
#3C3E51
(60,62,81)
#515364
(81,83,100)
#666877
(102,104,119)
#7B7D8A
(123,125,138)
#90929D
(144,146,157)
#A5A7B0
(165,167,176)
#BABCC3
(186,188,195)
#CFD1D6
(207,209,214)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12142B; }

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

This text font color is #12142B.


Background Color

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

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

This div background color is #12142B.


Border color

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

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

This div border color is #12142B.


Opacity

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

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

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

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

This text has shadow with #12142B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12142B on black background.


Color preview on white background

This text has color #12142B on white background.



Black color preview on #12142B background

This text has black color on #12142B background.


White color preview on #12142B background

This text has white color on #12142B background.