COLOR #193980

HEX: #193980
RGB: (25,57,128)

Color info

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

RGB color model

#193980 color RGB value is (25,57,128).

  • red value is 25;
  • green value is 57;
  • blue value is 128.
RGB:
(25,57,128)
(10%,22%,50%)

RGB channels and saturation

R 25 of 255 = 10%
G 57 of 255 = 22%
B 128 of 255 = 50%

25
57
128

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

Portions of RGB colors in percentages

R + G + B =
25 + 57 + 128 = 210 (100%)
R 25 of 210 ~ 11.9%
G 57 of 210 ~ 27.14%
B 128 of 210 ~ 60.95%

%11.9
%27.14
%60.95

CMYK color model

#193980 color CMYK value is (80,55,0,50).

  • cyan value is 80.47%
  • magenta value is 55.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(80,55,0,50)
C80M55Y0K50 
(80%,55%,0%,50%)
(0.80/0.55/0.00/0.50)	

CMYK percentages

%80.47
%55.47
%0
%49.8

Codes

Color #193980 in popluar color models

193980
RGB2557128
HSL221°67.32%30.00%
HSB/HSV221°80.47%50.20%
CMYK80.47%55.47%0.00%
49.80%

Color #193980 in popluar number systems.

HEX193980
Decimal2557128
Binary1100111100110000000
Octal3171200

Shades and tints

Shades of #193980

#193980
(25,57,128)
#173475
(23,52,117)
#152F6A
(21,47,106)
#132A5F
(19,42,95)
#112554
(17,37,84)
#0F2049
(15,32,73)
#0D1B3E
(13,27,62)
#0B1633
(11,22,51)
#091128
(9,17,40)
#070C1D
(7,12,29)
#050712
(5,7,18)
#000000
(0,0,0)

Tints of #193980

#193980
(25,57,128)
#2D4B8B
(45,75,139)
#415D96
(65,93,150)
#556FA1
(85,111,161)
#6981AC
(105,129,172)
#7D93B7
(125,147,183)
#91A5C2
(145,165,194)
#A5B7CD
(165,183,205)
#B9C9D8
(185,201,216)
#CDDBE3
(205,219,227)
#E1EDEE
(225,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193980 color. Also use rgb(25,57,128) instead hex code.

Text Font Color

.myTextColor { color: #193980; }

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

This text font color is #193980.


Background Color

.myBgColor { background-color: #193980; }

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

This div background color is #193980.


Border color

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

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

This div border color is #193980.


Opacity

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

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

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

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

This text has shadow with #193980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193980 on black background.


Color preview on white background

This text has color #193980 on white background.



Black color preview on #193980 background

This text has black color on #193980 background.


White color preview on #193980 background

This text has white color on #193980 background.