COLOR #11004A

HEX: #11004A
RGB: (17,0,74)

Color info

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

RGB color model

#11004A color RGB value is (17,0,74).

  • red value is 17;
  • green value is 0;
  • blue value is 74.
RGB:
(17,0,74)
(7%,0%,29%)

RGB channels and saturation

R 17 of 255 = 7%
G 0 of 255 = 0%
B 74 of 255 = 29%

17
0
74

R + G + B ~ 12%. #11004A is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 0 + 74 = 91 (100%)
R 17 of 91 ~ 18.68%
G 0 of 91 ~ 0%
B 74 of 91 ~ 81.32%

%18.68
%81.32

CMYK color model

#11004A color CMYK value is (77,100,0,71).

  • cyan value is 77.03%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(77,100,0,71)
C77M100Y0K71 
(77%,100%,0%,71%)
(0.77/1.00/0.00/0.71)	

CMYK percentages

%77.03
%100
%0
%70.98

Codes

Color #11004A in popluar color models

11004A
RGB17074
HSL254°100.00%14.51%
HSB/HSV254°100.00%29.02%
CMYK77.03%100.00%0.00%
70.98%

Color #11004A in popluar number systems.

HEX11004A
Decimal17074
Binary1000101001010
Octal210112

Shades and tints

Shades of #11004A

#11004A
(17,0,74)
#100044
(16,0,68)
#0F003E
(15,0,62)
#0E0038
(14,0,56)
#0D0032
(13,0,50)
#0C002C
(12,0,44)
#0B0026
(11,0,38)
#0A0020
(10,0,32)
#09001A
(9,0,26)
#080014
(8,0,20)
#07000E
(7,0,14)
#000000
(0,0,0)

Tints of #11004A

#11004A
(17,0,74)
#26175A
(38,23,90)
#3B2E6A
(59,46,106)
#50457A
(80,69,122)
#655C8A
(101,92,138)
#7A739A
(122,115,154)
#8F8AAA
(143,138,170)
#A4A1BA
(164,161,186)
#B9B8CA
(185,184,202)
#CECFDA
(206,207,218)
#E3E6EA
(227,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11004A color. Also use rgb(17,0,74) instead hex code.

Text Font Color

.myTextColor { color: #11004A; }

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

This text font color is #11004A.


Background Color

.myBgColor { background-color: #11004A; }

<div style="background-color:#11004A">Inner text</div>

This div background color is #11004A.


Border color

.myBorderColor { border: 1px solid #11004A; }

<div style="border:3px solid #11004A">Div</div>

This div border color is #11004A.


Opacity

.myOpacity80 { color: #11004A; opacity: 0.8; }

<p style="color:#11004A;opacity:0.8;">80%</p>

Text with #11004A 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 #11004A;}

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

This text has shadow with #11004A color.

.textShadow {text-shadow: 3px 3px 1px #11004A, 3px 3px 1px red;}

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

This text has shadow with #11004A primary color and red secondary color.


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

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

This text has shadow with #11004A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11004A on black background.


Color preview on white background

This text has color #11004A on white background.



Black color preview on #11004A background

This text has black color on #11004A background.


White color preview on #11004A background

This text has white color on #11004A background.