Color Hex Logo

#005191 Color Hex

#005191
(0,81,145)
0 Favorites   0 Comments

Color spaces of #005191

RGB 081145
HSL0.571.000.28
HSV206°100°57°
CMYK 1.000.440.00   0.43
XYZ8.05337.929227.8941
Yxy7.92920.18350.1807
Hunter Lab28.15881.7722-39.0214
CIE-Lab33.83504.8021-41.1001

#005191 color RGB value is (0,81,145).

#005191 hex color red value is 0, green value is 81 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #005191 hue: 0.57 , saturation: 1.00 and the lightness value of 005191 is 0.28.

The process color (four color CMYK) of #005191 color hex is 1.00, 0.44, 0.00, 0.43. Web safe color of #005191 is #006699. Color #005191 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010001 10010001
Octal 0 121 221
Decimal 0 81 145
Hex 0 51 91

RGB Percentages of Color #005191

%0.00
%35.84
%64.16

CMYK Percentages of Color #005191

%100
%44
%0
%43

Triadic Colors of #005191

#005191 #910051 #519100

Analogous Colors of #005191

#005191 #000991 #009189

Monochromatic Colors of #005191

#005191

Complementary Color

#005191 #914000

#005191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005191 Color CSS Codes

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

#005191 Text Font Color

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

This sample text font color is #005191
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.


#005191 Background Color

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

This div background color is #005191


#005191 Border Color

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

This div border color is #005191


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,81,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 #005191">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005191


Comments

No comments written yet.

Please login to write comment.