COLOR #1D5080

HEX: #1D5080 RGB: (29,80,128)

Color info

#1D5080 contains mainly green and blue colors. Web safe color of #1D5080 is #336666 (or #366).

RGB color model

#1D5080 color RGB value is (29,80,128).

RGB: (29,80,128) (11%, 31%, 50%)

RGB channels and saturation

R 29 of 255 = 11%
G 80 of 255 = 31%
B 128 of 255 = 50%

29
80
128

R + G + B ~ 31%. #1D5080 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 80 + 128 = 237 (100%)
R 29 of 237 ~ 12.24%
G 80 of 237 ~ 33.76%
B 128 of 237 ~ 54.01'%

%12.24
%33.76
%54.01

CMYK color model

#1D5080 color CMYK value is (77,38,0,50).

  • cyan value is 77.34%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (77,38,0,50)
C77M38Y0K50 (77%, 38%, 0%, 50%)
(0.77 / 0.38 / 0.00 / 0.50)

CMYK percentages

%77.34
%37.5
%0
%49.8

Codes

Color #1D5080 in popluar color models

1D 50 80
RGB 29 80 128
HSL 209° 63.06% 30.78%
HSB/HSV 209° 77.34% 50.20%
CMYK 77.34% 37.50% 0.00%
49.80%

Color #1D5080 in popluar number systems.

HEX 1D 50 80
Decimal 29 80 128
Binary 11101 1010000 10000000
Octal 35 120 200

Shades and tints

Shades of #1D5080

#1D5080
(29,80,128)
#1B4975
(27,73,117)
#19426A
(25,66,106)
#173B5F
(23,59,95)
#153454
(21,52,84)
#132D49
(19,45,73)
#11263E
(17,38,62)
#0F1F33
(15,31,51)
#0D1828
(13,24,40)
#0B111D
(11,17,29)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #1D5080

#1D5080
(29,80,128)
#315F8B
(49,95,139)
#456E96
(69,110,150)
#597DA1
(89,125,161)
#6D8CAC
(109,140,172)
#819BB7
(129,155,183)
#95AAC2
(149,170,194)
#A9B9CD
(169,185,205)
#BDC8D8
(189,200,216)
#D1D7E3
(209,215,227)
#E5E6EE
(229,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5080 color. Also use rgb(29,80,128) instead hex code.

Text Font Color

.myTextColor { color: #1D5080; }

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

This text font color is #1D5080.

Background Color

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

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

This div background color is #1D5080.

Border color

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

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

This div border color is #1D5080.

Opacity

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

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

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

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

This text has shadow with #1D5080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D5080.

Preview

Color preview on black background

This text has color #1D5080 on black background.


Color preview on white background

This text has color #1D5080 on white background.


Black color preview on #1D5080 background

This text has black color on #1D5080 background.


White color preview on #1D5080 background

This text has white color on #1D5080 background.


Related colors

Complementary color

Complementary color for #hex is #E2AF7F.


I love getcolorcode.com

Triadic colors

1 #801D50 and #50801D with #1D5080 are triadic colors.

2 #80501D and #501D80 with #1D5080 are triadic colors.