COLOR #080C83

HEX: #080C83
RGB: (8,12,131)

Color info

#080C83 contains mainly blue color. Web safe color of #080C83 is #000099 (or #009).

RGB color model

#080C83 color RGB value is (8,12,131).

  • red value is 8;
  • green value is 12;
  • blue value is 131.
RGB:
(8,12,131)
(3%,5%,51%)

RGB channels and saturation

R 8 of 255 = 3%
G 12 of 255 = 5%
B 131 of 255 = 51%

8
12
131

R + G + B ~ 20%. #080C83 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 12 + 131 = 151 (100%)
R 8 of 151 ~ 5.3%
G 12 of 151 ~ 7.95%
B 131 of 151 ~ 86.75%

%86.75

CMYK color model

#080C83 color CMYK value is (94,91,0,49).

  • cyan value is 93.89%
  • magenta value is 90.84%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(94,91,0,49)
C94M91Y0K49 
(94%,91%,0%,49%)
(0.94/0.91/0.00/0.49)	

CMYK percentages

%93.89
%90.84
%0
%48.63

Codes

Color #080C83 in popluar color models

080C83
RGB812131
HSL238°88.49%27.25%
HSB/HSV238°93.89%51.37%
CMYK93.89%90.84%0.00%
48.63%

Color #080C83 in popluar number systems.

HEX080C83
Decimal812131
Binary1000110010000011
Octal1014203

Shades and tints

Shades of #080C83

#080C83
(8,12,131)
#080B78
(8,11,120)
#080A6D
(8,10,109)
#080962
(8,9,98)
#080857
(8,8,87)
#08074C
(8,7,76)
#080641
(8,6,65)
#080536
(8,5,54)
#08042B
(8,4,43)
#080320
(8,3,32)
#080215
(8,2,21)
#000000
(0,0,0)

Tints of #080C83

#080C83
(8,12,131)
#1E228E
(30,34,142)
#343899
(52,56,153)
#4A4EA4
(74,78,164)
#6064AF
(96,100,175)
#767ABA
(118,122,186)
#8C90C5
(140,144,197)
#A2A6D0
(162,166,208)
#B8BCDB
(184,188,219)
#CED2E6
(206,210,230)
#E4E8F1
(228,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #080C83 color. Also use rgb(8,12,131) instead hex code.

Text Font Color

.myTextColor { color: #080C83; }

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

This text font color is #080C83.


Background Color

.myBgColor { background-color: #080C83; }

<div style="background-color:#080C83">Inner text</div>

This div background color is #080C83.


Border color

.myBorderColor { border: 1px solid #080C83; }

<div style="border:3px solid #080C83">Div</div>

This div border color is #080C83.


Opacity

.myOpacity80 { color: #080C83; opacity: 0.8; }

<p style="color:#080C83;opacity:0.8;">80%</p>

Text with #080C83 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 #080C83;}

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

This text has shadow with #080C83 color.

.textShadow {text-shadow: 3px 3px 1px #080C83, 3px 3px 1px red;}

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

This text has shadow with #080C83 primary color and red secondary color.


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

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

This text has shadow with #080C83 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080C83 on black background.


Color preview on white background

This text has color #080C83 on white background.



Black color preview on #080C83 background

This text has black color on #080C83 background.


White color preview on #080C83 background

This text has white color on #080C83 background.