COLOR #051428

HEX: #051428
RGB: (5,20,40)

Color info

#051428 contains red, green and blue colors in about the same proportion. Web safe color of #051428 is #000033 (or #003).

RGB color model

#051428 color RGB value is (5,20,40).

  • red value is 5;
  • green value is 20;
  • blue value is 40.
RGB:
(5,20,40)
(2%,8%,16%)

RGB channels and saturation

R 5 of 255 = 2%
G 20 of 255 = 8%
B 40 of 255 = 16%

5
20
40

R + G + B ~ 9%. #051428 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 20 + 40 = 65 (100%)
R 5 of 65 ~ 7.69%
G 20 of 65 ~ 30.77%
B 40 of 65 ~ 61.54%

%30.77
%61.54

CMYK color model

#051428 color CMYK value is (88,50,0,84).

  • cyan value is 87.50%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(88,50,0,84)
C88M50Y0K84 
(88%,50%,0%,84%)
(0.88/0.50/0.00/0.84)	

CMYK percentages

%87.5
%50
%0
%84.31

Codes

Color #051428 in popluar color models

051428
RGB52040
HSL214°77.78%8.82%
HSB/HSV214°87.50%15.69%
CMYK87.50%50.00%0.00%
84.31%

Color #051428 in popluar number systems.

HEX051428
Decimal52040
Binary10110100101000
Octal52450

Shades and tints

Shades of #051428

#051428
(5,20,40)
#051325
(5,19,37)
#051222
(5,18,34)
#05111F
(5,17,31)
#05101C
(5,16,28)
#050F19
(5,15,25)
#050E16
(5,14,22)
#050D13
(5,13,19)
#050C10
(5,12,16)
#050B0D
(5,11,13)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #051428

#051428
(5,20,40)
#1B293B
(27,41,59)
#313E4E
(49,62,78)
#475361
(71,83,97)
#5D6874
(93,104,116)
#737D87
(115,125,135)
#89929A
(137,146,154)
#9FA7AD
(159,167,173)
#B5BCC0
(181,188,192)
#CBD1D3
(203,209,211)
#E1E6E6
(225,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051428 color. Also use rgb(5,20,40) instead hex code.

Text Font Color

.myTextColor { color: #051428; }

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

This text font color is #051428.


Background Color

.myBgColor { background-color: #051428; }

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

This div background color is #051428.


Border color

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

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

This div border color is #051428.


Opacity

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

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

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

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

This text has shadow with #051428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051428 on black background.


Color preview on white background

This text has color #051428 on white background.



Black color preview on #051428 background

This text has black color on #051428 background.


White color preview on #051428 background

This text has white color on #051428 background.