COLOR #1D478F

HEX: #1D478F RGB: (29,71,143)

Color info

#1D478F contains mainly blue color. Web safe color of #1D478F is #333399 (or #339).

RGB color model

#1D478F color RGB value is (29,71,143).

RGB: (29,71,143) (11%, 28%, 56%)

RGB channels and saturation

R 29 of 255 = 11%
G 71 of 255 = 28%
B 143 of 255 = 56%

29
71
143

R + G + B ~ 32%. #1D478F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 71 + 143 = 243 (100%)
R 29 of 243 ~ 11.93%
G 71 of 243 ~ 29.22%
B 143 of 243 ~ 58.85'%

%11.93
%29.22
%58.85

CMYK color model

#1D478F color CMYK value is (80,50,0,44).

  • cyan value is 79.72%
  • magenta value is 50.35%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (80,50,0,44)
C80M50Y0K44 (80%, 50%, 0%, 44%)
(0.80 / 0.50 / 0.00 / 0.44)

CMYK percentages

%79.72
%50.35
%0
%43.92

Codes

Color #1D478F in popluar color models

1D 47 8F
RGB 29 71 143
HSL 218° 66.28% 33.73%
HSB/HSV 218° 79.72% 56.08%
CMYK 79.72% 50.35% 0.00%
43.92%

Color #1D478F in popluar number systems.

HEX 1D 47 8F
Decimal 29 71 143
Binary 11101 1000111 10001111
Octal 35 107 217

Shades and tints

Shades of #1D478F

#1D478F
(29,71,143)
#1B4182
(27,65,130)
#193B75
(25,59,117)
#173568
(23,53,104)
#152F5B
(21,47,91)
#13294E
(19,41,78)
#112341
(17,35,65)
#0F1D34
(15,29,52)
#0D1727
(13,23,39)
#0B111A
(11,17,26)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #1D478F

#1D478F
(29,71,143)
#315799
(49,87,153)
#4567A3
(69,103,163)
#5977AD
(89,119,173)
#6D87B7
(109,135,183)
#8197C1
(129,151,193)
#95A7CB
(149,167,203)
#A9B7D5
(169,183,213)
#BDC7DF
(189,199,223)
#D1D7E9
(209,215,233)
#E5E7F3
(229,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D478F color. Also use rgb(29,71,143) instead hex code.

Text Font Color

.myTextColor { color: #1D478F; }

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

This text font color is #1D478F.

Background Color

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

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

This div background color is #1D478F.

Border color

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

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

This div border color is #1D478F.

Opacity

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

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

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

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

This text has shadow with #1D478F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D478F.

Preview

Color preview on black background

This text has color #1D478F on black background.


Color preview on white background

This text has color #1D478F on white background.


Black color preview on #1D478F background

This text has black color on #1D478F background.


White color preview on #1D478F background

This text has white color on #1D478F background.


Related colors

Complementary color

Complementary color for #hex is #E2B870.


I love getcolorcode.com

Triadic colors

1 #8F1D47 and #478F1D with #1D478F are triadic colors.

2 #8F471D and #471D8F with #1D478F are triadic colors.