COLOR #193F77

HEX: #193F77
RGB: (25,63,119)

Color info

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

RGB color model

#193F77 color RGB value is (25,63,119).

  • red value is 25;
  • green value is 63;
  • blue value is 119.
RGB:
(25,63,119)
(10%,25%,47%)

RGB channels and saturation

R 25 of 255 = 10%
G 63 of 255 = 25%
B 119 of 255 = 47%

25
63
119

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

Portions of RGB colors in percentages

R + G + B =
25 + 63 + 119 = 207 (100%)
R 25 of 207 ~ 12.08%
G 63 of 207 ~ 30.43%
B 119 of 207 ~ 57.49%

%12.08
%30.43
%57.49

CMYK color model

#193F77 color CMYK value is (79,47,0,53).

  • cyan value is 78.99%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(79,47,0,53)
C79M47Y0K53 
(79%,47%,0%,53%)
(0.79/0.47/0.00/0.53)	

CMYK percentages

%78.99
%47.06
%0
%53.33

Codes

Color #193F77 in popluar color models

193F77
RGB2563119
HSL216°65.28%28.24%
HSB/HSV216°78.99%46.67%
CMYK78.99%47.06%0.00%
53.33%

Color #193F77 in popluar number systems.

HEX193F77
Decimal2563119
Binary110011111111110111
Octal3177167

Shades and tints

Shades of #193F77

#193F77
(25,63,119)
#173A6D
(23,58,109)
#153563
(21,53,99)
#133059
(19,48,89)
#112B4F
(17,43,79)
#0F2645
(15,38,69)
#0D213B
(13,33,59)
#0B1C31
(11,28,49)
#091727
(9,23,39)
#07121D
(7,18,29)
#050D13
(5,13,19)
#000000
(0,0,0)

Tints of #193F77

#193F77
(25,63,119)
#2D5083
(45,80,131)
#41618F
(65,97,143)
#55729B
(85,114,155)
#6983A7
(105,131,167)
#7D94B3
(125,148,179)
#91A5BF
(145,165,191)
#A5B6CB
(165,182,203)
#B9C7D7
(185,199,215)
#CDD8E3
(205,216,227)
#E1E9EF
(225,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193F77; }

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

This text font color is #193F77.


Background Color

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

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

This div background color is #193F77.


Border color

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

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

This div border color is #193F77.


Opacity

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

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

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

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

This text has shadow with #193F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193F77 on black background.


Color preview on white background

This text has color #193F77 on white background.



Black color preview on #193F77 background

This text has black color on #193F77 background.


White color preview on #193F77 background

This text has white color on #193F77 background.