COLOR #0A587C

HEX: #0A587C RGB: (10,88,124)

Color info

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

RGB color model

#0A587C color RGB value is (10,88,124).

RGB: (10,88,124) (4%, 35%, 49%)

RGB channels and saturation

R 10 of 255 = 4%
G 88 of 255 = 35%
B 124 of 255 = 49%

10
88
124

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

Portions of RGB colors in percentages

R + G + B = 10 + 88 + 124 = 222 (100%)
R 10 of 222 ~ 4.5%
G 88 of 222 ~ 39.64%
B 124 of 222 ~ 55.86'%

%39.64
%55.86

CMYK color model

#0A587C color CMYK value is (92,29,0,51).

  • cyan value is 91.94%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (92,29,0,51)
C92M29Y0K51 (92%, 29%, 0%, 51%)
(0.92 / 0.29 / 0.00 / 0.51)

CMYK percentages

%91.94
%29.03
%0
%51.37

Codes

Color #0A587C in popluar color models

0A 58 7C
RGB 10 88 124
HSL 199° 85.07% 26.27%
HSB/HSV 199° 91.94% 48.63%
CMYK 91.94% 29.03% 0.00%
51.37%

Color #0A587C in popluar number systems.

HEX 0A 58 7C
Decimal 10 88 124
Binary 1010 1011000 1111100
Octal 12 130 174

Shades and tints

Shades of #0A587C

#0A587C
(10,88,124)
#0A5071
(10,80,113)
#0A4866
(10,72,102)
#0A405B
(10,64,91)
#0A3850
(10,56,80)
#0A3045
(10,48,69)
#0A283A
(10,40,58)
#0A202F
(10,32,47)
#0A1824
(10,24,36)
#0A1019
(10,16,25)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #0A587C

#0A587C
(10,88,124)
#206787
(32,103,135)
#367692
(54,118,146)
#4C859D
(76,133,157)
#6294A8
(98,148,168)
#78A3B3
(120,163,179)
#8EB2BE
(142,178,190)
#A4C1C9
(164,193,201)
#BAD0D4
(186,208,212)
#D0DFDF
(208,223,223)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A587C color. Also use rgb(10,88,124) instead hex code.

Text Font Color

.myTextColor { color: #0A587C; }

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

This text font color is #0A587C.

Background Color

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

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

This div background color is #0A587C.

Border color

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

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

This div border color is #0A587C.

Opacity

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

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

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

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

This text has shadow with #0A587C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A587C.

Preview

Color preview on black background

This text has color #0A587C on black background.


Color preview on white background

This text has color #0A587C on white background.


Black color preview on #0A587C background

This text has black color on #0A587C background.


White color preview on #0A587C background

This text has white color on #0A587C background.


Related colors

Complementary color

Complementary color for #hex is #F5A783.


I love getcolorcode.com

Triadic colors

1 #7C0A58 and #587C0A with #0A587C are triadic colors.

2 #7C580A and #580A7C with #0A587C are triadic colors.