COLOR #1D003B

HEX: #1D003B
RGB: (29,0,59)

Color info

#1D003B contains only red and blue colors. Web safe color of #1D003B is #330033 (or #303).

RGB color model

#1D003B color RGB value is (29,0,59).

  • red value is 29;
  • green value is 0;
  • blue value is 59.
RGB:
(29,0,59)
(11%,0%,23%)

RGB channels and saturation

R 29 of 255 = 11%
G 0 of 255 = 0%
B 59 of 255 = 23%

29
0
59

R + G + B ~ 11%. #1D003B is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 0 + 59 = 88 (100%)
R 29 of 88 ~ 32.95%
G 0 of 88 ~ 0%
B 59 of 88 ~ 67.05%

%32.95
%67.05

CMYK color model

#1D003B color CMYK value is (51,100,0,77).

  • cyan value is 50.85%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(51,100,0,77)
C51M100Y0K77 
(51%,100%,0%,77%)
(0.51/1.00/0.00/0.77)	

CMYK percentages

%50.85
%100
%0
%76.86

Codes

Color #1D003B in popluar color models

1D003B
RGB29059
HSL269°100.00%11.57%
HSB/HSV269°100.00%23.14%
CMYK50.85%100.00%0.00%
76.86%

Color #1D003B in popluar number systems.

HEX1D003B
Decimal29059
Binary111010111011
Octal35073

Shades and tints

Shades of #1D003B

#1D003B
(29,0,59)
#1B0036
(27,0,54)
#190031
(25,0,49)
#17002C
(23,0,44)
#150027
(21,0,39)
#130022
(19,0,34)
#11001D
(17,0,29)
#0F0018
(15,0,24)
#0D0013
(13,0,19)
#0B000E
(11,0,14)
#090009
(9,0,9)
#000000
(0,0,0)

Tints of #1D003B

#1D003B
(29,0,59)
#31174C
(49,23,76)
#452E5D
(69,46,93)
#59456E
(89,69,110)
#6D5C7F
(109,92,127)
#817390
(129,115,144)
#958AA1
(149,138,161)
#A9A1B2
(169,161,178)
#BDB8C3
(189,184,195)
#D1CFD4
(209,207,212)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D003B color. Also use rgb(29,0,59) instead hex code.

Text Font Color

.myTextColor { color: #1D003B; }

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

This text font color is #1D003B.


Background Color

.myBgColor { background-color: #1D003B; }

<div style="background-color:#1D003B">Inner text</div>

This div background color is #1D003B.


Border color

.myBorderColor { border: 1px solid #1D003B; }

<div style="border:3px solid #1D003B">Div</div>

This div border color is #1D003B.


Opacity

.myOpacity80 { color: #1D003B; opacity: 0.8; }

<p style="color:#1D003B;opacity:0.8;">80%</p>

Text with #1D003B 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 #1D003B;}

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

This text has shadow with #1D003B color.

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

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

This text has shadow with #1D003B primary color and red secondary color.


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

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

This text has shadow with #1D003B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D003B on black background.


Color preview on white background

This text has color #1D003B on white background.



Black color preview on #1D003B background

This text has black color on #1D003B background.


White color preview on #1D003B background

This text has white color on #1D003B background.