COLOR #051635

HEX: #051635
RGB: (5,22,53)

Color info

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

RGB color model

#051635 color RGB value is (5,22,53).

  • red value is 5;
  • green value is 22;
  • blue value is 53.
RGB:
(5,22,53)
(2%,9%,21%)

RGB channels and saturation

R 5 of 255 = 2%
G 22 of 255 = 9%
B 53 of 255 = 21%

5
22
53

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

Portions of RGB colors in percentages

R + G + B =
5 + 22 + 53 = 80 (100%)
R 5 of 80 ~ 6.25%
G 22 of 80 ~ 27.5%
B 53 of 80 ~ 66.25%

%27.5
%66.25

CMYK color model

#051635 color CMYK value is (91,58,0,79).

  • cyan value is 90.57%
  • magenta value is 58.49%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(91,58,0,79)
C91M58Y0K79 
(91%,58%,0%,79%)
(0.91/0.58/0.00/0.79)	

CMYK percentages

%90.57
%58.49
%0
%79.22

Codes

Color #051635 in popluar color models

051635
RGB52253
HSL219°82.76%11.37%
HSB/HSV219°90.57%20.78%
CMYK90.57%58.49%0.00%
79.22%

Color #051635 in popluar number systems.

HEX051635
Decimal52253
Binary10110110110101
Octal52665

Shades and tints

Shades of #051635

#051635
(5,22,53)
#051431
(5,20,49)
#05122D
(5,18,45)
#051029
(5,16,41)
#050E25
(5,14,37)
#050C21
(5,12,33)
#050A1D
(5,10,29)
#050819
(5,8,25)
#050615
(5,6,21)
#050411
(5,4,17)
#05020D
(5,2,13)
#000000
(0,0,0)

Tints of #051635

#051635
(5,22,53)
#1B2B47
(27,43,71)
#314059
(49,64,89)
#47556B
(71,85,107)
#5D6A7D
(93,106,125)
#737F8F
(115,127,143)
#8994A1
(137,148,161)
#9FA9B3
(159,169,179)
#B5BEC5
(181,190,197)
#CBD3D7
(203,211,215)
#E1E8E9
(225,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051635 color. Also use rgb(5,22,53) instead hex code.

Text Font Color

.myTextColor { color: #051635; }

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

This text font color is #051635.


Background Color

.myBgColor { background-color: #051635; }

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

This div background color is #051635.


Border color

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

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

This div border color is #051635.


Opacity

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

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

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

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

This text has shadow with #051635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051635 on black background.


Color preview on white background

This text has color #051635 on white background.



Black color preview on #051635 background

This text has black color on #051635 background.


White color preview on #051635 background

This text has white color on #051635 background.