COLOR #081FA4

HEX: #081FA4
RGB: (8,31,164)

Color info

#081FA4 contains mainly blue color. Web safe color of #081FA4 is #003399 (or #039).

RGB color model

#081FA4 color RGB value is (8,31,164).

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

RGB channels and saturation

R 8 of 255 = 3%
G 31 of 255 = 12%
B 164 of 255 = 64%

8
31
164

R + G + B ~ 26%. #081FA4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 31 + 164 = 203 (100%)
R 8 of 203 ~ 3.94%
G 31 of 203 ~ 15.27%
B 164 of 203 ~ 80.79%

%15.27
%80.79

CMYK color model

#081FA4 color CMYK value is (95,81,0,36).

  • cyan value is 95.12%
  • magenta value is 81.10%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(95,81,0,36)
C95M81Y0K36 
(95%,81%,0%,36%)
(0.95/0.81/0.00/0.36)	

CMYK percentages

%95.12
%81.1
%0
%35.69

Codes

Color #081FA4 in popluar color models

081FA4
RGB831164
HSL231°90.70%33.73%
HSB/HSV231°95.12%64.31%
CMYK95.12%81.10%0.00%
35.69%

Color #081FA4 in popluar number systems.

HEX081FA4
Decimal831164
Binary10001111110100100
Octal1037244

Shades and tints

Shades of #081FA4

#081FA4
(8,31,164)
#081D96
(8,29,150)
#081B88
(8,27,136)
#08197A
(8,25,122)
#08176C
(8,23,108)
#08155E
(8,21,94)
#081350
(8,19,80)
#081142
(8,17,66)
#080F34
(8,15,52)
#080D26
(8,13,38)
#080B18
(8,11,24)
#000000
(0,0,0)

Tints of #081FA4

#081FA4
(8,31,164)
#1E33AC
(30,51,172)
#3447B4
(52,71,180)
#4A5BBC
(74,91,188)
#606FC4
(96,111,196)
#7683CC
(118,131,204)
#8C97D4
(140,151,212)
#A2ABDC
(162,171,220)
#B8BFE4
(184,191,228)
#CED3EC
(206,211,236)
#E4E7F4
(228,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081FA4; }

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

This text font color is #081FA4.


Background Color

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

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

This div background color is #081FA4.


Border color

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

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

This div border color is #081FA4.


Opacity

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

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

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

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

This text has shadow with #081FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081FA4 on black background.


Color preview on white background

This text has color #081FA4 on white background.



Black color preview on #081FA4 background

This text has black color on #081FA4 background.


White color preview on #081FA4 background

This text has white color on #081FA4 background.