COLOR #11003D

HEX: #11003D
RGB: (17,0,61)

Color info

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

RGB color model

#11003D color RGB value is (17,0,61).

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

RGB channels and saturation

R 17 of 255 = 7%
G 0 of 255 = 0%
B 61 of 255 = 24%

17
0
61

R + G + B ~ 10%. #11003D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 0 + 61 = 78 (100%)
R 17 of 78 ~ 21.79%
G 0 of 78 ~ 0%
B 61 of 78 ~ 78.21%

%21.79
%78.21

CMYK color model

#11003D color CMYK value is (72,100,0,76).

  • cyan value is 72.13%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(72,100,0,76)
C72M100Y0K76 
(72%,100%,0%,76%)
(0.72/1.00/0.00/0.76)	

CMYK percentages

%72.13
%100
%0
%76.08

Codes

Color #11003D in popluar color models

11003D
RGB17061
HSL257°100.00%11.96%
HSB/HSV257°100.00%23.92%
CMYK72.13%100.00%0.00%
76.08%

Color #11003D in popluar number systems.

HEX11003D
Decimal17061
Binary100010111101
Octal21075

Shades and tints

Shades of #11003D

#11003D
(17,0,61)
#100038
(16,0,56)
#0F0033
(15,0,51)
#0E002E
(14,0,46)
#0D0029
(13,0,41)
#0C0024
(12,0,36)
#0B001F
(11,0,31)
#0A001A
(10,0,26)
#090015
(9,0,21)
#080010
(8,0,16)
#07000B
(7,0,11)
#000000
(0,0,0)

Tints of #11003D

#11003D
(17,0,61)
#26174E
(38,23,78)
#3B2E5F
(59,46,95)
#504570
(80,69,112)
#655C81
(101,92,129)
#7A7392
(122,115,146)
#8F8AA3
(143,138,163)
#A4A1B4
(164,161,180)
#B9B8C5
(185,184,197)
#CECFD6
(206,207,214)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11003D color. Also use rgb(17,0,61) instead hex code.

Text Font Color

.myTextColor { color: #11003D; }

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

This text font color is #11003D.


Background Color

.myBgColor { background-color: #11003D; }

<div style="background-color:#11003D">Inner text</div>

This div background color is #11003D.


Border color

.myBorderColor { border: 1px solid #11003D; }

<div style="border:3px solid #11003D">Div</div>

This div border color is #11003D.


Opacity

.myOpacity80 { color: #11003D; opacity: 0.8; }

<p style="color:#11003D;opacity:0.8;">80%</p>

Text with #11003D 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 #11003D;}

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

This text has shadow with #11003D color.

.textShadow {text-shadow: 3px 3px 1px #11003D, 3px 3px 1px red;}

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

This text has shadow with #11003D primary color and red secondary color.


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

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

This text has shadow with #11003D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11003D on black background.


Color preview on white background

This text has color #11003D on white background.



Black color preview on #11003D background

This text has black color on #11003D background.


White color preview on #11003D background

This text has white color on #11003D background.