COLOR #0A809B

HEX: #0A809B
RGB: (10,128,155)

Color info

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

RGB color model

#0A809B color RGB value is (10,128,155).

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

RGB channels and saturation

R 10 of 255 = 4%
G 128 of 255 = 50%
B 155 of 255 = 61%

10
128
155

R + G + B ~ 38%. #0A809B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 128 + 155 = 293 (100%)
R 10 of 293 ~ 3.41%
G 128 of 293 ~ 43.69%
B 155 of 293 ~ 52.9%

%43.69
%52.9

CMYK color model

#0A809B color CMYK value is (94,17,0,39).

  • cyan value is 93.55%
  • magenta value is 17.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(94,17,0,39)
C94M17Y0K39 
(94%,17%,0%,39%)
(0.94/0.17/0.00/0.39)	

CMYK percentages

%93.55
%17.42
%0
%39.22

Codes

Color #0A809B in popluar color models

0A809B
RGB10128155
HSL191°87.88%32.35%
HSB/HSV191°93.55%60.78%
CMYK93.55%17.42%0.00%
39.22%

Color #0A809B in popluar number systems.

HEX0A809B
Decimal10128155
Binary10101000000010011011
Octal12200233

Shades and tints

Shades of #0A809B

#0A809B
(10,128,155)
#0A758D
(10,117,141)
#0A6A7F
(10,106,127)
#0A5F71
(10,95,113)
#0A5463
(10,84,99)
#0A4955
(10,73,85)
#0A3E47
(10,62,71)
#0A3339
(10,51,57)
#0A282B
(10,40,43)
#0A1D1D
(10,29,29)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #0A809B

#0A809B
(10,128,155)
#208BA4
(32,139,164)
#3696AD
(54,150,173)
#4CA1B6
(76,161,182)
#62ACBF
(98,172,191)
#78B7C8
(120,183,200)
#8EC2D1
(142,194,209)
#A4CDDA
(164,205,218)
#BAD8E3
(186,216,227)
#D0E3EC
(208,227,236)
#E6EEF5
(230,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A809B; }

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

This text font color is #0A809B.


Background Color

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

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

This div background color is #0A809B.


Border color

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

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

This div border color is #0A809B.


Opacity

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

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

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

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

This text has shadow with #0A809B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A809B on black background.


Color preview on white background

This text has color #0A809B on white background.



Black color preview on #0A809B background

This text has black color on #0A809B background.


White color preview on #0A809B background

This text has white color on #0A809B background.