COLOR #005693

HEX: #005693
RGB: (0,86,147)

Color info

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

RGB color model

#005693 color RGB value is (0,86,147).

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

RGB channels and saturation

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

0
86
147

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

Portions of RGB colors in percentages

R + G + B =
0 + 86 + 147 = 233 (100%)
R 0 of 233 ~ 0%
G 86 of 233 ~ 36.91%
B 147 of 233 ~ 63.09%

%36.91
%63.09

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 41.50%
  • 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
%41.5
%0
%42.35

Codes

Color #005693 in popluar color models

005693
RGB086147
HSL205°100.00%28.82%
HSB/HSV205°100.00%57.65%
CMYK100.00%41.50%0.00%
42.35%

Color #005693 in popluar number systems.

HEX005693
Decimal086147
Binary0101011010010011
Octal0126223

Shades and tints

Shades of #005693

#005693
(0,86,147)
#004F86
(0,79,134)
#004879
(0,72,121)
#00416C
(0,65,108)
#003A5F
(0,58,95)
#003352
(0,51,82)
#002C45
(0,44,69)
#002538
(0,37,56)
#001E2B
(0,30,43)
#00171E
(0,23,30)
#001011
(0,16,17)
#000000
(0,0,0)

Tints of #005693

#005693
(0,86,147)
#17659C
(23,101,156)
#2E74A5
(46,116,165)
#4583AE
(69,131,174)
#5C92B7
(92,146,183)
#73A1C0
(115,161,192)
#8AB0C9
(138,176,201)
#A1BFD2
(161,191,210)
#B8CEDB
(184,206,219)
#CFDDE4
(207,221,228)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005693; }

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

This text font color is #005693.


Background Color

.myBgColor { background-color: #005693; }

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

This div background color is #005693.


Border color

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

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

This div border color is #005693.


Opacity

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

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

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

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

This text has shadow with #005693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005693 on black background.


Color preview on white background

This text has color #005693 on white background.



Black color preview on #005693 background

This text has black color on #005693 background.


White color preview on #005693 background

This text has white color on #005693 background.