COLOR #0A6587

HEX: #0A6587 RGB: (10,101,135)

Color info

#0A6587 contains mainly green and blue colors. Web safe color of #0A6587 is #006699 (or #069).

RGB color model

#0A6587 color RGB value is (10,101,135).

RGB: (10,101,135) (4%, 40%, 53%)

RGB channels and saturation

R 10 of 255 = 4%
G 101 of 255 = 40%
B 135 of 255 = 53%

10
101
135

R + G + B ~ 32%. #0A6587 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 101 + 135 = 246 (100%)
R 10 of 246 ~ 4.07%
G 101 of 246 ~ 41.06%
B 135 of 246 ~ 54.88'%

%41.06
%54.88

CMYK color model

#0A6587 color CMYK value is (93,25,0,47).

  • cyan value is 92.59%
  • magenta value is 25.19%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (93,25,0,47)
C93M25Y0K47 (93%, 25%, 0%, 47%)
(0.93 / 0.25 / 0.00 / 0.47)

CMYK percentages

%92.59
%25.19
%0
%47.06

Codes

Color #0A6587 in popluar color models

0A 65 87
RGB 10 101 135
HSL 196° 86.21% 28.43%
HSB/HSV 196° 92.59% 52.94%
CMYK 92.59% 25.19% 0.00%
47.06%

Color #0A6587 in popluar number systems.

HEX 0A 65 87
Decimal 10 101 135
Binary 1010 1100101 10000111
Octal 12 145 207

Shades and tints

Shades of #0A6587

#0A6587
(10,101,135)
#0A5C7B
(10,92,123)
#0A536F
(10,83,111)
#0A4A63
(10,74,99)
#0A4157
(10,65,87)
#0A384B
(10,56,75)
#0A2F3F
(10,47,63)
#0A2633
(10,38,51)
#0A1D27
(10,29,39)
#0A141B
(10,20,27)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #0A6587

#0A6587
(10,101,135)
#207391
(32,115,145)
#36819B
(54,129,155)
#4C8FA5
(76,143,165)
#629DAF
(98,157,175)
#78ABB9
(120,171,185)
#8EB9C3
(142,185,195)
#A4C7CD
(164,199,205)
#BAD5D7
(186,213,215)
#D0E3E1
(208,227,225)
#E6F1EB
(230,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A6587 color. Also use rgb(10,101,135) instead hex code.

Text Font Color

.myTextColor { color: #0A6587; }

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

This text font color is #0A6587.

Background Color

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

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

This div background color is #0A6587.

Border color

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

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

This div border color is #0A6587.

Opacity

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

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

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

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

This text has shadow with #0A6587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A6587.

Preview

Color preview on black background

This text has color #0A6587 on black background.


Color preview on white background

This text has color #0A6587 on white background.


Black color preview on #0A6587 background

This text has black color on #0A6587 background.


White color preview on #0A6587 background

This text has white color on #0A6587 background.


Related colors

Complementary color

Complementary color for #hex is #F59A78.


I love getcolorcode.com

Triadic colors

1 #870A65 and #65870A with #0A6587 are triadic colors.

2 #87650A and #650A87 with #0A6587 are triadic colors.