COLOR #080F60

HEX: #080F60
RGB: (8,15,96)

Color info

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

RGB color model

#080F60 color RGB value is (8,15,96).

  • red value is 8;
  • green value is 15;
  • blue value is 96.
RGB:
(8,15,96)
(3%,6%,38%)

RGB channels and saturation

R 8 of 255 = 3%
G 15 of 255 = 6%
B 96 of 255 = 38%

8
15
96

R + G + B ~ 16%. #080F60 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 15 + 96 = 119 (100%)
R 8 of 119 ~ 6.72%
G 15 of 119 ~ 12.61%
B 96 of 119 ~ 80.67%

%12.61
%80.67

CMYK color model

#080F60 color CMYK value is (92,84,0,62).

  • cyan value is 91.67%
  • magenta value is 84.38%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(92,84,0,62)
C92M84Y0K62 
(92%,84%,0%,62%)
(0.92/0.84/0.00/0.62)	

CMYK percentages

%91.67
%84.38
%0
%62.35

Codes

Color #080F60 in popluar color models

080F60
RGB81596
HSL235°84.62%20.39%
HSB/HSV235°91.67%37.65%
CMYK91.67%84.38%0.00%
62.35%

Color #080F60 in popluar number systems.

HEX080F60
Decimal81596
Binary100011111100000
Octal1017140

Shades and tints

Shades of #080F60

#080F60
(8,15,96)
#080E58
(8,14,88)
#080D50
(8,13,80)
#080C48
(8,12,72)
#080B40
(8,11,64)
#080A38
(8,10,56)
#080930
(8,9,48)
#080828
(8,8,40)
#080720
(8,7,32)
#080618
(8,6,24)
#080510
(8,5,16)
#000000
(0,0,0)

Tints of #080F60

#080F60
(8,15,96)
#1E246E
(30,36,110)
#34397C
(52,57,124)
#4A4E8A
(74,78,138)
#606398
(96,99,152)
#7678A6
(118,120,166)
#8C8DB4
(140,141,180)
#A2A2C2
(162,162,194)
#B8B7D0
(184,183,208)
#CECCDE
(206,204,222)
#E4E1EC
(228,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #080F60 color. Also use rgb(8,15,96) instead hex code.

Text Font Color

.myTextColor { color: #080F60; }

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

This text font color is #080F60.


Background Color

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

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

This div background color is #080F60.


Border color

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

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

This div border color is #080F60.


Opacity

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

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

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

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

This text has shadow with #080F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080F60 on black background.


Color preview on white background

This text has color #080F60 on white background.



Black color preview on #080F60 background

This text has black color on #080F60 background.


White color preview on #080F60 background

This text has white color on #080F60 background.