COLOR #193D71

HEX: #193D71 RGB: (25,61,113)

Color info

#193D71 contains mainly green and blue colors. Web safe color of #193D71 is #003366 (or #036).

RGB color model

#193D71 color RGB value is (25,61,113).

RGB: (25,61,113) (10%, 24%, 44%)

RGB channels and saturation

R 25 of 255 = 10%
G 61 of 255 = 24%
B 113 of 255 = 44%

25
61
113

R + G + B ~ 26%. #193D71 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 61 + 113 = 199 (100%)
R 25 of 199 ~ 12.56%
G 61 of 199 ~ 30.65%
B 113 of 199 ~ 56.78'%

%12.56
%30.65
%56.78

CMYK color model

#193D71 color CMYK value is (78,46,0,56).

  • cyan value is 77.88%
  • magenta value is 46.02%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (78,46,0,56)
C78M46Y0K56 (78%, 46%, 0%, 56%)
(0.78 / 0.46 / 0.00 / 0.56)

CMYK percentages

%77.88
%46.02
%0
%55.69

Codes

Color #193D71 in popluar color models

19 3D 71
RGB 25 61 113
HSL 215° 63.77% 27.06%
HSB/HSV 215° 77.88% 44.31%
CMYK 77.88% 46.02% 0.00%
55.69%

Color #193D71 in popluar number systems.

HEX 19 3D 71
Decimal 25 61 113
Binary 11001 111101 1110001
Octal 31 75 161

Shades and tints

Shades of #193D71

#193D71
(25,61,113)
#173867
(23,56,103)
#15335D
(21,51,93)
#132E53
(19,46,83)
#112949
(17,41,73)
#0F243F
(15,36,63)
#0D1F35
(13,31,53)
#0B1A2B
(11,26,43)
#091521
(9,21,33)
#071017
(7,16,23)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #193D71

#193D71
(25,61,113)
#2D4E7D
(45,78,125)
#415F89
(65,95,137)
#557095
(85,112,149)
#6981A1
(105,129,161)
#7D92AD
(125,146,173)
#91A3B9
(145,163,185)
#A5B4C5
(165,180,197)
#B9C5D1
(185,197,209)
#CDD6DD
(205,214,221)
#E1E7E9
(225,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193D71 color. Also use rgb(25,61,113) instead hex code.

Text Font Color

.myTextColor { color: #193D71; }

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

This text font color is #193D71.

Background Color

.myBgColor { background-color: #193D71; }

<div style="background-color:#193D71">Inner text</div>

This div background color is #193D71.

Border color

.myBorderColor { border: 1px solid #193D71; }

<div style="border:3px solid #193D71">Div</div>

This div border color is #193D71.

Opacity

.myOpacity80 { color: #193D71; opacity: 0.8; }

<p style="color:#193D71;opacity:0.8;">80%</p>

Text with #193D71 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 #193D71;}

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

This text has shadow with #193D71 color.


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

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

This text has shadow with #193D71 primary color and red secondary color.


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

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

This text has shadow with #193D71 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #193D71.

Preview

Color preview on black background

This text has color #193D71 on black background.


Color preview on white background

This text has color #193D71 on white background.


Black color preview on #193D71 background

This text has black color on #193D71 background.


White color preview on #193D71 background

This text has white color on #193D71 background.


Related colors

Complementary color

Complementary color for #hex is #E6C28E.


I love getcolorcode.com

Triadic colors

1 #71193D and #3D7119 with #193D71 are triadic colors.

2 #713D19 and #3D1971 with #193D71 are triadic colors.