COLOR #051A41

HEX: #051A41
RGB: (5,26,65)

Color info

#051A41 contains mainly green and blue colors. Web safe color of #051A41 is #000033 (or #003).

RGB color model

#051A41 color RGB value is (5,26,65).

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

RGB channels and saturation

R 5 of 255 = 2%
G 26 of 255 = 10%
B 65 of 255 = 25%

5
26
65

R + G + B ~ 12%. #051A41 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 26 + 65 = 96 (100%)
R 5 of 96 ~ 5.21%
G 26 of 96 ~ 27.08%
B 65 of 96 ~ 67.71%

%27.08
%67.71

CMYK color model

#051A41 color CMYK value is (92,60,0,75).

  • cyan value is 92.31%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(92,60,0,75)
C92M60Y0K75 
(92%,60%,0%,75%)
(0.92/0.60/0.00/0.75)	

CMYK percentages

%92.31
%60
%0
%74.51

Codes

Color #051A41 in popluar color models

051A41
RGB52665
HSL219°85.71%13.73%
HSB/HSV219°92.31%25.49%
CMYK92.31%60.00%0.00%
74.51%

Color #051A41 in popluar number systems.

HEX051A41
Decimal52665
Binary101110101000001
Octal532101

Shades and tints

Shades of #051A41

#051A41
(5,26,65)
#05183C
(5,24,60)
#051637
(5,22,55)
#051432
(5,20,50)
#05122D
(5,18,45)
#051028
(5,16,40)
#050E23
(5,14,35)
#050C1E
(5,12,30)
#050A19
(5,10,25)
#050814
(5,8,20)
#05060F
(5,6,15)
#000000
(0,0,0)

Tints of #051A41

#051A41
(5,26,65)
#1B2E52
(27,46,82)
#314263
(49,66,99)
#475674
(71,86,116)
#5D6A85
(93,106,133)
#737E96
(115,126,150)
#8992A7
(137,146,167)
#9FA6B8
(159,166,184)
#B5BAC9
(181,186,201)
#CBCEDA
(203,206,218)
#E1E2EB
(225,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051A41; }

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

This text font color is #051A41.


Background Color

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

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

This div background color is #051A41.


Border color

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

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

This div border color is #051A41.


Opacity

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

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

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

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

This text has shadow with #051A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051A41 on black background.


Color preview on white background

This text has color #051A41 on white background.



Black color preview on #051A41 background

This text has black color on #051A41 background.


White color preview on #051A41 background

This text has white color on #051A41 background.