COLOR #081F59

HEX: #081F59 RGB: (8,31,89)

Color info

#081F59 contains mainly green and blue colors. Web safe color of #081F59 is #003366 (or #036).

RGB color model

#081F59 color RGB value is (8,31,89).

RGB: (8,31,89) (3%, 12%, 35%)

RGB channels and saturation

R 8 of 255 = 3%
G 31 of 255 = 12%
B 89 of 255 = 35%

8
31
89

R + G + B ~ 17%. #081F59 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 31 + 89 = 128 (100%)
R 8 of 128 ~ 6.25%
G 31 of 128 ~ 24.22%
B 89 of 128 ~ 69.53'%

%24.22
%69.53

CMYK color model

#081F59 color CMYK value is (91,65,0,65).

  • cyan value is 91.01%
  • magenta value is 65.17%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (91,65,0,65)
C91M65Y0K65 (91%, 65%, 0%, 65%)
(0.91 / 0.65 / 0.00 / 0.65)

CMYK percentages

%91.01
%65.17
%0
%65.1

Codes

Color #081F59 in popluar color models

08 1F 59
RGB 8 31 89
HSL 223° 83.51% 19.02%
HSB/HSV 223° 91.01% 34.90%
CMYK 91.01% 65.17% 0.00%
65.10%

Color #081F59 in popluar number systems.

HEX 08 1F 59
Decimal 8 31 89
Binary 1000 11111 1011001
Octal 10 37 131

Shades and tints

Shades of #081F59

#081F59
(8,31,89)
#081D51
(8,29,81)
#081B49
(8,27,73)
#081941
(8,25,65)
#081739
(8,23,57)
#081531
(8,21,49)
#081329
(8,19,41)
#081121
(8,17,33)
#080F19
(8,15,25)
#080D11
(8,13,17)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #081F59

#081F59
(8,31,89)
#1E3368
(30,51,104)
#344777
(52,71,119)
#4A5B86
(74,91,134)
#606F95
(96,111,149)
#7683A4
(118,131,164)
#8C97B3
(140,151,179)
#A2ABC2
(162,171,194)
#B8BFD1
(184,191,209)
#CED3E0
(206,211,224)
#E4E7EF
(228,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081F59; }

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

This text font color is #081F59.

Background Color

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

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

This div background color is #081F59.

Border color

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

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

This div border color is #081F59.

Opacity

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

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

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

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

This text has shadow with #081F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #081F59.

Preview

Color preview on black background

This text has color #081F59 on black background.


Color preview on white background

This text has color #081F59 on white background.


Black color preview on #081F59 background

This text has black color on #081F59 background.


White color preview on #081F59 background

This text has white color on #081F59 background.


Related colors

Complementary color

Complementary color for #hex is #F7E0A6.


I love getcolorcode.com

Triadic colors

1 #59081F and #1F5908 with #081F59 are triadic colors.

2 #591F08 and #1F0859 with #081F59 are triadic colors.