COLOR #005FA0

HEX: #005FA0
RGB: (0,95,160)

Color info

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

RGB color model

#005FA0 color RGB value is (0,95,160).

  • red value is 0;
  • green value is 95;
  • blue value is 160.
RGB:
(0,95,160)
(0%,37%,63%)

RGB channels and saturation

R 0 of 255 = 0%
G 95 of 255 = 37%
B 160 of 255 = 63%

0
95
160

R + G + B ~ 33%. #005FA0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 95 + 160 = 255 (100%)
R 0 of 255 ~ 0%
G 95 of 255 ~ 37.25%
B 160 of 255 ~ 62.75%

%37.25
%62.75

CMYK color model

#005FA0 color CMYK value is (100,41,0,37).

  • cyan value is 100.00%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(100,41,0,37)
C100M41Y0K37 
(100%,41%,0%,37%)
(1.00/0.41/0.00/0.37)	

CMYK percentages

%100
%40.63
%0
%37.25

Codes

Color #005FA0 in popluar color models

005FA0
RGB095160
HSL204°100.00%31.37%
HSB/HSV204°100.00%62.75%
CMYK100.00%40.63%0.00%
37.25%

Color #005FA0 in popluar number systems.

HEX005FA0
Decimal095160
Binary0101111110100000
Octal0137240

Shades and tints

Shades of #005FA0

#005FA0
(0,95,160)
#005792
(0,87,146)
#004F84
(0,79,132)
#004776
(0,71,118)
#003F68
(0,63,104)
#00375A
(0,55,90)
#002F4C
(0,47,76)
#00273E
(0,39,62)
#001F30
(0,31,48)
#001722
(0,23,34)
#000F14
(0,15,20)
#000000
(0,0,0)

Tints of #005FA0

#005FA0
(0,95,160)
#176DA8
(23,109,168)
#2E7BB0
(46,123,176)
#4589B8
(69,137,184)
#5C97C0
(92,151,192)
#73A5C8
(115,165,200)
#8AB3D0
(138,179,208)
#A1C1D8
(161,193,216)
#B8CFE0
(184,207,224)
#CFDDE8
(207,221,232)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005FA0 color. Also use rgb(0,95,160) instead hex code.

Text Font Color

.myTextColor { color: #005FA0; }

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

This text font color is #005FA0.


Background Color

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

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

This div background color is #005FA0.


Border color

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

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

This div border color is #005FA0.


Opacity

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

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

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

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

This text has shadow with #005FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005FA0 on black background.


Color preview on white background

This text has color #005FA0 on white background.



Black color preview on #005FA0 background

This text has black color on #005FA0 background.


White color preview on #005FA0 background

This text has white color on #005FA0 background.