COLOR #0850AD

HEX: #0850AD
RGB: (8,80,173)

Color info

#0850AD contains mainly blue color. Web safe color of #0850AD is #006699 (or #069).

RGB color model

#0850AD color RGB value is (8,80,173).

  • red value is 8;
  • green value is 80;
  • blue value is 173.
RGB:
(8,80,173)
(3%,31%,68%)

RGB channels and saturation

R 8 of 255 = 3%
G 80 of 255 = 31%
B 173 of 255 = 68%

8
80
173

R + G + B ~ 34%. #0850AD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 80 + 173 = 261 (100%)
R 8 of 261 ~ 3.07%
G 80 of 261 ~ 30.65%
B 173 of 261 ~ 66.28%

%30.65
%66.28

CMYK color model

#0850AD color CMYK value is (95,54,0,32).

  • cyan value is 95.38%
  • magenta value is 53.76%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(95,54,0,32)
C95M54Y0K32 
(95%,54%,0%,32%)
(0.95/0.54/0.00/0.32)	

CMYK percentages

%95.38
%53.76
%0
%32.16

Codes

Color #0850AD in popluar color models

0850AD
RGB880173
HSL214°91.16%35.49%
HSB/HSV214°95.38%67.84%
CMYK95.38%53.76%0.00%
32.16%

Color #0850AD in popluar number systems.

HEX0850AD
Decimal880173
Binary1000101000010101101
Octal10120255

Shades and tints

Shades of #0850AD

#0850AD
(8,80,173)
#08499E
(8,73,158)
#08428F
(8,66,143)
#083B80
(8,59,128)
#083471
(8,52,113)
#082D62
(8,45,98)
#082653
(8,38,83)
#081F44
(8,31,68)
#081835
(8,24,53)
#081126
(8,17,38)
#080A17
(8,10,23)
#000000
(0,0,0)

Tints of #0850AD

#0850AD
(8,80,173)
#1E5FB4
(30,95,180)
#346EBB
(52,110,187)
#4A7DC2
(74,125,194)
#608CC9
(96,140,201)
#769BD0
(118,155,208)
#8CAAD7
(140,170,215)
#A2B9DE
(162,185,222)
#B8C8E5
(184,200,229)
#CED7EC
(206,215,236)
#E4E6F3
(228,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0850AD color. Also use rgb(8,80,173) instead hex code.

Text Font Color

.myTextColor { color: #0850AD; }

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

This text font color is #0850AD.


Background Color

.myBgColor { background-color: #0850AD; }

<div style="background-color:#0850AD">Inner text</div>

This div background color is #0850AD.


Border color

.myBorderColor { border: 1px solid #0850AD; }

<div style="border:3px solid #0850AD">Div</div>

This div border color is #0850AD.


Opacity

.myOpacity80 { color: #0850AD; opacity: 0.8; }

<p style="color:#0850AD;opacity:0.8;">80%</p>

Text with #0850AD 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 #0850AD;}

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

This text has shadow with #0850AD color.

.textShadow {text-shadow: 3px 3px 1px #0850AD, 3px 3px 1px red;}

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

This text has shadow with #0850AD primary color and red secondary color.


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

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

This text has shadow with #0850AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0850AD on black background.


Color preview on white background

This text has color #0850AD on white background.



Black color preview on #0850AD background

This text has black color on #0850AD background.


White color preview on #0850AD background

This text has white color on #0850AD background.