COLOR #1D133B

HEX: #1D133B
RGB: (29,19,59)

Color info

#1D133B contains red, green and blue colors in about the same proportion. Web safe color of #1D133B is #330033 (or #303).

RGB color model

#1D133B color RGB value is (29,19,59).

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

RGB channels and saturation

R 29 of 255 = 11%
G 19 of 255 = 7%
B 59 of 255 = 23%

29
19
59

R + G + B ~ 14%. #1D133B is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 19 + 59 = 107 (100%)
R 29 of 107 ~ 27.1%
G 19 of 107 ~ 17.76%
B 59 of 107 ~ 55.14%

%27.1
%17.76
%55.14

CMYK color model

#1D133B color CMYK value is (51,68,0,77).

  • cyan value is 50.85%
  • magenta value is 67.80%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(51,68,0,77)
C51M68Y0K77 
(51%,68%,0%,77%)
(0.51/0.68/0.00/0.77)	

CMYK percentages

%50.85
%67.8
%0
%76.86

Codes

Color #1D133B in popluar color models

1D133B
RGB291959
HSL255°51.28%15.29%
HSB/HSV255°67.80%23.14%
CMYK50.85%67.80%0.00%
76.86%

Color #1D133B in popluar number systems.

HEX1D133B
Decimal291959
Binary1110110011111011
Octal352373

Shades and tints

Shades of #1D133B

#1D133B
(29,19,59)
#1B1236
(27,18,54)
#191131
(25,17,49)
#17102C
(23,16,44)
#150F27
(21,15,39)
#130E22
(19,14,34)
#110D1D
(17,13,29)
#0F0C18
(15,12,24)
#0D0B13
(13,11,19)
#0B0A0E
(11,10,14)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #1D133B

#1D133B
(29,19,59)
#31284C
(49,40,76)
#453D5D
(69,61,93)
#59526E
(89,82,110)
#6D677F
(109,103,127)
#817C90
(129,124,144)
#9591A1
(149,145,161)
#A9A6B2
(169,166,178)
#BDBBC3
(189,187,195)
#D1D0D4
(209,208,212)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D133B; }

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

This text font color is #1D133B.


Background Color

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

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

This div background color is #1D133B.


Border color

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

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

This div border color is #1D133B.


Opacity

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

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

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

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

This text has shadow with #1D133B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D133B on black background.


Color preview on white background

This text has color #1D133B on white background.



Black color preview on #1D133B background

This text has black color on #1D133B background.


White color preview on #1D133B background

This text has white color on #1D133B background.