COLOR #1D5281

HEX: #1D5281
RGB: (29,82,129)

Color info

#1D5281 contains mainly green and blue colors. Web safe color of #1D5281 is #336699 (or #369).

RGB color model

#1D5281 color RGB value is (29,82,129).

  • red value is 29;
  • green value is 82;
  • blue value is 129.
RGB:
(29,82,129)
(11%,32%,51%)

RGB channels and saturation

R 29 of 255 = 11%
G 82 of 255 = 32%
B 129 of 255 = 51%

29
82
129

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

Portions of RGB colors in percentages

R + G + B =
29 + 82 + 129 = 240 (100%)
R 29 of 240 ~ 12.08%
G 82 of 240 ~ 34.17%
B 129 of 240 ~ 53.75%

%12.08
%34.17
%53.75

CMYK color model

#1D5281 color CMYK value is (78,36,0,49).

  • cyan value is 77.52%
  • magenta value is 36.43%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(78,36,0,49)
C78M36Y0K49 
(78%,36%,0%,49%)
(0.78/0.36/0.00/0.49)	

CMYK percentages

%77.52
%36.43
%0
%49.41

Codes

Color #1D5281 in popluar color models

1D5281
RGB2982129
HSL208°63.29%30.98%
HSB/HSV208°77.52%50.59%
CMYK77.52%36.43%0.00%
49.41%

Color #1D5281 in popluar number systems.

HEX1D5281
Decimal2982129
Binary11101101001010000001
Octal35122201

Shades and tints

Shades of #1D5281

#1D5281
(29,82,129)
#1B4B76
(27,75,118)
#19446B
(25,68,107)
#173D60
(23,61,96)
#153655
(21,54,85)
#132F4A
(19,47,74)
#11283F
(17,40,63)
#0F2134
(15,33,52)
#0D1A29
(13,26,41)
#0B131E
(11,19,30)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #1D5281

#1D5281
(29,82,129)
#31618C
(49,97,140)
#457097
(69,112,151)
#597FA2
(89,127,162)
#6D8EAD
(109,142,173)
#819DB8
(129,157,184)
#95ACC3
(149,172,195)
#A9BBCE
(169,187,206)
#BDCAD9
(189,202,217)
#D1D9E4
(209,217,228)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5281 color. Also use rgb(29,82,129) instead hex code.

Text Font Color

.myTextColor { color: #1D5281; }

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

This text font color is #1D5281.


Background Color

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

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

This div background color is #1D5281.


Border color

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

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

This div border color is #1D5281.


Opacity

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

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

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

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

This text has shadow with #1D5281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5281 on black background.


Color preview on white background

This text has color #1D5281 on white background.



Black color preview on #1D5281 background

This text has black color on #1D5281 background.


White color preview on #1D5281 background

This text has white color on #1D5281 background.