COLOR #051A73

HEX: #051A73
RGB: (5,26,115)

Color info

#051A73 contains mainly blue color. Web safe color of #051A73 is #000066 (or #006).

RGB color model

#051A73 color RGB value is (5,26,115).

  • red value is 5;
  • green value is 26;
  • blue value is 115.
RGB:
(5,26,115)
(2%,10%,45%)

RGB channels and saturation

R 5 of 255 = 2%
G 26 of 255 = 10%
B 115 of 255 = 45%

5
26
115

R + G + B ~ 19%. #051A73 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 26 + 115 = 146 (100%)
R 5 of 146 ~ 3.42%
G 26 of 146 ~ 17.81%
B 115 of 146 ~ 78.77%

%17.81
%78.77

CMYK color model

#051A73 color CMYK value is (96,77,0,55).

  • cyan value is 95.65%
  • magenta value is 77.39%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(96,77,0,55)
C96M77Y0K55 
(96%,77%,0%,55%)
(0.96/0.77/0.00/0.55)	

CMYK percentages

%95.65
%77.39
%0
%54.9

Codes

Color #051A73 in popluar color models

051A73
RGB526115
HSL229°91.67%23.53%
HSB/HSV229°95.65%45.10%
CMYK95.65%77.39%0.00%
54.90%

Color #051A73 in popluar number systems.

HEX051A73
Decimal526115
Binary101110101110011
Octal532163

Shades and tints

Shades of #051A73

#051A73
(5,26,115)
#051869
(5,24,105)
#05165F
(5,22,95)
#051455
(5,20,85)
#05124B
(5,18,75)
#051041
(5,16,65)
#050E37
(5,14,55)
#050C2D
(5,12,45)
#050A23
(5,10,35)
#050819
(5,8,25)
#05060F
(5,6,15)
#000000
(0,0,0)

Tints of #051A73

#051A73
(5,26,115)
#1B2E7F
(27,46,127)
#31428B
(49,66,139)
#475697
(71,86,151)
#5D6AA3
(93,106,163)
#737EAF
(115,126,175)
#8992BB
(137,146,187)
#9FA6C7
(159,166,199)
#B5BAD3
(181,186,211)
#CBCEDF
(203,206,223)
#E1E2EB
(225,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051A73 color. Also use rgb(5,26,115) instead hex code.

Text Font Color

.myTextColor { color: #051A73; }

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

This text font color is #051A73.


Background Color

.myBgColor { background-color: #051A73; }

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

This div background color is #051A73.


Border color

.myBorderColor { border: 1px solid #051A73; }

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

This div border color is #051A73.


Opacity

.myOpacity80 { color: #051A73; opacity: 0.8; }

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

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

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

This text has shadow with #051A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051A73 on black background.


Color preview on white background

This text has color #051A73 on white background.



Black color preview on #051A73 background

This text has black color on #051A73 background.


White color preview on #051A73 background

This text has white color on #051A73 background.