COLOR #1D49BC

HEX: #1D49BC
RGB: (29,73,188)

Color info

#1D49BC contains mainly blue color. Web safe color of #1D49BC is #3333CC (or #33C).

RGB color model

#1D49BC color RGB value is (29,73,188).

  • red value is 29;
  • green value is 73;
  • blue value is 188.
RGB:
(29,73,188)
(11%,29%,74%)

RGB channels and saturation

R 29 of 255 = 11%
G 73 of 255 = 29%
B 188 of 255 = 74%

29
73
188

R + G + B ~ 38%. #1D49BC is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 73 + 188 = 290 (100%)
R 29 of 290 ~ 10%
G 73 of 290 ~ 25.17%
B 188 of 290 ~ 64.83%

%10
%25.17
%64.83

CMYK color model

#1D49BC color CMYK value is (85,61,0,26).

  • cyan value is 84.57%
  • magenta value is 61.17%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(85,61,0,26)
C85M61Y0K26 
(85%,61%,0%,26%)
(0.85/0.61/0.00/0.26)	

CMYK percentages

%84.57
%61.17
%0
%26.27

Codes

Color #1D49BC in popluar color models

1D49BC
RGB2973188
HSL223°73.27%42.55%
HSB/HSV223°84.57%73.73%
CMYK84.57%61.17%0.00%
26.27%

Color #1D49BC in popluar number systems.

HEX1D49BC
Decimal2973188
Binary11101100100110111100
Octal35111274

Shades and tints

Shades of #1D49BC

#1D49BC
(29,73,188)
#1B43AB
(27,67,171)
#193D9A
(25,61,154)
#173789
(23,55,137)
#153178
(21,49,120)
#132B67
(19,43,103)
#112556
(17,37,86)
#0F1F45
(15,31,69)
#0D1934
(13,25,52)
#0B1323
(11,19,35)
#090D12
(9,13,18)
#000000
(0,0,0)

Tints of #1D49BC

#1D49BC
(29,73,188)
#3159C2
(49,89,194)
#4569C8
(69,105,200)
#5979CE
(89,121,206)
#6D89D4
(109,137,212)
#8199DA
(129,153,218)
#95A9E0
(149,169,224)
#A9B9E6
(169,185,230)
#BDC9EC
(189,201,236)
#D1D9F2
(209,217,242)
#E5E9F8
(229,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D49BC color. Also use rgb(29,73,188) instead hex code.

Text Font Color

.myTextColor { color: #1D49BC; }

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

This text font color is #1D49BC.


Background Color

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

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

This div background color is #1D49BC.


Border color

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

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

This div border color is #1D49BC.


Opacity

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

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

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

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

This text has shadow with #1D49BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D49BC on black background.


Color preview on white background

This text has color #1D49BC on white background.



Black color preview on #1D49BC background

This text has black color on #1D49BC background.


White color preview on #1D49BC background

This text has white color on #1D49BC background.