Color Hex Logo

#05165f Color Hex

#05165F
(5,22,95)
0 Favorites   0 Comments

Color spaces of #05165f

RGB 52295
HSL0.640.900.20
HSV229°95°37°
CMYK 0.950.770.00   0.63
XYZ2.41511.432310.9756
Yxy1.43230.16290.0966
Hunter Lab11.967915.0773-45.9967
CIE-Lab12.171025.5681-44.5085

#05165f color RGB value is (5,22,95).

#05165f hex color red value is 5, green value is 22 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #05165f hue: 0.64 , saturation: 0.90 and the lightness value of 05165f is 0.20.

The process color (four color CMYK) of #05165f color hex is 0.95, 0.77, 0.00, 0.63. Web safe color of #05165f is #000066. Color #05165f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010110 01011111
Octal 5 26 137
Decimal 5 22 95
Hex 5 16 5F

RGB Percentages of Color #05165f

%4.10
%18.03
%77.87

CMYK Percentages of Color #05165f

%95
%77
%0
%63

Triadic Colors of #05165f

#05165f #5f0516 #165f05

Analogous Colors of #05165f

#05165f #21055f #05435f

Monochromatic Colors of #05165f

#05165f

Complementary Color

#05165f #5f4e05

#05165f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05165f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05165f Color CSS Codes

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

#05165f Text Font Color

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

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


#05165f Background Color

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

This div background color is #05165f


#05165f Border Color

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

This div border color is #05165f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,22,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05165f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05165f;
  -webkit-box-shadow: 1px 1px 3px 2px #05165f;
  box-shadow:         1px 1px 3px 2px #05165f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05165f


Comments

No comments written yet.

Please login to write comment.