COLOR #1D427B

HEX: #1D427B
RGB: (29,66,123)

Color info

#1D427B contains mainly green and blue colors. Web safe color of #1D427B is #333366 (or #336).

RGB color model

#1D427B color RGB value is (29,66,123).

  • red value is 29;
  • green value is 66;
  • blue value is 123.
RGB:
(29,66,123)
(11%,26%,48%)

RGB channels and saturation

R 29 of 255 = 11%
G 66 of 255 = 26%
B 123 of 255 = 48%

29
66
123

R + G + B ~ 28%. #1D427B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 66 + 123 = 218 (100%)
R 29 of 218 ~ 13.3%
G 66 of 218 ~ 30.28%
B 123 of 218 ~ 56.42%

%13.3
%30.28
%56.42

CMYK color model

#1D427B color CMYK value is (76,46,0,52).

  • cyan value is 76.42%
  • magenta value is 46.34%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(76,46,0,52)
C76M46Y0K52 
(76%,46%,0%,52%)
(0.76/0.46/0.00/0.52)	

CMYK percentages

%76.42
%46.34
%0
%51.76

Codes

Color #1D427B in popluar color models

1D427B
RGB2966123
HSL216°61.84%29.80%
HSB/HSV216°76.42%48.24%
CMYK76.42%46.34%0.00%
51.76%

Color #1D427B in popluar number systems.

HEX1D427B
Decimal2966123
Binary1110110000101111011
Octal35102173

Shades and tints

Shades of #1D427B

#1D427B
(29,66,123)
#1B3C70
(27,60,112)
#193665
(25,54,101)
#17305A
(23,48,90)
#152A4F
(21,42,79)
#132444
(19,36,68)
#111E39
(17,30,57)
#0F182E
(15,24,46)
#0D1223
(13,18,35)
#0B0C18
(11,12,24)
#09060D
(9,6,13)
#000000
(0,0,0)

Tints of #1D427B

#1D427B
(29,66,123)
#315387
(49,83,135)
#456493
(69,100,147)
#59759F
(89,117,159)
#6D86AB
(109,134,171)
#8197B7
(129,151,183)
#95A8C3
(149,168,195)
#A9B9CF
(169,185,207)
#BDCADB
(189,202,219)
#D1DBE7
(209,219,231)
#E5ECF3
(229,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D427B color. Also use rgb(29,66,123) instead hex code.

Text Font Color

.myTextColor { color: #1D427B; }

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

This text font color is #1D427B.


Background Color

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

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

This div background color is #1D427B.


Border color

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

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

This div border color is #1D427B.


Opacity

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

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

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

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

This text has shadow with #1D427B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D427B on black background.


Color preview on white background

This text has color #1D427B on white background.



Black color preview on #1D427B background

This text has black color on #1D427B background.


White color preview on #1D427B background

This text has white color on #1D427B background.