COLOR #0828A9

HEX: #0828A9
RGB: (8,40,169)

Color info

#0828A9 contains mainly blue color. Web safe color of #0828A9 is #003399 (or #039).

RGB color model

#0828A9 color RGB value is (8,40,169).

  • red value is 8;
  • green value is 40;
  • blue value is 169.
RGB:
(8,40,169)
(3%,16%,66%)

RGB channels and saturation

R 8 of 255 = 3%
G 40 of 255 = 16%
B 169 of 255 = 66%

8
40
169

R + G + B ~ 28%. #0828A9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 40 + 169 = 217 (100%)
R 8 of 217 ~ 3.69%
G 40 of 217 ~ 18.43%
B 169 of 217 ~ 77.88%

%18.43
%77.88

CMYK color model

#0828A9 color CMYK value is (95,76,0,34).

  • cyan value is 95.27%
  • magenta value is 76.33%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(95,76,0,34)
C95M76Y0K34 
(95%,76%,0%,34%)
(0.95/0.76/0.00/0.34)	

CMYK percentages

%95.27
%76.33
%0
%33.73

Codes

Color #0828A9 in popluar color models

0828A9
RGB840169
HSL228°90.96%34.71%
HSB/HSV228°95.27%66.27%
CMYK95.27%76.33%0.00%
33.73%

Color #0828A9 in popluar number systems.

HEX0828A9
Decimal840169
Binary100010100010101001
Octal1050251

Shades and tints

Shades of #0828A9

#0828A9
(8,40,169)
#08259A
(8,37,154)
#08228B
(8,34,139)
#081F7C
(8,31,124)
#081C6D
(8,28,109)
#08195E
(8,25,94)
#08164F
(8,22,79)
#081340
(8,19,64)
#081031
(8,16,49)
#080D22
(8,13,34)
#080A13
(8,10,19)
#000000
(0,0,0)

Tints of #0828A9

#0828A9
(8,40,169)
#1E3BB0
(30,59,176)
#344EB7
(52,78,183)
#4A61BE
(74,97,190)
#6074C5
(96,116,197)
#7687CC
(118,135,204)
#8C9AD3
(140,154,211)
#A2ADDA
(162,173,218)
#B8C0E1
(184,192,225)
#CED3E8
(206,211,232)
#E4E6EF
(228,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0828A9 color. Also use rgb(8,40,169) instead hex code.

Text Font Color

.myTextColor { color: #0828A9; }

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

This text font color is #0828A9.


Background Color

.myBgColor { background-color: #0828A9; }

<div style="background-color:#0828A9">Inner text</div>

This div background color is #0828A9.


Border color

.myBorderColor { border: 1px solid #0828A9; }

<div style="border:3px solid #0828A9">Div</div>

This div border color is #0828A9.


Opacity

.myOpacity80 { color: #0828A9; opacity: 0.8; }

<p style="color:#0828A9;opacity:0.8;">80%</p>

Text with #0828A9 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 #0828A9;}

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

This text has shadow with #0828A9 color.

.textShadow {text-shadow: 3px 3px 1px #0828A9, 3px 3px 1px red;}

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

This text has shadow with #0828A9 primary color and red secondary color.


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

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

This text has shadow with #0828A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0828A9 on black background.


Color preview on white background

This text has color #0828A9 on white background.



Black color preview on #0828A9 background

This text has black color on #0828A9 background.


White color preview on #0828A9 background

This text has white color on #0828A9 background.