COLOR #12005C

HEX: #12005C
RGB: (18,0,92)

Color info

#12005C contains mainly blue color. Web safe color of #12005C is #000066 (or #006).

RGB color model

#12005C color RGB value is (18,0,92).

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

RGB channels and saturation

R 18 of 255 = 7%
G 0 of 255 = 0%
B 92 of 255 = 36%

18
0
92

R + G + B ~ 14%. #12005C is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 0 + 92 = 110 (100%)
R 18 of 110 ~ 16.36%
G 0 of 110 ~ 0%
B 92 of 110 ~ 83.64%

%16.36
%83.64

CMYK color model

#12005C color CMYK value is (80,100,0,64).

  • cyan value is 80.43%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(80,100,0,64)
C80M100Y0K64 
(80%,100%,0%,64%)
(0.80/1.00/0.00/0.64)	

CMYK percentages

%80.43
%100
%0
%63.92

Codes

Color #12005C in popluar color models

12005C
RGB18092
HSL252°100.00%18.04%
HSB/HSV252°100.00%36.08%
CMYK80.43%100.00%0.00%
63.92%

Color #12005C in popluar number systems.

HEX12005C
Decimal18092
Binary1001001011100
Octal220134

Shades and tints

Shades of #12005C

#12005C
(18,0,92)
#110054
(17,0,84)
#10004C
(16,0,76)
#0F0044
(15,0,68)
#0E003C
(14,0,60)
#0D0034
(13,0,52)
#0C002C
(12,0,44)
#0B0024
(11,0,36)
#0A001C
(10,0,28)
#090014
(9,0,20)
#08000C
(8,0,12)
#000000
(0,0,0)

Tints of #12005C

#12005C
(18,0,92)
#27176A
(39,23,106)
#3C2E78
(60,46,120)
#514586
(81,69,134)
#665C94
(102,92,148)
#7B73A2
(123,115,162)
#908AB0
(144,138,176)
#A5A1BE
(165,161,190)
#BAB8CC
(186,184,204)
#CFCFDA
(207,207,218)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12005C color. Also use rgb(18,0,92) instead hex code.

Text Font Color

.myTextColor { color: #12005C; }

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

This text font color is #12005C.


Background Color

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

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

This div background color is #12005C.


Border color

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

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

This div border color is #12005C.


Opacity

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

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

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

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

This text has shadow with #12005C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12005C on black background.


Color preview on white background

This text has color #12005C on white background.



Black color preview on #12005C background

This text has black color on #12005C background.


White color preview on #12005C background

This text has white color on #12005C background.