COLOR #1D1751

HEX: #1D1751
RGB: (29,23,81)

Color info

#1D1751 contains red, green and blue colors in about the same proportion. Web safe color of #1D1751 is #330066 (or #306).

RGB color model

#1D1751 color RGB value is (29,23,81).

  • red value is 29;
  • green value is 23;
  • blue value is 81.
RGB:
(29,23,81)
(11%,9%,32%)

RGB channels and saturation

R 29 of 255 = 11%
G 23 of 255 = 9%
B 81 of 255 = 32%

29
23
81

R + G + B ~ 17%. #1D1751 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 23 + 81 = 133 (100%)
R 29 of 133 ~ 21.8%
G 23 of 133 ~ 17.29%
B 81 of 133 ~ 60.9%

%21.8
%17.29
%60.9

CMYK color model

#1D1751 color CMYK value is (64,72,0,68).

  • cyan value is 64.20%
  • magenta value is 71.60%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(64,72,0,68)
C64M72Y0K68 
(64%,72%,0%,68%)
(0.64/0.72/0.00/0.68)	

CMYK percentages

%64.2
%71.6
%0
%68.24

Codes

Color #1D1751 in popluar color models

1D1751
RGB292381
HSL246°55.77%20.39%
HSB/HSV246°71.60%31.76%
CMYK64.20%71.60%0.00%
68.24%

Color #1D1751 in popluar number systems.

HEX1D1751
Decimal292381
Binary11101101111010001
Octal3527121

Shades and tints

Shades of #1D1751

#1D1751
(29,23,81)
#1B154A
(27,21,74)
#191343
(25,19,67)
#17113C
(23,17,60)
#150F35
(21,15,53)
#130D2E
(19,13,46)
#110B27
(17,11,39)
#0F0920
(15,9,32)
#0D0719
(13,7,25)
#0B0512
(11,5,18)
#09030B
(9,3,11)
#000000
(0,0,0)

Tints of #1D1751

#1D1751
(29,23,81)
#312C60
(49,44,96)
#45416F
(69,65,111)
#59567E
(89,86,126)
#6D6B8D
(109,107,141)
#81809C
(129,128,156)
#9595AB
(149,149,171)
#A9AABA
(169,170,186)
#BDBFC9
(189,191,201)
#D1D4D8
(209,212,216)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D1751 color. Also use rgb(29,23,81) instead hex code.

Text Font Color

.myTextColor { color: #1D1751; }

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

This text font color is #1D1751.


Background Color

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

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

This div background color is #1D1751.


Border color

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

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

This div border color is #1D1751.


Opacity

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

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

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

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

This text has shadow with #1D1751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D1751 on black background.


Color preview on white background

This text has color #1D1751 on white background.



Black color preview on #1D1751 background

This text has black color on #1D1751 background.


White color preview on #1D1751 background

This text has white color on #1D1751 background.