COLOR #0A5580

HEX: #0A5580
RGB: (10,85,128)

Color info

#0A5580 contains mainly green and blue colors. Web safe color of #0A5580 is #006666 (or #066).

RGB color model

#0A5580 color RGB value is (10,85,128).

  • red value is 10;
  • green value is 85;
  • blue value is 128.
RGB:
(10,85,128)
(4%,33%,50%)

RGB channels and saturation

R 10 of 255 = 4%
G 85 of 255 = 33%
B 128 of 255 = 50%

10
85
128

R + G + B ~ 29%. #0A5580 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 85 + 128 = 223 (100%)
R 10 of 223 ~ 4.48%
G 85 of 223 ~ 38.12%
B 128 of 223 ~ 57.4%

%38.12
%57.4

CMYK color model

#0A5580 color CMYK value is (92,34,0,50).

  • cyan value is 92.19%
  • magenta value is 33.59%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(92,34,0,50)
C92M34Y0K50 
(92%,34%,0%,50%)
(0.92/0.34/0.00/0.50)	

CMYK percentages

%92.19
%33.59
%0
%49.8

Codes

Color #0A5580 in popluar color models

0A5580
RGB1085128
HSL202°85.51%27.06%
HSB/HSV202°92.19%50.20%
CMYK92.19%33.59%0.00%
49.80%

Color #0A5580 in popluar number systems.

HEX0A5580
Decimal1085128
Binary1010101010110000000
Octal12125200

Shades and tints

Shades of #0A5580

#0A5580
(10,85,128)
#0A4E75
(10,78,117)
#0A476A
(10,71,106)
#0A405F
(10,64,95)
#0A3954
(10,57,84)
#0A3249
(10,50,73)
#0A2B3E
(10,43,62)
#0A2433
(10,36,51)
#0A1D28
(10,29,40)
#0A161D
(10,22,29)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #0A5580

#0A5580
(10,85,128)
#20648B
(32,100,139)
#367396
(54,115,150)
#4C82A1
(76,130,161)
#6291AC
(98,145,172)
#78A0B7
(120,160,183)
#8EAFC2
(142,175,194)
#A4BECD
(164,190,205)
#BACDD8
(186,205,216)
#D0DCE3
(208,220,227)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5580 color. Also use rgb(10,85,128) instead hex code.

Text Font Color

.myTextColor { color: #0A5580; }

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

This text font color is #0A5580.


Background Color

.myBgColor { background-color: #0A5580; }

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

This div background color is #0A5580.


Border color

.myBorderColor { border: 1px solid #0A5580; }

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

This div border color is #0A5580.


Opacity

.myOpacity80 { color: #0A5580; opacity: 0.8; }

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

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

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

This text has shadow with #0A5580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5580 on black background.


Color preview on white background

This text has color #0A5580 on white background.



Black color preview on #0A5580 background

This text has black color on #0A5580 background.


White color preview on #0A5580 background

This text has white color on #0A5580 background.