COLOR #1D509F

HEX: #1D509F
RGB: (29,80,159)

Color info

#1D509F contains mainly blue color. Web safe color of #1D509F is #336699 (or #369).

RGB color model

#1D509F color RGB value is (29,80,159).

  • red value is 29;
  • green value is 80;
  • blue value is 159.
RGB:
(29,80,159)
(11%,31%,62%)

RGB channels and saturation

R 29 of 255 = 11%
G 80 of 255 = 31%
B 159 of 255 = 62%

29
80
159

R + G + B ~ 35%. #1D509F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 80 + 159 = 268 (100%)
R 29 of 268 ~ 10.82%
G 80 of 268 ~ 29.85%
B 159 of 268 ~ 59.33%

%10.82
%29.85
%59.33

CMYK color model

#1D509F color CMYK value is (82,50,0,38).

  • cyan value is 81.76%
  • magenta value is 49.69%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(82,50,0,38)
C82M50Y0K38 
(82%,50%,0%,38%)
(0.82/0.50/0.00/0.38)	

CMYK percentages

%81.76
%49.69
%0
%37.65

Codes

Color #1D509F in popluar color models

1D509F
RGB2980159
HSL216°69.15%36.86%
HSB/HSV216°81.76%62.35%
CMYK81.76%49.69%0.00%
37.65%

Color #1D509F in popluar number systems.

HEX1D509F
Decimal2980159
Binary11101101000010011111
Octal35120237

Shades and tints

Shades of #1D509F

#1D509F
(29,80,159)
#1B4991
(27,73,145)
#194283
(25,66,131)
#173B75
(23,59,117)
#153467
(21,52,103)
#132D59
(19,45,89)
#11264B
(17,38,75)
#0F1F3D
(15,31,61)
#0D182F
(13,24,47)
#0B1121
(11,17,33)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #1D509F

#1D509F
(29,80,159)
#315FA7
(49,95,167)
#456EAF
(69,110,175)
#597DB7
(89,125,183)
#6D8CBF
(109,140,191)
#819BC7
(129,155,199)
#95AACF
(149,170,207)
#A9B9D7
(169,185,215)
#BDC8DF
(189,200,223)
#D1D7E7
(209,215,231)
#E5E6EF
(229,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D509F; }

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

This text font color is #1D509F.


Background Color

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

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

This div background color is #1D509F.


Border color

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

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

This div border color is #1D509F.


Opacity

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

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

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

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

This text has shadow with #1D509F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D509F on black background.


Color preview on white background

This text has color #1D509F on white background.



Black color preview on #1D509F background

This text has black color on #1D509F background.


White color preview on #1D509F background

This text has white color on #1D509F background.