COLOR #005D9A

HEX: #005D9A
RGB: (0,93,154)

Color info

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

RGB color model

#005D9A color RGB value is (0,93,154).

  • red value is 0;
  • green value is 93;
  • blue value is 154.
RGB:
(0,93,154)
(0%,36%,60%)

RGB channels and saturation

R 0 of 255 = 0%
G 93 of 255 = 36%
B 154 of 255 = 60%

0
93
154

R + G + B ~ 32%. #005D9A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 93 + 154 = 247 (100%)
R 0 of 247 ~ 0%
G 93 of 247 ~ 37.65%
B 154 of 247 ~ 62.35%

%37.65
%62.35

CMYK color model

#005D9A color CMYK value is (100,40,0,40).

  • cyan value is 100.00%
  • magenta value is 39.61%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(100,40,0,40)
C100M40Y0K40 
(100%,40%,0%,40%)
(1.00/0.40/0.00/0.40)	

CMYK percentages

%100
%39.61
%0
%39.61

Codes

Color #005D9A in popluar color models

005D9A
RGB093154
HSL204°100.00%30.20%
HSB/HSV204°100.00%60.39%
CMYK100.00%39.61%0.00%
39.61%

Color #005D9A in popluar number systems.

HEX005D9A
Decimal093154
Binary0101110110011010
Octal0135232

Shades and tints

Shades of #005D9A

#005D9A
(0,93,154)
#00558C
(0,85,140)
#004D7E
(0,77,126)
#004570
(0,69,112)
#003D62
(0,61,98)
#003554
(0,53,84)
#002D46
(0,45,70)
#002538
(0,37,56)
#001D2A
(0,29,42)
#00151C
(0,21,28)
#000D0E
(0,13,14)
#000000
(0,0,0)

Tints of #005D9A

#005D9A
(0,93,154)
#176BA3
(23,107,163)
#2E79AC
(46,121,172)
#4587B5
(69,135,181)
#5C95BE
(92,149,190)
#73A3C7
(115,163,199)
#8AB1D0
(138,177,208)
#A1BFD9
(161,191,217)
#B8CDE2
(184,205,226)
#CFDBEB
(207,219,235)
#E6E9F4
(230,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005D9A color. Also use rgb(0,93,154) instead hex code.

Text Font Color

.myTextColor { color: #005D9A; }

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

This text font color is #005D9A.


Background Color

.myBgColor { background-color: #005D9A; }

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

This div background color is #005D9A.


Border color

.myBorderColor { border: 1px solid #005D9A; }

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

This div border color is #005D9A.


Opacity

.myOpacity80 { color: #005D9A; opacity: 0.8; }

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

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

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

This text has shadow with #005D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005D9A on black background.


Color preview on white background

This text has color #005D9A on white background.



Black color preview on #005D9A background

This text has black color on #005D9A background.


White color preview on #005D9A background

This text has white color on #005D9A background.