COLOR #12003F

HEX: #12003F
RGB: (18,0,63)

Color info

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

RGB color model

#12003F color RGB value is (18,0,63).

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

RGB channels and saturation

R 18 of 255 = 7%
G 0 of 255 = 0%
B 63 of 255 = 25%

18
0
63

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

Portions of RGB colors in percentages

R + G + B =
18 + 0 + 63 = 81 (100%)
R 18 of 81 ~ 22.22%
G 0 of 81 ~ 0%
B 63 of 81 ~ 77.78%

%22.22
%77.78

CMYK color model

#12003F color CMYK value is (71,100,0,75).

  • cyan value is 71.43%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(71,100,0,75)
C71M100Y0K75 
(71%,100%,0%,75%)
(0.71/1.00/0.00/0.75)	

CMYK percentages

%71.43
%100
%0
%75.29

Codes

Color #12003F in popluar color models

12003F
RGB18063
HSL257°100.00%12.35%
HSB/HSV257°100.00%24.71%
CMYK71.43%100.00%0.00%
75.29%

Color #12003F in popluar number systems.

HEX12003F
Decimal18063
Binary100100111111
Octal22077

Shades and tints

Shades of #12003F

#12003F
(18,0,63)
#11003A
(17,0,58)
#100035
(16,0,53)
#0F0030
(15,0,48)
#0E002B
(14,0,43)
#0D0026
(13,0,38)
#0C0021
(12,0,33)
#0B001C
(11,0,28)
#0A0017
(10,0,23)
#090012
(9,0,18)
#08000D
(8,0,13)
#000000
(0,0,0)

Tints of #12003F

#12003F
(18,0,63)
#271750
(39,23,80)
#3C2E61
(60,46,97)
#514572
(81,69,114)
#665C83
(102,92,131)
#7B7394
(123,115,148)
#908AA5
(144,138,165)
#A5A1B6
(165,161,182)
#BAB8C7
(186,184,199)
#CFCFD8
(207,207,216)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12003F color. Also use rgb(18,0,63) instead hex code.

Text Font Color

.myTextColor { color: #12003F; }

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

This text font color is #12003F.


Background Color

.myBgColor { background-color: #12003F; }

<div style="background-color:#12003F">Inner text</div>

This div background color is #12003F.


Border color

.myBorderColor { border: 1px solid #12003F; }

<div style="border:3px solid #12003F">Div</div>

This div border color is #12003F.


Opacity

.myOpacity80 { color: #12003F; opacity: 0.8; }

<p style="color:#12003F;opacity:0.8;">80%</p>

Text with #12003F 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 #12003F;}

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

This text has shadow with #12003F color.

.textShadow {text-shadow: 3px 3px 1px #12003F, 3px 3px 1px red;}

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

This text has shadow with #12003F primary color and red secondary color.


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

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

This text has shadow with #12003F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12003F on black background.


Color preview on white background

This text has color #12003F on white background.



Black color preview on #12003F background

This text has black color on #12003F background.


White color preview on #12003F background

This text has white color on #12003F background.