COLOR #051B41

HEX: #051B41 RGB: (5,27,65)

Color info

#051B41 contains mainly green and blue colors. Web safe color of #051B41 is #003333 (or #033).

RGB color model

#051B41 color RGB value is (5,27,65).

RGB: (5,27,65) (2%, 11%, 25%)

RGB channels and saturation

R 5 of 255 = 2%
G 27 of 255 = 11%
B 65 of 255 = 25%

5
27
65

R + G + B ~ 13%. #051B41 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 27 + 65 = 97 (100%)
R 5 of 97 ~ 5.15%
G 27 of 97 ~ 27.84%
B 65 of 97 ~ 67.01'%

%27.84
%67.01

CMYK color model

#051B41 color CMYK value is (92,58,0,75).

  • cyan value is 92.31%
  • magenta value is 58.46%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (92,58,0,75)
C92M58Y0K75 (92%, 58%, 0%, 75%)
(0.92 / 0.58 / 0.00 / 0.75)

CMYK percentages

%92.31
%58.46
%0
%74.51

Codes

Color #051B41 in popluar color models

05 1B 41
RGB 5 27 65
HSL 218° 85.71% 13.73%
HSB/HSV 218° 92.31% 25.49%
CMYK 92.31% 58.46% 0.00%
74.51%

Color #051B41 in popluar number systems.

HEX 05 1B 41
Decimal 5 27 65
Binary 101 11011 1000001
Octal 5 33 101

Shades and tints

Shades of #051B41

#051B41
(5,27,65)
#05193C
(5,25,60)
#051737
(5,23,55)
#051532
(5,21,50)
#05132D
(5,19,45)
#051128
(5,17,40)
#050F23
(5,15,35)
#050D1E
(5,13,30)
#050B19
(5,11,25)
#050914
(5,9,20)
#05070F
(5,7,15)
#000000
(0,0,0)

Tints of #051B41

#051B41
(5,27,65)
#1B2F52
(27,47,82)
#314363
(49,67,99)
#475774
(71,87,116)
#5D6B85
(93,107,133)
#737F96
(115,127,150)
#8993A7
(137,147,167)
#9FA7B8
(159,167,184)
#B5BBC9
(181,187,201)
#CBCFDA
(203,207,218)
#E1E3EB
(225,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051B41; }

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

This text font color is #051B41.

Background Color

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

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

This div background color is #051B41.

Border color

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

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

This div border color is #051B41.

Opacity

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

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

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

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

This text has shadow with #051B41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051B41.

Preview

Color preview on black background

This text has color #051B41 on black background.


Color preview on white background

This text has color #051B41 on white background.


Black color preview on #051B41 background

This text has black color on #051B41 background.


White color preview on #051B41 background

This text has white color on #051B41 background.


Related colors

Complementary color

Complementary color for #hex is #FAE4BE.


I love getcolorcode.com

Triadic colors

1 #41051B and #1B4105 with #051B41 are triadic colors.

2 #411B05 and #1B0541 with #051B41 are triadic colors.