COLOR #1D5997

HEX: #1D5997
RGB: (29,89,151)

Color info

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

RGB color model

#1D5997 color RGB value is (29,89,151).

  • red value is 29;
  • green value is 89;
  • blue value is 151.
RGB:
(29,89,151)
(11%,35%,59%)

RGB channels and saturation

R 29 of 255 = 11%
G 89 of 255 = 35%
B 151 of 255 = 59%

29
89
151

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

Portions of RGB colors in percentages

R + G + B =
29 + 89 + 151 = 269 (100%)
R 29 of 269 ~ 10.78%
G 89 of 269 ~ 33.09%
B 151 of 269 ~ 56.13%

%10.78
%33.09
%56.13

CMYK color model

#1D5997 color CMYK value is (81,41,0,41).

  • cyan value is 80.79%
  • magenta value is 41.06%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(81,41,0,41)
C81M41Y0K41 
(81%,41%,0%,41%)
(0.81/0.41/0.00/0.41)	

CMYK percentages

%80.79
%41.06
%0
%40.78

Codes

Color #1D5997 in popluar color models

1D5997
RGB2989151
HSL210°67.78%35.29%
HSB/HSV210°80.79%59.22%
CMYK80.79%41.06%0.00%
40.78%

Color #1D5997 in popluar number systems.

HEX1D5997
Decimal2989151
Binary11101101100110010111
Octal35131227

Shades and tints

Shades of #1D5997

#1D5997
(29,89,151)
#1B518A
(27,81,138)
#19497D
(25,73,125)
#174170
(23,65,112)
#153963
(21,57,99)
#133156
(19,49,86)
#112949
(17,41,73)
#0F213C
(15,33,60)
#0D192F
(13,25,47)
#0B1122
(11,17,34)
#090915
(9,9,21)
#000000
(0,0,0)

Tints of #1D5997

#1D5997
(29,89,151)
#3168A0
(49,104,160)
#4577A9
(69,119,169)
#5986B2
(89,134,178)
#6D95BB
(109,149,187)
#81A4C4
(129,164,196)
#95B3CD
(149,179,205)
#A9C2D6
(169,194,214)
#BDD1DF
(189,209,223)
#D1E0E8
(209,224,232)
#E5EFF1
(229,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5997 color. Also use rgb(29,89,151) instead hex code.

Text Font Color

.myTextColor { color: #1D5997; }

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

This text font color is #1D5997.


Background Color

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

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

This div background color is #1D5997.


Border color

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

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

This div border color is #1D5997.


Opacity

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

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

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

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

This text has shadow with #1D5997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5997 on black background.


Color preview on white background

This text has color #1D5997 on white background.



Black color preview on #1D5997 background

This text has black color on #1D5997 background.


White color preview on #1D5997 background

This text has white color on #1D5997 background.