COLOR #080150

HEX: #080150
RGB: (8,1,80)

Color info

#080150 contains mainly blue color. Web safe color of #080150 is #000066 (or #006).

RGB color model

#080150 color RGB value is (8,1,80).

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

RGB channels and saturation

R 8 of 255 = 3%
G 1 of 255 = 0%
B 80 of 255 = 31%

8
1
80

R + G + B ~ 11%. #080150 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 1 + 80 = 89 (100%)
R 8 of 89 ~ 8.99%
G 1 of 89 ~ 1.12%
B 80 of 89 ~ 89.89%

%89.89

CMYK color model

#080150 color CMYK value is (90,99,0,69).

  • cyan value is 90.00%
  • magenta value is 98.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(90,99,0,69)
C90M99Y0K69 
(90%,99%,0%,69%)
(0.90/0.99/0.00/0.69)	

CMYK percentages

%90
%98.75
%0
%68.63

Codes

Color #080150 in popluar color models

080150
RGB8180
HSL245°97.53%15.88%
HSB/HSV245°98.75%31.37%
CMYK90.00%98.75%0.00%
68.63%

Color #080150 in popluar number systems.

HEX080150
Decimal8180
Binary100011010000
Octal101120

Shades and tints

Shades of #080150

#080150
(8,1,80)
#080149
(8,1,73)
#080142
(8,1,66)
#08013B
(8,1,59)
#080134
(8,1,52)
#08012D
(8,1,45)
#080126
(8,1,38)
#08011F
(8,1,31)
#080118
(8,1,24)
#080111
(8,1,17)
#08010A
(8,1,10)
#000000
(0,0,0)

Tints of #080150

#080150
(8,1,80)
#1E185F
(30,24,95)
#342F6E
(52,47,110)
#4A467D
(74,70,125)
#605D8C
(96,93,140)
#76749B
(118,116,155)
#8C8BAA
(140,139,170)
#A2A2B9
(162,162,185)
#B8B9C8
(184,185,200)
#CED0D7
(206,208,215)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080150; }

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

This text font color is #080150.


Background Color

.myBgColor { background-color: #080150; }

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

This div background color is #080150.


Border color

.myBorderColor { border: 1px solid #080150; }

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

This div border color is #080150.


Opacity

.myOpacity80 { color: #080150; opacity: 0.8; }

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

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

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

This text has shadow with #080150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080150 on black background.


Color preview on white background

This text has color #080150 on white background.



Black color preview on #080150 background

This text has black color on #080150 background.


White color preview on #080150 background

This text has white color on #080150 background.