COLOR #0059A0

HEX: #0059A0
RGB: (0,89,160)

Color info

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

RGB color model

#0059A0 color RGB value is (0,89,160).

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

RGB channels and saturation

R 0 of 255 = 0%
G 89 of 255 = 35%
B 160 of 255 = 63%

0
89
160

R + G + B ~ 33%. #0059A0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 89 + 160 = 249 (100%)
R 0 of 249 ~ 0%
G 89 of 249 ~ 35.74%
B 160 of 249 ~ 64.26%

%35.74
%64.26

CMYK color model

#0059A0 color CMYK value is (100,44,0,37).

  • cyan value is 100.00%
  • magenta value is 44.38%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(100,44,0,37)
C100M44Y0K37 
(100%,44%,0%,37%)
(1.00/0.44/0.00/0.37)	

CMYK percentages

%100
%44.38
%0
%37.25

Codes

Color #0059A0 in popluar color models

0059A0
RGB089160
HSL207°100.00%31.37%
HSB/HSV207°100.00%62.75%
CMYK100.00%44.38%0.00%
37.25%

Color #0059A0 in popluar number systems.

HEX0059A0
Decimal089160
Binary0101100110100000
Octal0131240

Shades and tints

Shades of #0059A0

#0059A0
(0,89,160)
#005192
(0,81,146)
#004984
(0,73,132)
#004176
(0,65,118)
#003968
(0,57,104)
#00315A
(0,49,90)
#00294C
(0,41,76)
#00213E
(0,33,62)
#001930
(0,25,48)
#001122
(0,17,34)
#000914
(0,9,20)
#000000
(0,0,0)

Tints of #0059A0

#0059A0
(0,89,160)
#1768A8
(23,104,168)
#2E77B0
(46,119,176)
#4586B8
(69,134,184)
#5C95C0
(92,149,192)
#73A4C8
(115,164,200)
#8AB3D0
(138,179,208)
#A1C2D8
(161,194,216)
#B8D1E0
(184,209,224)
#CFE0E8
(207,224,232)
#E6EFF0
(230,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0059A0 color. Also use rgb(0,89,160) instead hex code.

Text Font Color

.myTextColor { color: #0059A0; }

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

This text font color is #0059A0.


Background Color

.myBgColor { background-color: #0059A0; }

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

This div background color is #0059A0.


Border color

.myBorderColor { border: 1px solid #0059A0; }

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

This div border color is #0059A0.


Opacity

.myOpacity80 { color: #0059A0; opacity: 0.8; }

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

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

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

This text has shadow with #0059A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0059A0 on black background.


Color preview on white background

This text has color #0059A0 on white background.



Black color preview on #0059A0 background

This text has black color on #0059A0 background.


White color preview on #0059A0 background

This text has white color on #0059A0 background.