COLOR #051B34

HEX: #051B34
RGB: (5,27,52)

Color info

#051B34 contains red, green and blue colors in about the same proportion. Web safe color of #051B34 is #003333 (or #033).

RGB color model

#051B34 color RGB value is (5,27,52).

  • red value is 5;
  • green value is 27;
  • blue value is 52.
RGB:
(5,27,52)
(2%,11%,20%)

RGB channels and saturation

R 5 of 255 = 2%
G 27 of 255 = 11%
B 52 of 255 = 20%

5
27
52

R + G + B ~ 11%. #051B34 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 27 + 52 = 84 (100%)
R 5 of 84 ~ 5.95%
G 27 of 84 ~ 32.14%
B 52 of 84 ~ 61.9%

%32.14
%61.9

CMYK color model

#051B34 color CMYK value is (90,48,0,80).

  • cyan value is 90.38%
  • magenta value is 48.08%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(90,48,0,80)
C90M48Y0K80 
(90%,48%,0%,80%)
(0.90/0.48/0.00/0.80)	

CMYK percentages

%90.38
%48.08
%0
%79.61

Codes

Color #051B34 in popluar color models

051B34
RGB52752
HSL212°82.46%11.18%
HSB/HSV212°90.38%20.39%
CMYK90.38%48.08%0.00%
79.61%

Color #051B34 in popluar number systems.

HEX051B34
Decimal52752
Binary10111011110100
Octal53364

Shades and tints

Shades of #051B34

#051B34
(5,27,52)
#051930
(5,25,48)
#05172C
(5,23,44)
#051528
(5,21,40)
#051324
(5,19,36)
#051120
(5,17,32)
#050F1C
(5,15,28)
#050D18
(5,13,24)
#050B14
(5,11,20)
#050910
(5,9,16)
#05070C
(5,7,12)
#000000
(0,0,0)

Tints of #051B34

#051B34
(5,27,52)
#1B2F46
(27,47,70)
#314358
(49,67,88)
#47576A
(71,87,106)
#5D6B7C
(93,107,124)
#737F8E
(115,127,142)
#8993A0
(137,147,160)
#9FA7B2
(159,167,178)
#B5BBC4
(181,187,196)
#CBCFD6
(203,207,214)
#E1E3E8
(225,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051B34; }

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

This text font color is #051B34.


Background Color

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

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

This div background color is #051B34.


Border color

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

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

This div border color is #051B34.


Opacity

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

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

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

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

This text has shadow with #051B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051B34 on black background.


Color preview on white background

This text has color #051B34 on white background.



Black color preview on #051B34 background

This text has black color on #051B34 background.


White color preview on #051B34 background

This text has white color on #051B34 background.