Color Hex Logo

#086991 Color Hex

#086991
(8,105,145)
0 Favorites   0 Comments

Color spaces of #086991

RGB 8105145
HSL0.550.900.30
HSV198°94°57°
CMYK 0.940.280.00   0.43
XYZ10.262512.199128.6018
Yxy12.19910.20100.2389
Hunter Lab34.9272-8.6748-24.1034
CIE-Lab41.5308-9.8874-28.8967

#086991 color RGB value is (8,105,145).

#086991 hex color red value is 8, green value is 105 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #086991 hue: 0.55 , saturation: 0.90 and the lightness value of 086991 is 0.30.

The process color (four color CMYK) of #086991 color hex is 0.94, 0.28, 0.00, 0.43. Web safe color of #086991 is #006699. Color #086991 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101001 10010001
Octal 10 151 221
Decimal 8 105 145
Hex 8 69 91

RGB Percentages of Color #086991

%3.10
%40.70
%56.20

CMYK Percentages of Color #086991

%94
%28
%0
%43

Triadic Colors of #086991

#086991 #910869 #699108

Analogous Colors of #086991

#086991 #082591 #089175

Monochromatic Colors of #086991

#086991

Complementary Color

#086991 #913008

#086991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086991 Color CSS Codes

.mybgcolor {background-color:#086991; } 
.myforecolor {color:#086991; }
.mybordercolor {border:3px solid #086991; }

#086991 Text Font Color

<p style="color:#086991">Text here</p>

This sample text font color is #086991
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#086991 Background Color

<div style="background-color:#086991">
Div content here</div>

This div background color is #086991


#086991 Border Color

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

This div border color is #086991


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,105,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #086991; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #086991;
  -webkit-box-shadow: 1px 1px 3px 2px #086991;
  box-shadow:         1px 1px 3px 2px #086991; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,105,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #086991">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #086991;
  -webkit-box-shadow: 1px 1px 3px 2px #086991;
  box-shadow:         1px 1px 3px 2px #086991;">
Div content here</div>

This div box has shadow with color #086991


Comments

No comments written yet.

Please login to write comment.