COLOR #12002E

HEX: #12002E
RGB: (18,0,46)

Color info

#12002E contains only red and blue colors. Web safe color of #12002E is #000033 (or #003).

RGB color model

#12002E color RGB value is (18,0,46).

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

RGB channels and saturation

R 18 of 255 = 7%
G 0 of 255 = 0%
B 46 of 255 = 18%

18
0
46

R + G + B ~ 8%. #12002E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 0 + 46 = 64 (100%)
R 18 of 64 ~ 28.13%
G 0 of 64 ~ 0%
B 46 of 64 ~ 71.88%

%28.13
%71.88

CMYK color model

#12002E color CMYK value is (61,100,0,82).

  • cyan value is 60.87%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(61,100,0,82)
C61M100Y0K82 
(61%,100%,0%,82%)
(0.61/1.00/0.00/0.82)	

CMYK percentages

%60.87
%100
%0
%81.96

Codes

Color #12002E in popluar color models

12002E
RGB18046
HSL263°100.00%9.02%
HSB/HSV263°100.00%18.04%
CMYK60.87%100.00%0.00%
81.96%

Color #12002E in popluar number systems.

HEX12002E
Decimal18046
Binary100100101110
Octal22056

Shades and tints

Shades of #12002E

#12002E
(18,0,46)
#11002A
(17,0,42)
#100026
(16,0,38)
#0F0022
(15,0,34)
#0E001E
(14,0,30)
#0D001A
(13,0,26)
#0C0016
(12,0,22)
#0B0012
(11,0,18)
#0A000E
(10,0,14)
#09000A
(9,0,10)
#080006
(8,0,6)
#000000
(0,0,0)

Tints of #12002E

#12002E
(18,0,46)
#271741
(39,23,65)
#3C2E54
(60,46,84)
#514567
(81,69,103)
#665C7A
(102,92,122)
#7B738D
(123,115,141)
#908AA0
(144,138,160)
#A5A1B3
(165,161,179)
#BAB8C6
(186,184,198)
#CFCFD9
(207,207,217)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12002E; }

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

This text font color is #12002E.


Background Color

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

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

This div background color is #12002E.


Border color

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

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

This div border color is #12002E.


Opacity

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

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

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

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

This text has shadow with #12002E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12002E on black background.


Color preview on white background

This text has color #12002E on white background.



Black color preview on #12002E background

This text has black color on #12002E background.


White color preview on #12002E background

This text has white color on #12002E background.