Color Hex Logo

#05175e Color Hex

#05175E
(5,23,94)
0 Favorites   0 Comments

Color spaces of #05175e

RGB 52394
HSL0.630.900.19
HSV228°95°37°
CMYK 0.950.760.00   0.63
XYZ2.38941.453210.7442
Yxy1.45320.16380.0996
Hunter Lab12.054914.2845-44.4052
CIE-Lab12.307424.4570-43.6146

#05175e color RGB value is (5,23,94).

#05175e hex color red value is 5, green value is 23 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #05175e hue: 0.63 , saturation: 0.90 and the lightness value of 05175e is 0.19.

The process color (four color CMYK) of #05175e color hex is 0.95, 0.76, 0.00, 0.63. Web safe color of #05175e is #000066. Color #05175e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010111 01011110
Octal 5 27 136
Decimal 5 23 94
Hex 5 17 5E

RGB Percentages of Color #05175e

%4.10
%18.85
%77.05

CMYK Percentages of Color #05175e

%95
%76
%0
%63

Triadic Colors of #05175e

#05175e #5e0517 #175e05

Analogous Colors of #05175e

#05175e #1f055e #05445e

Monochromatic Colors of #05175e

#05175e

Complementary Color

#05175e #5e4c05

#05175e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05175e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05175e Color CSS Codes

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

#05175e Text Font Color

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

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


#05175e Background Color

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

This div background color is #05175e


#05175e Border Color

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

This div border color is #05175e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,23,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05175e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05175e;
  -webkit-box-shadow: 1px 1px 3px 2px #05175e;
  box-shadow:         1px 1px 3px 2px #05175e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,23,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05175e


Comments

No comments written yet.

Please login to write comment.