COLOR #005793

HEX: #005793
RGB: (0,87,147)

Color info

#005793 contains mainly blue color. Web safe color of #005793 is #006699 (or #069).

RGB color model

#005793 color RGB value is (0,87,147).

  • red value is 0;
  • green value is 87;
  • blue value is 147.
RGB:
(0,87,147)
(0%,34%,58%)

RGB channels and saturation

R 0 of 255 = 0%
G 87 of 255 = 34%
B 147 of 255 = 58%

0
87
147

R + G + B ~ 31%. #005793 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 87 + 147 = 234 (100%)
R 0 of 234 ~ 0%
G 87 of 234 ~ 37.18%
B 147 of 234 ~ 62.82%

%37.18
%62.82

CMYK color model

#005793 color CMYK value is (100,41,0,42).

  • cyan value is 100.00%
  • magenta value is 40.82%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(100,41,0,42)
C100M41Y0K42 
(100%,41%,0%,42%)
(1.00/0.41/0.00/0.42)	

CMYK percentages

%100
%40.82
%0
%42.35

Codes

Color #005793 in popluar color models

005793
RGB087147
HSL204°100.00%28.82%
HSB/HSV204°100.00%57.65%
CMYK100.00%40.82%0.00%
42.35%

Color #005793 in popluar number systems.

HEX005793
Decimal087147
Binary0101011110010011
Octal0127223

Shades and tints

Shades of #005793

#005793
(0,87,147)
#005086
(0,80,134)
#004979
(0,73,121)
#00426C
(0,66,108)
#003B5F
(0,59,95)
#003452
(0,52,82)
#002D45
(0,45,69)
#002638
(0,38,56)
#001F2B
(0,31,43)
#00181E
(0,24,30)
#001111
(0,17,17)
#000000
(0,0,0)

Tints of #005793

#005793
(0,87,147)
#17669C
(23,102,156)
#2E75A5
(46,117,165)
#4584AE
(69,132,174)
#5C93B7
(92,147,183)
#73A2C0
(115,162,192)
#8AB1C9
(138,177,201)
#A1C0D2
(161,192,210)
#B8CFDB
(184,207,219)
#CFDEE4
(207,222,228)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005793 color. Also use rgb(0,87,147) instead hex code.

Text Font Color

.myTextColor { color: #005793; }

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

This text font color is #005793.


Background Color

.myBgColor { background-color: #005793; }

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

This div background color is #005793.


Border color

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

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

This div border color is #005793.


Opacity

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

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

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

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

This text has shadow with #005793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005793 on black background.


Color preview on white background

This text has color #005793 on white background.



Black color preview on #005793 background

This text has black color on #005793 background.


White color preview on #005793 background

This text has white color on #005793 background.