COLOR #193F4E

HEX: #193F4E
RGB: (25,63,78)

Color info

#193F4E contains red, green and blue colors in about the same proportion. Web safe color of #193F4E is #003366 (or #036).

RGB color model

#193F4E color RGB value is (25,63,78).

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

RGB channels and saturation

R 25 of 255 = 10%
G 63 of 255 = 25%
B 78 of 255 = 31%

25
63
78

R + G + B ~ 22%. #193F4E is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 63 + 78 = 166 (100%)
R 25 of 166 ~ 15.06%
G 63 of 166 ~ 37.95%
B 78 of 166 ~ 46.99%

%15.06
%37.95
%46.99

CMYK color model

#193F4E color CMYK value is (68,19,0,69).

  • cyan value is 67.95%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(68,19,0,69)
C68M19Y0K69 
(68%,19%,0%,69%)
(0.68/0.19/0.00/0.69)	

CMYK percentages

%67.95
%19.23
%0
%69.41

Codes

Color #193F4E in popluar color models

193F4E
RGB256378
HSL197°51.46%20.20%
HSB/HSV197°67.95%30.59%
CMYK67.95%19.23%0.00%
69.41%

Color #193F4E in popluar number systems.

HEX193F4E
Decimal256378
Binary110011111111001110
Octal3177116

Shades and tints

Shades of #193F4E

#193F4E
(25,63,78)
#173A47
(23,58,71)
#153540
(21,53,64)
#133039
(19,48,57)
#112B32
(17,43,50)
#0F262B
(15,38,43)
#0D2124
(13,33,36)
#0B1C1D
(11,28,29)
#091716
(9,23,22)
#07120F
(7,18,15)
#050D08
(5,13,8)
#000000
(0,0,0)

Tints of #193F4E

#193F4E
(25,63,78)
#2D505E
(45,80,94)
#41616E
(65,97,110)
#55727E
(85,114,126)
#69838E
(105,131,142)
#7D949E
(125,148,158)
#91A5AE
(145,165,174)
#A5B6BE
(165,182,190)
#B9C7CE
(185,199,206)
#CDD8DE
(205,216,222)
#E1E9EE
(225,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193F4E; }

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

This text font color is #193F4E.


Background Color

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

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

This div background color is #193F4E.


Border color

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

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

This div border color is #193F4E.


Opacity

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

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

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

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

This text has shadow with #193F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193F4E on black background.


Color preview on white background

This text has color #193F4E on white background.



Black color preview on #193F4E background

This text has black color on #193F4E background.


White color preview on #193F4E background

This text has white color on #193F4E background.