COLOR #0A5B8C

HEX: #0A5B8C RGB: (10,91,140)

Color info

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

RGB color model

#0A5B8C color RGB value is (10,91,140).

RGB: (10,91,140) (4%, 36%, 55%)

RGB channels and saturation

R 10 of 255 = 4%
G 91 of 255 = 36%
B 140 of 255 = 55%

10
91
140

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

Portions of RGB colors in percentages

R + G + B = 10 + 91 + 140 = 241 (100%)
R 10 of 241 ~ 4.15%
G 91 of 241 ~ 37.76%
B 140 of 241 ~ 58.09'%

%37.76
%58.09

CMYK color model

#0A5B8C color CMYK value is (93,35,0,45).

  • cyan value is 92.86%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (93,35,0,45)
C93M35Y0K45 (93%, 35%, 0%, 45%)
(0.93 / 0.35 / 0.00 / 0.45)

CMYK percentages

%92.86
%35
%0
%45.1

Codes

Color #0A5B8C in popluar color models

0A 5B 8C
RGB 10 91 140
HSL 203° 86.67% 29.41%
HSB/HSV 203° 92.86% 54.90%
CMYK 92.86% 35.00% 0.00%
45.10%

Color #0A5B8C in popluar number systems.

HEX 0A 5B 8C
Decimal 10 91 140
Binary 1010 1011011 10001100
Octal 12 133 214

Shades and tints

Shades of #0A5B8C

#0A5B8C
(10,91,140)
#0A5380
(10,83,128)
#0A4B74
(10,75,116)
#0A4368
(10,67,104)
#0A3B5C
(10,59,92)
#0A3350
(10,51,80)
#0A2B44
(10,43,68)
#0A2338
(10,35,56)
#0A1B2C
(10,27,44)
#0A1320
(10,19,32)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #0A5B8C

#0A5B8C
(10,91,140)
#206996
(32,105,150)
#3677A0
(54,119,160)
#4C85AA
(76,133,170)
#6293B4
(98,147,180)
#78A1BE
(120,161,190)
#8EAFC8
(142,175,200)
#A4BDD2
(164,189,210)
#BACBDC
(186,203,220)
#D0D9E6
(208,217,230)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5B8C color. Also use rgb(10,91,140) instead hex code.

Text Font Color

.myTextColor { color: #0A5B8C; }

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

This text font color is #0A5B8C.

Background Color

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

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

This div background color is #0A5B8C.

Border color

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

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

This div border color is #0A5B8C.

Opacity

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

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

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

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

This text has shadow with #0A5B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A5B8C.

Preview

Color preview on black background

This text has color #0A5B8C on black background.


Color preview on white background

This text has color #0A5B8C on white background.


Black color preview on #0A5B8C background

This text has black color on #0A5B8C background.


White color preview on #0A5B8C background

This text has white color on #0A5B8C background.


Related colors

Complementary color

Complementary color for #hex is #F5A473.


I love getcolorcode.com

Triadic colors

1 #8C0A5B and #5B8C0A with #0A5B8C are triadic colors.

2 #8C5B0A and #5B0A8C with #0A5B8C are triadic colors.