COLOR #051753

HEX: #051753 RGB: (5,23,83)

Color info

#051753 contains mainly blue color. Web safe color of #051753 is #000066 (or #006).

RGB color model

#051753 color RGB value is (5,23,83).

RGB: (5,23,83) (2%, 9%, 33%)

RGB channels and saturation

R 5 of 255 = 2%
G 23 of 255 = 9%
B 83 of 255 = 33%

5
23
83

R + G + B ~ 15%. #051753 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 23 + 83 = 111 (100%)
R 5 of 111 ~ 4.5%
G 23 of 111 ~ 20.72%
B 83 of 111 ~ 74.77'%

%20.72
%74.77

CMYK color model

#051753 color CMYK value is (94,72,0,67).

  • cyan value is 93.98%
  • magenta value is 72.29%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (94,72,0,67)
C94M72Y0K67 (94%, 72%, 0%, 67%)
(0.94 / 0.72 / 0.00 / 0.67)

CMYK percentages

%93.98
%72.29
%0
%67.45

Codes

Color #051753 in popluar color models

05 17 53
RGB 5 23 83
HSL 226° 88.64% 17.25%
HSB/HSV 226° 93.98% 32.55%
CMYK 93.98% 72.29% 0.00%
67.45%

Color #051753 in popluar number systems.

HEX 05 17 53
Decimal 5 23 83
Binary 101 10111 1010011
Octal 5 27 123

Shades and tints

Shades of #051753

#051753
(5,23,83)
#05154C
(5,21,76)
#051345
(5,19,69)
#05113E
(5,17,62)
#050F37
(5,15,55)
#050D30
(5,13,48)
#050B29
(5,11,41)
#050922
(5,9,34)
#05071B
(5,7,27)
#050514
(5,5,20)
#05030D
(5,3,13)
#000000
(0,0,0)

Tints of #051753

#051753
(5,23,83)
#1B2C62
(27,44,98)
#314171
(49,65,113)
#475680
(71,86,128)
#5D6B8F
(93,107,143)
#73809E
(115,128,158)
#8995AD
(137,149,173)
#9FAABC
(159,170,188)
#B5BFCB
(181,191,203)
#CBD4DA
(203,212,218)
#E1E9E9
(225,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051753 color. Also use rgb(5,23,83) instead hex code.

Text Font Color

.myTextColor { color: #051753; }

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

This text font color is #051753.

Background Color

.myBgColor { background-color: #051753; }

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

This div background color is #051753.

Border color

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

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

This div border color is #051753.

Opacity

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

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

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

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

This text has shadow with #051753 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051753.

Preview

Color preview on black background

This text has color #051753 on black background.


Color preview on white background

This text has color #051753 on white background.


Black color preview on #051753 background

This text has black color on #051753 background.


White color preview on #051753 background

This text has white color on #051753 background.


Related colors

Complementary color

Complementary color for #hex is #FAE8AC.


I love getcolorcode.com

Triadic colors

1 #530517 and #175305 with #051753 are triadic colors.

2 #531705 and #170553 with #051753 are triadic colors.