COLOR #1D5AB8

HEX: #1D5AB8
RGB: (29,90,184)

Color info

#1D5AB8 contains mainly blue color. Web safe color of #1D5AB8 is #3366CC (or #36C).

RGB color model

#1D5AB8 color RGB value is (29,90,184).

  • red value is 29;
  • green value is 90;
  • blue value is 184.
RGB:
(29,90,184)
(11%,35%,72%)

RGB channels and saturation

R 29 of 255 = 11%
G 90 of 255 = 35%
B 184 of 255 = 72%

29
90
184

R + G + B ~ 39%. #1D5AB8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 90 + 184 = 303 (100%)
R 29 of 303 ~ 9.57%
G 90 of 303 ~ 29.7%
B 184 of 303 ~ 60.73%

%9.57
%29.7
%60.73

CMYK color model

#1D5AB8 color CMYK value is (84,51,0,28).

  • cyan value is 84.24%
  • magenta value is 51.09%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(84,51,0,28)
C84M51Y0K28 
(84%,51%,0%,28%)
(0.84/0.51/0.00/0.28)	

CMYK percentages

%84.24
%51.09
%0
%27.84

Codes

Color #1D5AB8 in popluar color models

1D5AB8
RGB2990184
HSL216°72.77%41.76%
HSB/HSV216°84.24%72.16%
CMYK84.24%51.09%0.00%
27.84%

Color #1D5AB8 in popluar number systems.

HEX1D5AB8
Decimal2990184
Binary11101101101010111000
Octal35132270

Shades and tints

Shades of #1D5AB8

#1D5AB8
(29,90,184)
#1B52A8
(27,82,168)
#194A98
(25,74,152)
#174288
(23,66,136)
#153A78
(21,58,120)
#133268
(19,50,104)
#112A58
(17,42,88)
#0F2248
(15,34,72)
#0D1A38
(13,26,56)
#0B1228
(11,18,40)
#090A18
(9,10,24)
#000000
(0,0,0)

Tints of #1D5AB8

#1D5AB8
(29,90,184)
#3169BE
(49,105,190)
#4578C4
(69,120,196)
#5987CA
(89,135,202)
#6D96D0
(109,150,208)
#81A5D6
(129,165,214)
#95B4DC
(149,180,220)
#A9C3E2
(169,195,226)
#BDD2E8
(189,210,232)
#D1E1EE
(209,225,238)
#E5F0F4
(229,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5AB8 color. Also use rgb(29,90,184) instead hex code.

Text Font Color

.myTextColor { color: #1D5AB8; }

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

This text font color is #1D5AB8.


Background Color

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

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

This div background color is #1D5AB8.


Border color

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

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

This div border color is #1D5AB8.


Opacity

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

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

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

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

This text has shadow with #1D5AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5AB8 on black background.


Color preview on white background

This text has color #1D5AB8 on white background.



Black color preview on #1D5AB8 background

This text has black color on #1D5AB8 background.


White color preview on #1D5AB8 background

This text has white color on #1D5AB8 background.