COLOR #1D50B3

HEX: #1D50B3
RGB: (29,80,179)

Color info

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

RGB color model

#1D50B3 color RGB value is (29,80,179).

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

RGB channels and saturation

R 29 of 255 = 11%
G 80 of 255 = 31%
B 179 of 255 = 70%

29
80
179

R + G + B ~ 37%. #1D50B3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 80 + 179 = 288 (100%)
R 29 of 288 ~ 10.07%
G 80 of 288 ~ 27.78%
B 179 of 288 ~ 62.15%

%10.07
%27.78
%62.15

CMYK color model

#1D50B3 color CMYK value is (84,55,0,30).

  • cyan value is 83.80%
  • magenta value is 55.31%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(84,55,0,30)
C84M55Y0K30 
(84%,55%,0%,30%)
(0.84/0.55/0.00/0.30)	

CMYK percentages

%83.8
%55.31
%0
%29.8

Codes

Color #1D50B3 in popluar color models

1D50B3
RGB2980179
HSL220°72.12%40.78%
HSB/HSV220°83.80%70.20%
CMYK83.80%55.31%0.00%
29.80%

Color #1D50B3 in popluar number systems.

HEX1D50B3
Decimal2980179
Binary11101101000010110011
Octal35120263

Shades and tints

Shades of #1D50B3

#1D50B3
(29,80,179)
#1B49A3
(27,73,163)
#194293
(25,66,147)
#173B83
(23,59,131)
#153473
(21,52,115)
#132D63
(19,45,99)
#112653
(17,38,83)
#0F1F43
(15,31,67)
#0D1833
(13,24,51)
#0B1123
(11,17,35)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #1D50B3

#1D50B3
(29,80,179)
#315FB9
(49,95,185)
#456EBF
(69,110,191)
#597DC5
(89,125,197)
#6D8CCB
(109,140,203)
#819BD1
(129,155,209)
#95AAD7
(149,170,215)
#A9B9DD
(169,185,221)
#BDC8E3
(189,200,227)
#D1D7E9
(209,215,233)
#E5E6EF
(229,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D50B3; }

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

This text font color is #1D50B3.


Background Color

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

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

This div background color is #1D50B3.


Border color

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

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

This div border color is #1D50B3.


Opacity

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

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

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

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

This text has shadow with #1D50B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D50B3 on black background.


Color preview on white background

This text has color #1D50B3 on white background.



Black color preview on #1D50B3 background

This text has black color on #1D50B3 background.


White color preview on #1D50B3 background

This text has white color on #1D50B3 background.