COLOR #080F6B

HEX: #080F6B
RGB: (8,15,107)

Color info

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

RGB color model

#080F6B color RGB value is (8,15,107).

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

RGB channels and saturation

R 8 of 255 = 3%
G 15 of 255 = 6%
B 107 of 255 = 42%

8
15
107

R + G + B ~ 17%. #080F6B is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 15 + 107 = 130 (100%)
R 8 of 130 ~ 6.15%
G 15 of 130 ~ 11.54%
B 107 of 130 ~ 82.31%

%11.54
%82.31

CMYK color model

#080F6B color CMYK value is (93,86,0,58).

  • cyan value is 92.52%
  • magenta value is 85.98%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(93,86,0,58)
C93M86Y0K58 
(93%,86%,0%,58%)
(0.93/0.86/0.00/0.58)	

CMYK percentages

%92.52
%85.98
%0
%58.04

Codes

Color #080F6B in popluar color models

080F6B
RGB815107
HSL236°86.09%22.55%
HSB/HSV236°92.52%41.96%
CMYK92.52%85.98%0.00%
58.04%

Color #080F6B in popluar number systems.

HEX080F6B
Decimal815107
Binary100011111101011
Octal1017153

Shades and tints

Shades of #080F6B

#080F6B
(8,15,107)
#080E62
(8,14,98)
#080D59
(8,13,89)
#080C50
(8,12,80)
#080B47
(8,11,71)
#080A3E
(8,10,62)
#080935
(8,9,53)
#08082C
(8,8,44)
#080723
(8,7,35)
#08061A
(8,6,26)
#080511
(8,5,17)
#000000
(0,0,0)

Tints of #080F6B

#080F6B
(8,15,107)
#1E2478
(30,36,120)
#343985
(52,57,133)
#4A4E92
(74,78,146)
#60639F
(96,99,159)
#7678AC
(118,120,172)
#8C8DB9
(140,141,185)
#A2A2C6
(162,162,198)
#B8B7D3
(184,183,211)
#CECCE0
(206,204,224)
#E4E1ED
(228,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080F6B; }

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

This text font color is #080F6B.


Background Color

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

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

This div background color is #080F6B.


Border color

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

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

This div border color is #080F6B.


Opacity

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

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

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

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

This text has shadow with #080F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080F6B on black background.


Color preview on white background

This text has color #080F6B on white background.



Black color preview on #080F6B background

This text has black color on #080F6B background.


White color preview on #080F6B background

This text has white color on #080F6B background.