COLOR #1D61A3

HEX: #1D61A3 RGB: (29,97,163)

Color info

#1D61A3 contains mainly blue color. Web safe color of #1D61A3 is #336699 (or #369).

RGB color model

#1D61A3 color RGB value is (29,97,163).

RGB: (29,97,163) (11%, 38%, 64%)

RGB channels and saturation

R 29 of 255 = 11%
G 97 of 255 = 38%
B 163 of 255 = 64%

29
97
163

R + G + B ~ 38%. #1D61A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 97 + 163 = 289 (100%)
R 29 of 289 ~ 10.03%
G 97 of 289 ~ 33.56%
B 163 of 289 ~ 56.4'%

%33.56
%56.4

CMYK color model

#1D61A3 color CMYK value is (82,40,0,36).

  • cyan value is 82.21%
  • magenta value is 40.49%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (82,40,0,36)
C82M40Y0K36 (82%, 40%, 0%, 36%)
(0.82 / 0.40 / 0.00 / 0.36)

CMYK percentages

%82.21
%40.49
%0
%36.08

Codes

Color #1D61A3 in popluar color models

1D 61 A3
RGB 29 97 163
HSL 210° 69.79% 37.65%
HSB/HSV 210° 82.21% 63.92%
CMYK 82.21% 40.49% 0.00%
36.08%

Color #1D61A3 in popluar number systems.

HEX 1D 61 A3
Decimal 29 97 163
Binary 11101 1100001 10100011
Octal 35 141 243

Shades and tints

Shades of #1D61A3

#1D61A3
(29,97,163)
#1B5995
(27,89,149)
#195187
(25,81,135)
#174979
(23,73,121)
#15416B
(21,65,107)
#13395D
(19,57,93)
#11314F
(17,49,79)
#0F2941
(15,41,65)
#0D2133
(13,33,51)
#0B1925
(11,25,37)
#091117
(9,17,23)
#000000
(0,0,0)

Tints of #1D61A3

#1D61A3
(29,97,163)
#316FAB
(49,111,171)
#457DB3
(69,125,179)
#598BBB
(89,139,187)
#6D99C3
(109,153,195)
#81A7CB
(129,167,203)
#95B5D3
(149,181,211)
#A9C3DB
(169,195,219)
#BDD1E3
(189,209,227)
#D1DFEB
(209,223,235)
#E5EDF3
(229,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D61A3 color. Also use rgb(29,97,163) instead hex code.

Text Font Color

.myTextColor { color: #1D61A3; }

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

This text font color is #1D61A3.

Background Color

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

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

This div background color is #1D61A3.

Border color

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

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

This div border color is #1D61A3.

Opacity

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

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

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

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

This text has shadow with #1D61A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D61A3.

Preview

Color preview on black background

This text has color #1D61A3 on black background.


Color preview on white background

This text has color #1D61A3 on white background.


Black color preview on #1D61A3 background

This text has black color on #1D61A3 background.


White color preview on #1D61A3 background

This text has white color on #1D61A3 background.


Related colors

Complementary color

Complementary color for #hex is #E29E5C.


I love getcolorcode.com

Triadic colors

1 #A31D61 and #61A31D with #1D61A3 are triadic colors.

2 #A3611D and #611DA3 with #1D61A3 are triadic colors.