COLOR #1D0472

HEX: #1D0472
RGB: (29,4,114)

Color info

#1D0472 contains mainly blue color. Web safe color of #1D0472 is #330066 (or #306).

RGB color model

#1D0472 color RGB value is (29,4,114).

  • red value is 29;
  • green value is 4;
  • blue value is 114.
RGB:
(29,4,114)
(11%,2%,45%)

RGB channels and saturation

R 29 of 255 = 11%
G 4 of 255 = 2%
B 114 of 255 = 45%

29
4
114

R + G + B ~ 19%. #1D0472 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 4 + 114 = 147 (100%)
R 29 of 147 ~ 19.73%
G 4 of 147 ~ 2.72%
B 114 of 147 ~ 77.55%

%19.73
%77.55

CMYK color model

#1D0472 color CMYK value is (75,96,0,55).

  • cyan value is 74.56%
  • magenta value is 96.49%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(75,96,0,55)
C75M96Y0K55 
(75%,96%,0%,55%)
(0.75/0.96/0.00/0.55)	

CMYK percentages

%74.56
%96.49
%0
%55.29

Codes

Color #1D0472 in popluar color models

1D0472
RGB294114
HSL254°93.22%23.14%
HSB/HSV254°96.49%44.71%
CMYK74.56%96.49%0.00%
55.29%

Color #1D0472 in popluar number systems.

HEX1D0472
Decimal294114
Binary111011001110010
Octal354162

Shades and tints

Shades of #1D0472

#1D0472
(29,4,114)
#1B0468
(27,4,104)
#19045E
(25,4,94)
#170454
(23,4,84)
#15044A
(21,4,74)
#130440
(19,4,64)
#110436
(17,4,54)
#0F042C
(15,4,44)
#0D0422
(13,4,34)
#0B0418
(11,4,24)
#09040E
(9,4,14)
#000000
(0,0,0)

Tints of #1D0472

#1D0472
(29,4,114)
#311A7E
(49,26,126)
#45308A
(69,48,138)
#594696
(89,70,150)
#6D5CA2
(109,92,162)
#8172AE
(129,114,174)
#9588BA
(149,136,186)
#A99EC6
(169,158,198)
#BDB4D2
(189,180,210)
#D1CADE
(209,202,222)
#E5E0EA
(229,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D0472 color. Also use rgb(29,4,114) instead hex code.

Text Font Color

.myTextColor { color: #1D0472; }

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

This text font color is #1D0472.


Background Color

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

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

This div background color is #1D0472.


Border color

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

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

This div border color is #1D0472.


Opacity

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

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

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

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

This text has shadow with #1D0472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D0472 on black background.


Color preview on white background

This text has color #1D0472 on white background.



Black color preview on #1D0472 background

This text has black color on #1D0472 background.


White color preview on #1D0472 background

This text has white color on #1D0472 background.