COLOR #193A77

HEX: #193A77 RGB: (25,58,119)

Color info

#193A77 contains mainly blue color. Web safe color of #193A77 is #003366 (or #036).

RGB color model

#193A77 color RGB value is (25,58,119).

RGB: (25,58,119) (10%, 23%, 47%)

RGB channels and saturation

R 25 of 255 = 10%
G 58 of 255 = 23%
B 119 of 255 = 47%

25
58
119

R + G + B ~ 27%. #193A77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 58 + 119 = 202 (100%)
R 25 of 202 ~ 12.38%
G 58 of 202 ~ 28.71%
B 119 of 202 ~ 58.91'%

%12.38
%28.71
%58.91

CMYK color model

#193A77 color CMYK value is (79,51,0,53).

  • cyan value is 78.99%
  • magenta value is 51.26%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (79,51,0,53)
C79M51Y0K53 (79%, 51%, 0%, 53%)
(0.79 / 0.51 / 0.00 / 0.53)

CMYK percentages

%78.99
%51.26
%0
%53.33

Codes

Color #193A77 in popluar color models

19 3A 77
RGB 25 58 119
HSL 219° 65.28% 28.24%
HSB/HSV 219° 78.99% 46.67%
CMYK 78.99% 51.26% 0.00%
53.33%

Color #193A77 in popluar number systems.

HEX 19 3A 77
Decimal 25 58 119
Binary 11001 111010 1110111
Octal 31 72 167

Shades and tints

Shades of #193A77

#193A77
(25,58,119)
#17356D
(23,53,109)
#153063
(21,48,99)
#132B59
(19,43,89)
#11264F
(17,38,79)
#0F2145
(15,33,69)
#0D1C3B
(13,28,59)
#0B1731
(11,23,49)
#091227
(9,18,39)
#070D1D
(7,13,29)
#050813
(5,8,19)
#000000
(0,0,0)

Tints of #193A77

#193A77
(25,58,119)
#2D4B83
(45,75,131)
#415C8F
(65,92,143)
#556D9B
(85,109,155)
#697EA7
(105,126,167)
#7D8FB3
(125,143,179)
#91A0BF
(145,160,191)
#A5B1CB
(165,177,203)
#B9C2D7
(185,194,215)
#CDD3E3
(205,211,227)
#E1E4EF
(225,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193A77 color. Also use rgb(25,58,119) instead hex code.

Text Font Color

.myTextColor { color: #193A77; }

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

This text font color is #193A77.

Background Color

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

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

This div background color is #193A77.

Border color

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

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

This div border color is #193A77.

Opacity

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

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

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

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

This text has shadow with #193A77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #193A77.

Preview

Color preview on black background

This text has color #193A77 on black background.


Color preview on white background

This text has color #193A77 on white background.


Black color preview on #193A77 background

This text has black color on #193A77 background.


White color preview on #193A77 background

This text has white color on #193A77 background.


Related colors

Complementary color

Complementary color for #hex is #E6C588.


I love getcolorcode.com

Triadic colors

1 #77193A and #3A7719 with #193A77 are triadic colors.

2 #773A19 and #3A1977 with #193A77 are triadic colors.