COLOR #1D5B98

HEX: #1D5B98
RGB: (29,91,152)

Color info

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

RGB color model

#1D5B98 color RGB value is (29,91,152).

  • red value is 29;
  • green value is 91;
  • blue value is 152.
RGB:
(29,91,152)
(11%,36%,60%)

RGB channels and saturation

R 29 of 255 = 11%
G 91 of 255 = 36%
B 152 of 255 = 60%

29
91
152

R + G + B ~ 36%. #1D5B98 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 91 + 152 = 272 (100%)
R 29 of 272 ~ 10.66%
G 91 of 272 ~ 33.46%
B 152 of 272 ~ 55.88%

%10.66
%33.46
%55.88

CMYK color model

#1D5B98 color CMYK value is (81,40,0,40).

  • cyan value is 80.92%
  • magenta value is 40.13%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(81,40,0,40)
C81M40Y0K40 
(81%,40%,0%,40%)
(0.81/0.40/0.00/0.40)	

CMYK percentages

%80.92
%40.13
%0
%40.39

Codes

Color #1D5B98 in popluar color models

1D5B98
RGB2991152
HSL210°67.96%35.49%
HSB/HSV210°80.92%59.61%
CMYK80.92%40.13%0.00%
40.39%

Color #1D5B98 in popluar number systems.

HEX1D5B98
Decimal2991152
Binary11101101101110011000
Octal35133230

Shades and tints

Shades of #1D5B98

#1D5B98
(29,91,152)
#1B538B
(27,83,139)
#194B7E
(25,75,126)
#174371
(23,67,113)
#153B64
(21,59,100)
#133357
(19,51,87)
#112B4A
(17,43,74)
#0F233D
(15,35,61)
#0D1B30
(13,27,48)
#0B1323
(11,19,35)
#090B16
(9,11,22)
#000000
(0,0,0)

Tints of #1D5B98

#1D5B98
(29,91,152)
#3169A1
(49,105,161)
#4577AA
(69,119,170)
#5985B3
(89,133,179)
#6D93BC
(109,147,188)
#81A1C5
(129,161,197)
#95AFCE
(149,175,206)
#A9BDD7
(169,189,215)
#BDCBE0
(189,203,224)
#D1D9E9
(209,217,233)
#E5E7F2
(229,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5B98 color. Also use rgb(29,91,152) instead hex code.

Text Font Color

.myTextColor { color: #1D5B98; }

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

This text font color is #1D5B98.


Background Color

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

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

This div background color is #1D5B98.


Border color

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

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

This div border color is #1D5B98.


Opacity

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

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

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

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

This text has shadow with #1D5B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5B98 on black background.


Color preview on white background

This text has color #1D5B98 on white background.



Black color preview on #1D5B98 background

This text has black color on #1D5B98 background.


White color preview on #1D5B98 background

This text has white color on #1D5B98 background.