COLOR #1D0078

HEX: #1D0078
RGB: (29,0,120)

Color info

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

RGB color model

#1D0078 color RGB value is (29,0,120).

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

RGB channels and saturation

R 29 of 255 = 11%
G 0 of 255 = 0%
B 120 of 255 = 47%

29
0
120

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

Portions of RGB colors in percentages

R + G + B =
29 + 0 + 120 = 149 (100%)
R 29 of 149 ~ 19.46%
G 0 of 149 ~ 0%
B 120 of 149 ~ 80.54%

%19.46
%80.54

CMYK color model

#1D0078 color CMYK value is (76,100,0,53).

  • cyan value is 75.83%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(76,100,0,53)
C76M100Y0K53 
(76%,100%,0%,53%)
(0.76/1.00/0.00/0.53)	

CMYK percentages

%75.83
%100
%0
%52.94

Codes

Color #1D0078 in popluar color models

1D0078
RGB290120
HSL255°100.00%23.53%
HSB/HSV255°100.00%47.06%
CMYK75.83%100.00%0.00%
52.94%

Color #1D0078 in popluar number systems.

HEX1D0078
Decimal290120
Binary1110101111000
Octal350170

Shades and tints

Shades of #1D0078

#1D0078
(29,0,120)
#1B006E
(27,0,110)
#190064
(25,0,100)
#17005A
(23,0,90)
#150050
(21,0,80)
#130046
(19,0,70)
#11003C
(17,0,60)
#0F0032
(15,0,50)
#0D0028
(13,0,40)
#0B001E
(11,0,30)
#090014
(9,0,20)
#000000
(0,0,0)

Tints of #1D0078

#1D0078
(29,0,120)
#311784
(49,23,132)
#452E90
(69,46,144)
#59459C
(89,69,156)
#6D5CA8
(109,92,168)
#8173B4
(129,115,180)
#958AC0
(149,138,192)
#A9A1CC
(169,161,204)
#BDB8D8
(189,184,216)
#D1CFE4
(209,207,228)
#E5E6F0
(229,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D0078; }

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

This text font color is #1D0078.


Background Color

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

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

This div background color is #1D0078.


Border color

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

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

This div border color is #1D0078.


Opacity

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

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

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

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

This text has shadow with #1D0078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D0078 on black background.


Color preview on white background

This text has color #1D0078 on white background.



Black color preview on #1D0078 background

This text has black color on #1D0078 background.


White color preview on #1D0078 background

This text has white color on #1D0078 background.