COLOR #193362

HEX: #193362
RGB: (25,51,98)

Color info

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

RGB color model

#193362 color RGB value is (25,51,98).

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

RGB channels and saturation

R 25 of 255 = 10%
G 51 of 255 = 20%
B 98 of 255 = 38%

25
51
98

R + G + B ~ 23%. #193362 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 51 + 98 = 174 (100%)
R 25 of 174 ~ 14.37%
G 51 of 174 ~ 29.31%
B 98 of 174 ~ 56.32%

%14.37
%29.31
%56.32

CMYK color model

#193362 color CMYK value is (74,48,0,62).

  • cyan value is 74.49%
  • magenta value is 47.96%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(74,48,0,62)
C74M48Y0K62 
(74%,48%,0%,62%)
(0.74/0.48/0.00/0.62)	

CMYK percentages

%74.49
%47.96
%0
%61.57

Codes

Color #193362 in popluar color models

193362
RGB255198
HSL219°59.35%24.12%
HSB/HSV219°74.49%38.43%
CMYK74.49%47.96%0.00%
61.57%

Color #193362 in popluar number systems.

HEX193362
Decimal255198
Binary110011100111100010
Octal3163142

Shades and tints

Shades of #193362

#193362
(25,51,98)
#172F5A
(23,47,90)
#152B52
(21,43,82)
#13274A
(19,39,74)
#112342
(17,35,66)
#0F1F3A
(15,31,58)
#0D1B32
(13,27,50)
#0B172A
(11,23,42)
#091322
(9,19,34)
#070F1A
(7,15,26)
#050B12
(5,11,18)
#000000
(0,0,0)

Tints of #193362

#193362
(25,51,98)
#2D4570
(45,69,112)
#41577E
(65,87,126)
#55698C
(85,105,140)
#697B9A
(105,123,154)
#7D8DA8
(125,141,168)
#919FB6
(145,159,182)
#A5B1C4
(165,177,196)
#B9C3D2
(185,195,210)
#CDD5E0
(205,213,224)
#E1E7EE
(225,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193362; }

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

This text font color is #193362.


Background Color

.myBgColor { background-color: #193362; }

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

This div background color is #193362.


Border color

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

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

This div border color is #193362.


Opacity

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

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

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

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

This text has shadow with #193362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193362 on black background.


Color preview on white background

This text has color #193362 on white background.



Black color preview on #193362 background

This text has black color on #193362 background.


White color preview on #193362 background

This text has white color on #193362 background.