COLOR #193473

HEX: #193473
RGB: (25,52,115)

Color info

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

RGB color model

#193473 color RGB value is (25,52,115).

  • red value is 25;
  • green value is 52;
  • blue value is 115.
RGB:
(25,52,115)
(10%,20%,45%)

RGB channels and saturation

R 25 of 255 = 10%
G 52 of 255 = 20%
B 115 of 255 = 45%

25
52
115

R + G + B ~ 25%. #193473 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 52 + 115 = 192 (100%)
R 25 of 192 ~ 13.02%
G 52 of 192 ~ 27.08%
B 115 of 192 ~ 59.9%

%13.02
%27.08
%59.9

CMYK color model

#193473 color CMYK value is (78,55,0,55).

  • cyan value is 78.26%
  • magenta value is 54.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(78,55,0,55)
C78M55Y0K55 
(78%,55%,0%,55%)
(0.78/0.55/0.00/0.55)	

CMYK percentages

%78.26
%54.78
%0
%54.9

Codes

Color #193473 in popluar color models

193473
RGB2552115
HSL222°64.29%27.45%
HSB/HSV222°78.26%45.10%
CMYK78.26%54.78%0.00%
54.90%

Color #193473 in popluar number systems.

HEX193473
Decimal2552115
Binary110011101001110011
Octal3164163

Shades and tints

Shades of #193473

#193473
(25,52,115)
#173069
(23,48,105)
#152C5F
(21,44,95)
#132855
(19,40,85)
#11244B
(17,36,75)
#0F2041
(15,32,65)
#0D1C37
(13,28,55)
#0B182D
(11,24,45)
#091423
(9,20,35)
#071019
(7,16,25)
#050C0F
(5,12,15)
#000000
(0,0,0)

Tints of #193473

#193473
(25,52,115)
#2D467F
(45,70,127)
#41588B
(65,88,139)
#556A97
(85,106,151)
#697CA3
(105,124,163)
#7D8EAF
(125,142,175)
#91A0BB
(145,160,187)
#A5B2C7
(165,178,199)
#B9C4D3
(185,196,211)
#CDD6DF
(205,214,223)
#E1E8EB
(225,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193473 color. Also use rgb(25,52,115) instead hex code.

Text Font Color

.myTextColor { color: #193473; }

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

This text font color is #193473.


Background Color

.myBgColor { background-color: #193473; }

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

This div background color is #193473.


Border color

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

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

This div border color is #193473.


Opacity

.myOpacity80 { color: #193473; opacity: 0.8; }

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

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

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

This text has shadow with #193473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193473 on black background.


Color preview on white background

This text has color #193473 on white background.



Black color preview on #193473 background

This text has black color on #193473 background.


White color preview on #193473 background

This text has white color on #193473 background.