COLOR #051128

HEX: #051128
RGB: (5,17,40)

Color info

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

RGB color model

#051128 color RGB value is (5,17,40).

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

RGB channels and saturation

R 5 of 255 = 2%
G 17 of 255 = 7%
B 40 of 255 = 16%

5
17
40

R + G + B ~ 8%. #051128 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 17 + 40 = 62 (100%)
R 5 of 62 ~ 8.06%
G 17 of 62 ~ 27.42%
B 40 of 62 ~ 64.52%

%27.42
%64.52

CMYK color model

#051128 color CMYK value is (88,58,0,84).

  • cyan value is 87.50%
  • magenta value is 57.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(88,58,0,84)
C88M58Y0K84 
(88%,58%,0%,84%)
(0.88/0.58/0.00/0.84)	

CMYK percentages

%87.5
%57.5
%0
%84.31

Codes

Color #051128 in popluar color models

051128
RGB51740
HSL219°77.78%8.82%
HSB/HSV219°87.50%15.69%
CMYK87.50%57.50%0.00%
84.31%

Color #051128 in popluar number systems.

HEX051128
Decimal51740
Binary10110001101000
Octal52150

Shades and tints

Shades of #051128

#051128
(5,17,40)
#051025
(5,16,37)
#050F22
(5,15,34)
#050E1F
(5,14,31)
#050D1C
(5,13,28)
#050C19
(5,12,25)
#050B16
(5,11,22)
#050A13
(5,10,19)
#050910
(5,9,16)
#05080D
(5,8,13)
#05070A
(5,7,10)
#000000
(0,0,0)

Tints of #051128

#051128
(5,17,40)
#1B263B
(27,38,59)
#313B4E
(49,59,78)
#475061
(71,80,97)
#5D6574
(93,101,116)
#737A87
(115,122,135)
#898F9A
(137,143,154)
#9FA4AD
(159,164,173)
#B5B9C0
(181,185,192)
#CBCED3
(203,206,211)
#E1E3E6
(225,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051128; }

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

This text font color is #051128.


Background Color

.myBgColor { background-color: #051128; }

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

This div background color is #051128.


Border color

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

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

This div border color is #051128.


Opacity

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

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

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

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

This text has shadow with #051128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051128 on black background.


Color preview on white background

This text has color #051128 on white background.



Black color preview on #051128 background

This text has black color on #051128 background.


White color preview on #051128 background

This text has white color on #051128 background.