COLOR #12062C

HEX: #12062C
RGB: (18,6,44)

Color info

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

RGB color model

#12062C color RGB value is (18,6,44).

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

RGB channels and saturation

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

18
6
44

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

Portions of RGB colors in percentages

R + G + B =
18 + 6 + 44 = 68 (100%)
R 18 of 68 ~ 26.47%
G 6 of 68 ~ 8.82%
B 44 of 68 ~ 64.71%

%26.47
%64.71

CMYK color model

#12062C color CMYK value is (59,86,0,83).

  • cyan value is 59.09%
  • magenta value is 86.36%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(59,86,0,83)
C59M86Y0K83 
(59%,86%,0%,83%)
(0.59/0.86/0.00/0.83)	

CMYK percentages

%59.09
%86.36
%0
%82.75

Codes

Color #12062C in popluar color models

12062C
RGB18644
HSL259°76.00%9.80%
HSB/HSV259°86.36%17.25%
CMYK59.09%86.36%0.00%
82.75%

Color #12062C in popluar number systems.

HEX12062C
Decimal18644
Binary10010110101100
Octal22654

Shades and tints

Shades of #12062C

#12062C
(18,6,44)
#110628
(17,6,40)
#100624
(16,6,36)
#0F0620
(15,6,32)
#0E061C
(14,6,28)
#0D0618
(13,6,24)
#0C0614
(12,6,20)
#0B0610
(11,6,16)
#0A060C
(10,6,12)
#090608
(9,6,8)
#080604
(8,6,4)
#000000
(0,0,0)

Tints of #12062C

#12062C
(18,6,44)
#271C3F
(39,28,63)
#3C3252
(60,50,82)
#514865
(81,72,101)
#665E78
(102,94,120)
#7B748B
(123,116,139)
#908A9E
(144,138,158)
#A5A0B1
(165,160,177)
#BAB6C4
(186,182,196)
#CFCCD7
(207,204,215)
#E4E2EA
(228,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12062C; }

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

This text font color is #12062C.


Background Color

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

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

This div background color is #12062C.


Border color

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

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

This div border color is #12062C.


Opacity

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

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

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

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

This text has shadow with #12062C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12062C on black background.


Color preview on white background

This text has color #12062C on white background.



Black color preview on #12062C background

This text has black color on #12062C background.


White color preview on #12062C background

This text has white color on #12062C background.