COLOR #193C94

HEX: #193C94
RGB: (25,60,148)

Color info

#193C94 contains mainly blue color. Web safe color of #193C94 is #003399 (or #039).

RGB color model

#193C94 color RGB value is (25,60,148).

  • red value is 25;
  • green value is 60;
  • blue value is 148.
RGB:
(25,60,148)
(10%,24%,58%)

RGB channels and saturation

R 25 of 255 = 10%
G 60 of 255 = 24%
B 148 of 255 = 58%

25
60
148

R + G + B ~ 31%. #193C94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 60 + 148 = 233 (100%)
R 25 of 233 ~ 10.73%
G 60 of 233 ~ 25.75%
B 148 of 233 ~ 63.52%

%10.73
%25.75
%63.52

CMYK color model

#193C94 color CMYK value is (83,59,0,42).

  • cyan value is 83.11%
  • magenta value is 59.46%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(83,59,0,42)
C83M59Y0K42 
(83%,59%,0%,42%)
(0.83/0.59/0.00/0.42)	

CMYK percentages

%83.11
%59.46
%0
%41.96

Codes

Color #193C94 in popluar color models

193C94
RGB2560148
HSL223°71.10%33.92%
HSB/HSV223°83.11%58.04%
CMYK83.11%59.46%0.00%
41.96%

Color #193C94 in popluar number systems.

HEX193C94
Decimal2560148
Binary1100111110010010100
Octal3174224

Shades and tints

Shades of #193C94

#193C94
(25,60,148)
#173787
(23,55,135)
#15327A
(21,50,122)
#132D6D
(19,45,109)
#112860
(17,40,96)
#0F2353
(15,35,83)
#0D1E46
(13,30,70)
#0B1939
(11,25,57)
#09142C
(9,20,44)
#070F1F
(7,15,31)
#050A12
(5,10,18)
#000000
(0,0,0)

Tints of #193C94

#193C94
(25,60,148)
#2D4D9D
(45,77,157)
#415EA6
(65,94,166)
#556FAF
(85,111,175)
#6980B8
(105,128,184)
#7D91C1
(125,145,193)
#91A2CA
(145,162,202)
#A5B3D3
(165,179,211)
#B9C4DC
(185,196,220)
#CDD5E5
(205,213,229)
#E1E6EE
(225,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193C94 color. Also use rgb(25,60,148) instead hex code.

Text Font Color

.myTextColor { color: #193C94; }

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

This text font color is #193C94.


Background Color

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

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

This div background color is #193C94.


Border color

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

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

This div border color is #193C94.


Opacity

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

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

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

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

This text has shadow with #193C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193C94 on black background.


Color preview on white background

This text has color #193C94 on white background.



Black color preview on #193C94 background

This text has black color on #193C94 background.


White color preview on #193C94 background

This text has white color on #193C94 background.