COLOR #0836B5

HEX: #0836B5
RGB: (8,54,181)

Color info

#0836B5 contains mainly blue color. Web safe color of #0836B5 is #0033CC (or #03C).

RGB color model

#0836B5 color RGB value is (8,54,181).

  • red value is 8;
  • green value is 54;
  • blue value is 181.
RGB:
(8,54,181)
(3%,21%,71%)

RGB channels and saturation

R 8 of 255 = 3%
G 54 of 255 = 21%
B 181 of 255 = 71%

8
54
181

R + G + B ~ 32%. #0836B5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 54 + 181 = 243 (100%)
R 8 of 243 ~ 3.29%
G 54 of 243 ~ 22.22%
B 181 of 243 ~ 74.49%

%22.22
%74.49

CMYK color model

#0836B5 color CMYK value is (96,70,0,29).

  • cyan value is 95.58%
  • magenta value is 70.17%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(96,70,0,29)
C96M70Y0K29 
(96%,70%,0%,29%)
(0.96/0.70/0.00/0.29)	

CMYK percentages

%95.58
%70.17
%0
%29.02

Codes

Color #0836B5 in popluar color models

0836B5
RGB854181
HSL224°91.53%37.06%
HSB/HSV224°95.58%70.98%
CMYK95.58%70.17%0.00%
29.02%

Color #0836B5 in popluar number systems.

HEX0836B5
Decimal854181
Binary100011011010110101
Octal1066265

Shades and tints

Shades of #0836B5

#0836B5
(8,54,181)
#0832A5
(8,50,165)
#082E95
(8,46,149)
#082A85
(8,42,133)
#082675
(8,38,117)
#082265
(8,34,101)
#081E55
(8,30,85)
#081A45
(8,26,69)
#081635
(8,22,53)
#081225
(8,18,37)
#080E15
(8,14,21)
#000000
(0,0,0)

Tints of #0836B5

#0836B5
(8,54,181)
#1E48BB
(30,72,187)
#345AC1
(52,90,193)
#4A6CC7
(74,108,199)
#607ECD
(96,126,205)
#7690D3
(118,144,211)
#8CA2D9
(140,162,217)
#A2B4DF
(162,180,223)
#B8C6E5
(184,198,229)
#CED8EB
(206,216,235)
#E4EAF1
(228,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0836B5 color. Also use rgb(8,54,181) instead hex code.

Text Font Color

.myTextColor { color: #0836B5; }

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

This text font color is #0836B5.


Background Color

.myBgColor { background-color: #0836B5; }

<div style="background-color:#0836B5">Inner text</div>

This div background color is #0836B5.


Border color

.myBorderColor { border: 1px solid #0836B5; }

<div style="border:3px solid #0836B5">Div</div>

This div border color is #0836B5.


Opacity

.myOpacity80 { color: #0836B5; opacity: 0.8; }

<p style="color:#0836B5;opacity:0.8;">80%</p>

Text with #0836B5 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 #0836B5;}

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

This text has shadow with #0836B5 color.

.textShadow {text-shadow: 3px 3px 1px #0836B5, 3px 3px 1px red;}

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

This text has shadow with #0836B5 primary color and red secondary color.


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

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

This text has shadow with #0836B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0836B5 on black background.


Color preview on white background

This text has color #0836B5 on white background.



Black color preview on #0836B5 background

This text has black color on #0836B5 background.


White color preview on #0836B5 background

This text has white color on #0836B5 background.