COLOR #0519AD

HEX: #0519AD
RGB: (5,25,173)

Color info

#0519AD contains mainly blue color. Web safe color of #0519AD is #000099 (or #009).

RGB color model

#0519AD color RGB value is (5,25,173).

  • red value is 5;
  • green value is 25;
  • blue value is 173.
RGB:
(5,25,173)
(2%,10%,68%)

RGB channels and saturation

R 5 of 255 = 2%
G 25 of 255 = 10%
B 173 of 255 = 68%

5
25
173

R + G + B ~ 27%. #0519AD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 25 + 173 = 203 (100%)
R 5 of 203 ~ 2.46%
G 25 of 203 ~ 12.32%
B 173 of 203 ~ 85.22%

%12.32
%85.22

CMYK color model

#0519AD color CMYK value is (97,86,0,32).

  • cyan value is 97.11%
  • magenta value is 85.55%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(97,86,0,32)
C97M86Y0K32 
(97%,86%,0%,32%)
(0.97/0.86/0.00/0.32)	

CMYK percentages

%97.11
%85.55
%0
%32.16

Codes

Color #0519AD in popluar color models

0519AD
RGB525173
HSL233°94.38%34.90%
HSB/HSV233°97.11%67.84%
CMYK97.11%85.55%0.00%
32.16%

Color #0519AD in popluar number systems.

HEX0519AD
Decimal525173
Binary1011100110101101
Octal531255

Shades and tints

Shades of #0519AD

#0519AD
(5,25,173)
#05179E
(5,23,158)
#05158F
(5,21,143)
#051380
(5,19,128)
#051171
(5,17,113)
#050F62
(5,15,98)
#050D53
(5,13,83)
#050B44
(5,11,68)
#050935
(5,9,53)
#050726
(5,7,38)
#050517
(5,5,23)
#000000
(0,0,0)

Tints of #0519AD

#0519AD
(5,25,173)
#1B2DB4
(27,45,180)
#3141BB
(49,65,187)
#4755C2
(71,85,194)
#5D69C9
(93,105,201)
#737DD0
(115,125,208)
#8991D7
(137,145,215)
#9FA5DE
(159,165,222)
#B5B9E5
(181,185,229)
#CBCDEC
(203,205,236)
#E1E1F3
(225,225,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0519AD color. Also use rgb(5,25,173) instead hex code.

Text Font Color

.myTextColor { color: #0519AD; }

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

This text font color is #0519AD.


Background Color

.myBgColor { background-color: #0519AD; }

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

This div background color is #0519AD.


Border color

.myBorderColor { border: 1px solid #0519AD; }

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

This div border color is #0519AD.


Opacity

.myOpacity80 { color: #0519AD; opacity: 0.8; }

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

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

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

This text has shadow with #0519AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0519AD on black background.


Color preview on white background

This text has color #0519AD on white background.



Black color preview on #0519AD background

This text has black color on #0519AD background.


White color preview on #0519AD background

This text has white color on #0519AD background.