COLOR #192596

HEX: #192596 RGB: (25,37,150)

Color info

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

RGB color model

#192596 color RGB value is (25,37,150).

RGB: (25,37,150) (10%, 15%, 59%)

RGB channels and saturation

R 25 of 255 = 10%
G 37 of 255 = 15%
B 150 of 255 = 59%

25
37
150

R + G + B ~ 28%. #192596 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 37 + 150 = 212 (100%)
R 25 of 212 ~ 11.79%
G 37 of 212 ~ 17.45%
B 150 of 212 ~ 70.75'%

%11.79
%17.45
%70.75

CMYK color model

#192596 color CMYK value is (83,75,0,41).

  • cyan value is 83.33%
  • magenta value is 75.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK: (83,75,0,41) C83M75Y0K41 (83%,75%,0%,41%) (0.83/0.75/0.00/0.41) 

CMYK percentages

%83.33
%75.33
%0
%41.18

Codes

Color #192596 in popluar color models

19 25 96
RGB 25 37 150
HSL 234° 71.43% 34.31%
HSB/HSV 234° 83.33% 58.82%
CMYK 83.33% 75.33% 0.00%
41.18%

Color #192596 in popluar number systems.

HEX 19 25 96
Decimal 25 37 150
Binary 11001 100101 10010110
Octal 31 45 226

Shades and tints

Shades of #192596

#192596
(25,37,150)
#172289
(23,34,137)
#151F7C
(21,31,124)
#131C6F
(19,28,111)
#111962
(17,25,98)
#0F1655
(15,22,85)
#0D1348
(13,19,72)
#0B103B
(11,16,59)
#090D2E
(9,13,46)
#070A21
(7,10,33)
#050714
(5,7,20)
#000000
(0,0,0)

Tints of #192596

#192596
(25,37,150)
#2D389F
(45,56,159)
#414BA8
(65,75,168)
#555EB1
(85,94,177)
#6971BA
(105,113,186)
#7D84C3
(125,132,195)
#9197CC
(145,151,204)
#A5AAD5
(165,170,213)
#B9BDDE
(185,189,222)
#CDD0E7
(205,208,231)
#E1E3F0
(225,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #192596 color. Also use rgb(25,37,150) instead hex code.

Text Font Color

.myTextColor { color: #192596; }

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

This text font color is #192596.

Background Color

.myBgColor { background-color: #192596; }

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

This div background color is #192596.

Border color

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

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

This div border color is #192596.

Opacity

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

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

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

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

This text has shadow with #192596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #192596.

Preview

Color preview on black background

This text has color #192596 on black background.


Color preview on white background

This text has color #192596 on white background.


Black color preview on #192596 background

This text has black color on #192596 background.


White color preview on #192596 background

This text has white color on #192596 background.


Related colors

Complementary color

Complementary color for #hex is #E6DA69.


I love getcolorcode.com

Triadic colors

1 #961925 and #259619 with #192596 are triadic colors.

2 #962519 and #251996 with #192596 are triadic colors.