COLOR #081F6B

HEX: #081F6B
RGB: (8,31,107)

Color info

#081F6B contains mainly blue color. Web safe color of #081F6B is #003366 (or #036).

RGB color model

#081F6B color RGB value is (8,31,107).

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

RGB channels and saturation

R 8 of 255 = 3%
G 31 of 255 = 12%
B 107 of 255 = 42%

8
31
107

R + G + B ~ 19%. #081F6B is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 31 + 107 = 146 (100%)
R 8 of 146 ~ 5.48%
G 31 of 146 ~ 21.23%
B 107 of 146 ~ 73.29%

%21.23
%73.29

CMYK color model

#081F6B color CMYK value is (93,71,0,58).

  • cyan value is 92.52%
  • magenta value is 71.03%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(93,71,0,58)
C93M71Y0K58 
(93%,71%,0%,58%)
(0.93/0.71/0.00/0.58)	

CMYK percentages

%92.52
%71.03
%0
%58.04

Codes

Color #081F6B in popluar color models

081F6B
RGB831107
HSL226°86.09%22.55%
HSB/HSV226°92.52%41.96%
CMYK92.52%71.03%0.00%
58.04%

Color #081F6B in popluar number systems.

HEX081F6B
Decimal831107
Binary1000111111101011
Octal1037153

Shades and tints

Shades of #081F6B

#081F6B
(8,31,107)
#081D62
(8,29,98)
#081B59
(8,27,89)
#081950
(8,25,80)
#081747
(8,23,71)
#08153E
(8,21,62)
#081335
(8,19,53)
#08112C
(8,17,44)
#080F23
(8,15,35)
#080D1A
(8,13,26)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #081F6B

#081F6B
(8,31,107)
#1E3378
(30,51,120)
#344785
(52,71,133)
#4A5B92
(74,91,146)
#606F9F
(96,111,159)
#7683AC
(118,131,172)
#8C97B9
(140,151,185)
#A2ABC6
(162,171,198)
#B8BFD3
(184,191,211)
#CED3E0
(206,211,224)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081F6B; }

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

This text font color is #081F6B.


Background Color

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

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

This div background color is #081F6B.


Border color

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

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

This div border color is #081F6B.


Opacity

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

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

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

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

This text has shadow with #081F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081F6B on black background.


Color preview on white background

This text has color #081F6B on white background.



Black color preview on #081F6B background

This text has black color on #081F6B background.


White color preview on #081F6B background

This text has white color on #081F6B background.