COLOR #1D425E

HEX: #1D425E
RGB: (29,66,94)

Color info

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

RGB color model

#1D425E color RGB value is (29,66,94).

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

RGB channels and saturation

R 29 of 255 = 11%
G 66 of 255 = 26%
B 94 of 255 = 37%

29
66
94

R + G + B ~ 25%. #1D425E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 66 + 94 = 189 (100%)
R 29 of 189 ~ 15.34%
G 66 of 189 ~ 34.92%
B 94 of 189 ~ 49.74%

%15.34
%34.92
%49.74

CMYK color model

#1D425E color CMYK value is (69,30,0,63).

  • cyan value is 69.15%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(69,30,0,63)
C69M30Y0K63 
(69%,30%,0%,63%)
(0.69/0.30/0.00/0.63)	

CMYK percentages

%69.15
%29.79
%0
%63.14

Codes

Color #1D425E in popluar color models

1D425E
RGB296694
HSL206°52.85%24.12%
HSB/HSV206°69.15%36.86%
CMYK69.15%29.79%0.00%
63.14%

Color #1D425E in popluar number systems.

HEX1D425E
Decimal296694
Binary1110110000101011110
Octal35102136

Shades and tints

Shades of #1D425E

#1D425E
(29,66,94)
#1B3C56
(27,60,86)
#19364E
(25,54,78)
#173046
(23,48,70)
#152A3E
(21,42,62)
#132436
(19,36,54)
#111E2E
(17,30,46)
#0F1826
(15,24,38)
#0D121E
(13,18,30)
#0B0C16
(11,12,22)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #1D425E

#1D425E
(29,66,94)
#31536C
(49,83,108)
#45647A
(69,100,122)
#597588
(89,117,136)
#6D8696
(109,134,150)
#8197A4
(129,151,164)
#95A8B2
(149,168,178)
#A9B9C0
(169,185,192)
#BDCACE
(189,202,206)
#D1DBDC
(209,219,220)
#E5ECEA
(229,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D425E; }

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

This text font color is #1D425E.


Background Color

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

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

This div background color is #1D425E.


Border color

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

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

This div border color is #1D425E.


Opacity

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

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

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

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

This text has shadow with #1D425E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D425E on black background.


Color preview on white background

This text has color #1D425E on white background.



Black color preview on #1D425E background

This text has black color on #1D425E background.


White color preview on #1D425E background

This text has white color on #1D425E background.