COLOR #12062B

HEX: #12062B
RGB: (18,6,43)

Color info

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

RGB color model

#12062B color RGB value is (18,6,43).

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

RGB channels and saturation

R 18 of 255 = 7%
G 6 of 255 = 2%
B 43 of 255 = 17%

18
6
43

R + G + B ~ 9%. #12062B is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 6 + 43 = 67 (100%)
R 18 of 67 ~ 26.87%
G 6 of 67 ~ 8.96%
B 43 of 67 ~ 64.18%

%26.87
%64.18

CMYK color model

#12062B color CMYK value is (58,86,0,83).

  • cyan value is 58.14%
  • magenta value is 86.05%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(58,86,0,83)
C58M86Y0K83 
(58%,86%,0%,83%)
(0.58/0.86/0.00/0.83)	

CMYK percentages

%58.14
%86.05
%0
%83.14

Codes

Color #12062B in popluar color models

12062B
RGB18643
HSL259°75.51%9.61%
HSB/HSV259°86.05%16.86%
CMYK58.14%86.05%0.00%
83.14%

Color #12062B in popluar number systems.

HEX12062B
Decimal18643
Binary10010110101011
Octal22653

Shades and tints

Shades of #12062B

#12062B
(18,6,43)
#110628
(17,6,40)
#100625
(16,6,37)
#0F0622
(15,6,34)
#0E061F
(14,6,31)
#0D061C
(13,6,28)
#0C0619
(12,6,25)
#0B0616
(11,6,22)
#0A0613
(10,6,19)
#090610
(9,6,16)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #12062B

#12062B
(18,6,43)
#271C3E
(39,28,62)
#3C3251
(60,50,81)
#514864
(81,72,100)
#665E77
(102,94,119)
#7B748A
(123,116,138)
#908A9D
(144,138,157)
#A5A0B0
(165,160,176)
#BAB6C3
(186,182,195)
#CFCCD6
(207,204,214)
#E4E2E9
(228,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12062B; }

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

This text font color is #12062B.


Background Color

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

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

This div background color is #12062B.


Border color

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

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

This div border color is #12062B.


Opacity

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

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

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

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

This text has shadow with #12062B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12062B on black background.


Color preview on white background

This text has color #12062B on white background.



Black color preview on #12062B background

This text has black color on #12062B background.


White color preview on #12062B background

This text has white color on #12062B background.