COLOR #19359B

HEX: #19359B
RGB: (25,53,155)

Color info

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

RGB color model

#19359B color RGB value is (25,53,155).

  • red value is 25;
  • green value is 53;
  • blue value is 155.
RGB:
(25,53,155)
(10%,21%,61%)

RGB channels and saturation

R 25 of 255 = 10%
G 53 of 255 = 21%
B 155 of 255 = 61%

25
53
155

R + G + B ~ 31%. #19359B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 53 + 155 = 233 (100%)
R 25 of 233 ~ 10.73%
G 53 of 233 ~ 22.75%
B 155 of 233 ~ 66.52%

%10.73
%22.75
%66.52

CMYK color model

#19359B color CMYK value is (84,66,0,39).

  • cyan value is 83.87%
  • magenta value is 65.81%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(84,66,0,39)
C84M66Y0K39 
(84%,66%,0%,39%)
(0.84/0.66/0.00/0.39)	

CMYK percentages

%83.87
%65.81
%0
%39.22

Codes

Color #19359B in popluar color models

19359B
RGB2553155
HSL227°72.22%35.29%
HSB/HSV227°83.87%60.78%
CMYK83.87%65.81%0.00%
39.22%

Color #19359B in popluar number systems.

HEX19359B
Decimal2553155
Binary1100111010110011011
Octal3165233

Shades and tints

Shades of #19359B

#19359B
(25,53,155)
#17318D
(23,49,141)
#152D7F
(21,45,127)
#132971
(19,41,113)
#112563
(17,37,99)
#0F2155
(15,33,85)
#0D1D47
(13,29,71)
#0B1939
(11,25,57)
#09152B
(9,21,43)
#07111D
(7,17,29)
#050D0F
(5,13,15)
#000000
(0,0,0)

Tints of #19359B

#19359B
(25,53,155)
#2D47A4
(45,71,164)
#4159AD
(65,89,173)
#556BB6
(85,107,182)
#697DBF
(105,125,191)
#7D8FC8
(125,143,200)
#91A1D1
(145,161,209)
#A5B3DA
(165,179,218)
#B9C5E3
(185,197,227)
#CDD7EC
(205,215,236)
#E1E9F5
(225,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19359B color. Also use rgb(25,53,155) instead hex code.

Text Font Color

.myTextColor { color: #19359B; }

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

This text font color is #19359B.


Background Color

.myBgColor { background-color: #19359B; }

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

This div background color is #19359B.


Border color

.myBorderColor { border: 1px solid #19359B; }

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

This div border color is #19359B.


Opacity

.myOpacity80 { color: #19359B; opacity: 0.8; }

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

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

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

This text has shadow with #19359B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19359B on black background.


Color preview on white background

This text has color #19359B on white background.



Black color preview on #19359B background

This text has black color on #19359B background.


White color preview on #19359B background

This text has white color on #19359B background.