COLOR #1D3063

HEX: #1D3063
RGB: (29,48,99)

Color info

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

RGB color model

#1D3063 color RGB value is (29,48,99).

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

RGB channels and saturation

R 29 of 255 = 11%
G 48 of 255 = 19%
B 99 of 255 = 39%

29
48
99

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

Portions of RGB colors in percentages

R + G + B =
29 + 48 + 99 = 176 (100%)
R 29 of 176 ~ 16.48%
G 48 of 176 ~ 27.27%
B 99 of 176 ~ 56.25%

%16.48
%27.27
%56.25

CMYK color model

#1D3063 color CMYK value is (71,52,0,61).

  • cyan value is 70.71%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(71,52,0,61)
C71M52Y0K61 
(71%,52%,0%,61%)
(0.71/0.52/0.00/0.61)	

CMYK percentages

%70.71
%51.52
%0
%61.18

Codes

Color #1D3063 in popluar color models

1D3063
RGB294899
HSL224°54.69%25.10%
HSB/HSV224°70.71%38.82%
CMYK70.71%51.52%0.00%
61.18%

Color #1D3063 in popluar number systems.

HEX1D3063
Decimal294899
Binary111011100001100011
Octal3560143

Shades and tints

Shades of #1D3063

#1D3063
(29,48,99)
#1B2C5A
(27,44,90)
#192851
(25,40,81)
#172448
(23,36,72)
#15203F
(21,32,63)
#131C36
(19,28,54)
#11182D
(17,24,45)
#0F1424
(15,20,36)
#0D101B
(13,16,27)
#0B0C12
(11,12,18)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #1D3063

#1D3063
(29,48,99)
#314271
(49,66,113)
#45547F
(69,84,127)
#59668D
(89,102,141)
#6D789B
(109,120,155)
#818AA9
(129,138,169)
#959CB7
(149,156,183)
#A9AEC5
(169,174,197)
#BDC0D3
(189,192,211)
#D1D2E1
(209,210,225)
#E5E4EF
(229,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D3063; }

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

This text font color is #1D3063.


Background Color

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

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

This div background color is #1D3063.


Border color

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

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

This div border color is #1D3063.


Opacity

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

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

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

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

This text has shadow with #1D3063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3063 on black background.


Color preview on white background

This text has color #1D3063 on white background.



Black color preview on #1D3063 background

This text has black color on #1D3063 background.


White color preview on #1D3063 background

This text has white color on #1D3063 background.