COLOR #0A5D9F

HEX: #0A5D9F
RGB: (10,93,159)

Color info

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

RGB color model

#0A5D9F color RGB value is (10,93,159).

  • red value is 10;
  • green value is 93;
  • blue value is 159.
RGB:
(10,93,159)
(4%,36%,62%)

RGB channels and saturation

R 10 of 255 = 4%
G 93 of 255 = 36%
B 159 of 255 = 62%

10
93
159

R + G + B ~ 34%. #0A5D9F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 93 + 159 = 262 (100%)
R 10 of 262 ~ 3.82%
G 93 of 262 ~ 35.5%
B 159 of 262 ~ 60.69%

%35.5
%60.69

CMYK color model

#0A5D9F color CMYK value is (94,42,0,38).

  • cyan value is 93.71%
  • magenta value is 41.51%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(94,42,0,38)
C94M42Y0K38 
(94%,42%,0%,38%)
(0.94/0.42/0.00/0.38)	

CMYK percentages

%93.71
%41.51
%0
%37.65

Codes

Color #0A5D9F in popluar color models

0A5D9F
RGB1093159
HSL207°88.17%33.14%
HSB/HSV207°93.71%62.35%
CMYK93.71%41.51%0.00%
37.65%

Color #0A5D9F in popluar number systems.

HEX0A5D9F
Decimal1093159
Binary1010101110110011111
Octal12135237

Shades and tints

Shades of #0A5D9F

#0A5D9F
(10,93,159)
#0A5591
(10,85,145)
#0A4D83
(10,77,131)
#0A4575
(10,69,117)
#0A3D67
(10,61,103)
#0A3559
(10,53,89)
#0A2D4B
(10,45,75)
#0A253D
(10,37,61)
#0A1D2F
(10,29,47)
#0A1521
(10,21,33)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #0A5D9F

#0A5D9F
(10,93,159)
#206BA7
(32,107,167)
#3679AF
(54,121,175)
#4C87B7
(76,135,183)
#6295BF
(98,149,191)
#78A3C7
(120,163,199)
#8EB1CF
(142,177,207)
#A4BFD7
(164,191,215)
#BACDDF
(186,205,223)
#D0DBE7
(208,219,231)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5D9F color. Also use rgb(10,93,159) instead hex code.

Text Font Color

.myTextColor { color: #0A5D9F; }

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

This text font color is #0A5D9F.


Background Color

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

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

This div background color is #0A5D9F.


Border color

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

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

This div border color is #0A5D9F.


Opacity

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

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

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

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

This text has shadow with #0A5D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5D9F on black background.


Color preview on white background

This text has color #0A5D9F on white background.



Black color preview on #0A5D9F background

This text has black color on #0A5D9F background.


White color preview on #0A5D9F background

This text has white color on #0A5D9F background.