COLOR #051541

HEX: #051541
RGB: (5,21,65)

Color info

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

RGB color model

#051541 color RGB value is (5,21,65).

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

RGB channels and saturation

R 5 of 255 = 2%
G 21 of 255 = 8%
B 65 of 255 = 25%

5
21
65

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

Portions of RGB colors in percentages

R + G + B =
5 + 21 + 65 = 91 (100%)
R 5 of 91 ~ 5.49%
G 21 of 91 ~ 23.08%
B 65 of 91 ~ 71.43%

%23.08
%71.43

CMYK color model

#051541 color CMYK value is (92,68,0,75).

  • cyan value is 92.31%
  • magenta value is 67.69%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(92,68,0,75)
C92M68Y0K75 
(92%,68%,0%,75%)
(0.92/0.68/0.00/0.75)	

CMYK percentages

%92.31
%67.69
%0
%74.51

Codes

Color #051541 in popluar color models

051541
RGB52165
HSL224°85.71%13.73%
HSB/HSV224°92.31%25.49%
CMYK92.31%67.69%0.00%
74.51%

Color #051541 in popluar number systems.

HEX051541
Decimal52165
Binary101101011000001
Octal525101

Shades and tints

Shades of #051541

#051541
(5,21,65)
#05143C
(5,20,60)
#051337
(5,19,55)
#051232
(5,18,50)
#05112D
(5,17,45)
#051028
(5,16,40)
#050F23
(5,15,35)
#050E1E
(5,14,30)
#050D19
(5,13,25)
#050C14
(5,12,20)
#050B0F
(5,11,15)
#000000
(0,0,0)

Tints of #051541

#051541
(5,21,65)
#1B2A52
(27,42,82)
#313F63
(49,63,99)
#475474
(71,84,116)
#5D6985
(93,105,133)
#737E96
(115,126,150)
#8993A7
(137,147,167)
#9FA8B8
(159,168,184)
#B5BDC9
(181,189,201)
#CBD2DA
(203,210,218)
#E1E7EB
(225,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051541; }

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

This text font color is #051541.


Background Color

.myBgColor { background-color: #051541; }

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

This div background color is #051541.


Border color

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

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

This div border color is #051541.


Opacity

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

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

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

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

This text has shadow with #051541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051541 on black background.


Color preview on white background

This text has color #051541 on white background.



Black color preview on #051541 background

This text has black color on #051541 background.


White color preview on #051541 background

This text has white color on #051541 background.