COLOR #1D4F97

HEX: #1D4F97
RGB: (29,79,151)

Color info

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

RGB color model

#1D4F97 color RGB value is (29,79,151).

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

RGB channels and saturation

R 29 of 255 = 11%
G 79 of 255 = 31%
B 151 of 255 = 59%

29
79
151

R + G + B ~ 34%. #1D4F97 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 79 + 151 = 259 (100%)
R 29 of 259 ~ 11.2%
G 79 of 259 ~ 30.5%
B 151 of 259 ~ 58.3%

%11.2
%30.5
%58.3

CMYK color model

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

  • cyan value is 80.79%
  • magenta value is 47.68%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(81,48,0,41)
C81M48Y0K41 
(81%,48%,0%,41%)
(0.81/0.48/0.00/0.41)	

CMYK percentages

%80.79
%47.68
%0
%40.78

Codes

Color #1D4F97 in popluar color models

1D4F97
RGB2979151
HSL215°67.78%35.29%
HSB/HSV215°80.79%59.22%
CMYK80.79%47.68%0.00%
40.78%

Color #1D4F97 in popluar number systems.

HEX1D4F97
Decimal2979151
Binary11101100111110010111
Octal35117227

Shades and tints

Shades of #1D4F97

#1D4F97
(29,79,151)
#1B488A
(27,72,138)
#19417D
(25,65,125)
#173A70
(23,58,112)
#153363
(21,51,99)
#132C56
(19,44,86)
#112549
(17,37,73)
#0F1E3C
(15,30,60)
#0D172F
(13,23,47)
#0B1022
(11,16,34)
#090915
(9,9,21)
#000000
(0,0,0)

Tints of #1D4F97

#1D4F97
(29,79,151)
#315FA0
(49,95,160)
#456FA9
(69,111,169)
#597FB2
(89,127,178)
#6D8FBB
(109,143,187)
#819FC4
(129,159,196)
#95AFCD
(149,175,205)
#A9BFD6
(169,191,214)
#BDCFDF
(189,207,223)
#D1DFE8
(209,223,232)
#E5EFF1
(229,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D4F97; }

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

This text font color is #1D4F97.


Background Color

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

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

This div background color is #1D4F97.


Border color

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

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

This div border color is #1D4F97.


Opacity

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

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

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

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

This text has shadow with #1D4F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4F97 on black background.


Color preview on white background

This text has color #1D4F97 on white background.



Black color preview on #1D4F97 background

This text has black color on #1D4F97 background.


White color preview on #1D4F97 background

This text has white color on #1D4F97 background.