COLOR #081555

HEX: #081555
RGB: (8,21,85)

Color info

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

RGB color model

#081555 color RGB value is (8,21,85).

  • red value is 8;
  • green value is 21;
  • blue value is 85.
RGB:
(8,21,85)
(3%,8%,33%)

RGB channels and saturation

R 8 of 255 = 3%
G 21 of 255 = 8%
B 85 of 255 = 33%

8
21
85

R + G + B ~ 15%. #081555 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 21 + 85 = 114 (100%)
R 8 of 114 ~ 7.02%
G 21 of 114 ~ 18.42%
B 85 of 114 ~ 74.56%

%18.42
%74.56

CMYK color model

#081555 color CMYK value is (91,75,0,67).

  • cyan value is 90.59%
  • magenta value is 75.29%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(91,75,0,67)
C91M75Y0K67 
(91%,75%,0%,67%)
(0.91/0.75/0.00/0.67)	

CMYK percentages

%90.59
%75.29
%0
%66.67

Codes

Color #081555 in popluar color models

081555
RGB82185
HSL230°82.80%18.24%
HSB/HSV230°90.59%33.33%
CMYK90.59%75.29%0.00%
66.67%

Color #081555 in popluar number systems.

HEX081555
Decimal82185
Binary1000101011010101
Octal1025125

Shades and tints

Shades of #081555

#081555
(8,21,85)
#08144E
(8,20,78)
#081347
(8,19,71)
#081240
(8,18,64)
#081139
(8,17,57)
#081032
(8,16,50)
#080F2B
(8,15,43)
#080E24
(8,14,36)
#080D1D
(8,13,29)
#080C16
(8,12,22)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #081555

#081555
(8,21,85)
#1E2A64
(30,42,100)
#343F73
(52,63,115)
#4A5482
(74,84,130)
#606991
(96,105,145)
#767EA0
(118,126,160)
#8C93AF
(140,147,175)
#A2A8BE
(162,168,190)
#B8BDCD
(184,189,205)
#CED2DC
(206,210,220)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #081555 color. Also use rgb(8,21,85) instead hex code.

Text Font Color

.myTextColor { color: #081555; }

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

This text font color is #081555.


Background Color

.myBgColor { background-color: #081555; }

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

This div background color is #081555.


Border color

.myBorderColor { border: 1px solid #081555; }

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

This div border color is #081555.


Opacity

.myOpacity80 { color: #081555; opacity: 0.8; }

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

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

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

This text has shadow with #081555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081555 on black background.


Color preview on white background

This text has color #081555 on white background.



Black color preview on #081555 background

This text has black color on #081555 background.


White color preview on #081555 background

This text has white color on #081555 background.