COLOR #193F62

HEX: #193F62
RGB: (25,63,98)

Color info

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

RGB color model

#193F62 color RGB value is (25,63,98).

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

RGB channels and saturation

R 25 of 255 = 10%
G 63 of 255 = 25%
B 98 of 255 = 38%

25
63
98

R + G + B ~ 24%. #193F62 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 63 + 98 = 186 (100%)
R 25 of 186 ~ 13.44%
G 63 of 186 ~ 33.87%
B 98 of 186 ~ 52.69%

%13.44
%33.87
%52.69

CMYK color model

#193F62 color CMYK value is (74,36,0,62).

  • cyan value is 74.49%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(74,36,0,62)
C74M36Y0K62 
(74%,36%,0%,62%)
(0.74/0.36/0.00/0.62)	

CMYK percentages

%74.49
%35.71
%0
%61.57

Codes

Color #193F62 in popluar color models

193F62
RGB256398
HSL209°59.35%24.12%
HSB/HSV209°74.49%38.43%
CMYK74.49%35.71%0.00%
61.57%

Color #193F62 in popluar number systems.

HEX193F62
Decimal256398
Binary110011111111100010
Octal3177142

Shades and tints

Shades of #193F62

#193F62
(25,63,98)
#173A5A
(23,58,90)
#153552
(21,53,82)
#13304A
(19,48,74)
#112B42
(17,43,66)
#0F263A
(15,38,58)
#0D2132
(13,33,50)
#0B1C2A
(11,28,42)
#091722
(9,23,34)
#07121A
(7,18,26)
#050D12
(5,13,18)
#000000
(0,0,0)

Tints of #193F62

#193F62
(25,63,98)
#2D5070
(45,80,112)
#41617E
(65,97,126)
#55728C
(85,114,140)
#69839A
(105,131,154)
#7D94A8
(125,148,168)
#91A5B6
(145,165,182)
#A5B6C4
(165,182,196)
#B9C7D2
(185,199,210)
#CDD8E0
(205,216,224)
#E1E9EE
(225,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193F62; }

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

This text font color is #193F62.


Background Color

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

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

This div background color is #193F62.


Border color

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

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

This div border color is #193F62.


Opacity

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

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

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

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

This text has shadow with #193F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193F62 on black background.


Color preview on white background

This text has color #193F62 on white background.



Black color preview on #193F62 background

This text has black color on #193F62 background.


White color preview on #193F62 background

This text has white color on #193F62 background.