COLOR #0A80C9

HEX: #0A80C9
RGB: (10,128,201)

Color info

#0A80C9 contains mainly blue color. Web safe color of #0A80C9 is #0066CC (or #06C).

RGB color model

#0A80C9 color RGB value is (10,128,201).

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

RGB channels and saturation

R 10 of 255 = 4%
G 128 of 255 = 50%
B 201 of 255 = 79%

10
128
201

R + G + B ~ 44%. #0A80C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
10 + 128 + 201 = 339 (100%)
R 10 of 339 ~ 2.95%
G 128 of 339 ~ 37.76%
B 201 of 339 ~ 59.29%

%37.76
%59.29

CMYK color model

#0A80C9 color CMYK value is (95,36,0,21).

  • cyan value is 95.02%
  • magenta value is 36.32%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(95,36,0,21)
C95M36Y0K21 
(95%,36%,0%,21%)
(0.95/0.36/0.00/0.21)	

CMYK percentages

%95.02
%36.32
%0
%21.18

Codes

Color #0A80C9 in popluar color models

0A80C9
RGB10128201
HSL203°90.52%41.37%
HSB/HSV203°95.02%78.82%
CMYK95.02%36.32%0.00%
21.18%

Color #0A80C9 in popluar number systems.

HEX0A80C9
Decimal10128201
Binary10101000000011001001
Octal12200311

Shades and tints

Shades of #0A80C9

#0A80C9
(10,128,201)
#0A75B7
(10,117,183)
#0A6AA5
(10,106,165)
#0A5F93
(10,95,147)
#0A5481
(10,84,129)
#0A496F
(10,73,111)
#0A3E5D
(10,62,93)
#0A334B
(10,51,75)
#0A2839
(10,40,57)
#0A1D27
(10,29,39)
#0A1215
(10,18,21)
#000000
(0,0,0)

Tints of #0A80C9

#0A80C9
(10,128,201)
#208BCD
(32,139,205)
#3696D1
(54,150,209)
#4CA1D5
(76,161,213)
#62ACD9
(98,172,217)
#78B7DD
(120,183,221)
#8EC2E1
(142,194,225)
#A4CDE5
(164,205,229)
#BAD8E9
(186,216,233)
#D0E3ED
(208,227,237)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A80C9; }

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

This text font color is #0A80C9.


Background Color

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

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

This div background color is #0A80C9.


Border color

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

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

This div border color is #0A80C9.


Opacity

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

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

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

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

This text has shadow with #0A80C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A80C9 on black background.


Color preview on white background

This text has color #0A80C9 on white background.



Black color preview on #0A80C9 background

This text has black color on #0A80C9 background.


White color preview on #0A80C9 background

This text has white color on #0A80C9 background.