COLOR #1D2E63

HEX: #1D2E63
RGB: (29,46,99)

Color info

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

RGB color model

#1D2E63 color RGB value is (29,46,99).

  • red value is 29;
  • green value is 46;
  • blue value is 99.
RGB:
(29,46,99)
(11%,18%,39%)

RGB channels and saturation

R 29 of 255 = 11%
G 46 of 255 = 18%
B 99 of 255 = 39%

29
46
99

R + G + B ~ 23%. #1D2E63 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 46 + 99 = 174 (100%)
R 29 of 174 ~ 16.67%
G 46 of 174 ~ 26.44%
B 99 of 174 ~ 56.9%

%16.67
%26.44
%56.9

CMYK color model

#1D2E63 color CMYK value is (71,54,0,61).

  • cyan value is 70.71%
  • magenta value is 53.54%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(71,54,0,61)
C71M54Y0K61 
(71%,54%,0%,61%)
(0.71/0.54/0.00/0.61)	

CMYK percentages

%70.71
%53.54
%0
%61.18

Codes

Color #1D2E63 in popluar color models

1D2E63
RGB294699
HSL225°54.69%25.10%
HSB/HSV225°70.71%38.82%
CMYK70.71%53.54%0.00%
61.18%

Color #1D2E63 in popluar number systems.

HEX1D2E63
Decimal294699
Binary111011011101100011
Octal3556143

Shades and tints

Shades of #1D2E63

#1D2E63
(29,46,99)
#1B2A5A
(27,42,90)
#192651
(25,38,81)
#172248
(23,34,72)
#151E3F
(21,30,63)
#131A36
(19,26,54)
#11162D
(17,22,45)
#0F1224
(15,18,36)
#0D0E1B
(13,14,27)
#0B0A12
(11,10,18)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #1D2E63

#1D2E63
(29,46,99)
#314171
(49,65,113)
#45547F
(69,84,127)
#59678D
(89,103,141)
#6D7A9B
(109,122,155)
#818DA9
(129,141,169)
#95A0B7
(149,160,183)
#A9B3C5
(169,179,197)
#BDC6D3
(189,198,211)
#D1D9E1
(209,217,225)
#E5ECEF
(229,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D2E63 color. Also use rgb(29,46,99) instead hex code.

Text Font Color

.myTextColor { color: #1D2E63; }

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

This text font color is #1D2E63.


Background Color

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

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

This div background color is #1D2E63.


Border color

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

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

This div border color is #1D2E63.


Opacity

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

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

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

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

This text has shadow with #1D2E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D2E63 on black background.


Color preview on white background

This text has color #1D2E63 on white background.



Black color preview on #1D2E63 background

This text has black color on #1D2E63 background.


White color preview on #1D2E63 background

This text has white color on #1D2E63 background.