Color Hex Logo

#05366f Color Hex

#05366F
(5,54,111)
0 Favorites   0 Comments

Color spaces of #05366f

RGB 554111
HSL0.590.910.23
HSV212°95°44°
CMYK 0.950.510.00   0.56
XYZ4.25103.818315.5519
Yxy3.81830.18000.1616
Hunter Lab19.54054.6366-33.5095
CIE-Lab23.06149.1138-37.1980

#05366f color RGB value is (5,54,111).

#05366f hex color red value is 5, green value is 54 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #05366f hue: 0.59 , saturation: 0.91 and the lightness value of 05366f is 0.23.

The process color (four color CMYK) of #05366f color hex is 0.95, 0.51, 0.00, 0.56. Web safe color of #05366f is #003366. Color #05366f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110110 01101111
Octal 5 66 157
Decimal 5 54 111
Hex 5 36 6F

RGB Percentages of Color #05366f

%2.94
%31.76
%65.29

CMYK Percentages of Color #05366f

%95
%51
%0
%56

Triadic Colors of #05366f

#05366f #6f0536 #366f05

Analogous Colors of #05366f

#05366f #09056f #056b6f

Monochromatic Colors of #05366f

#05366f

Complementary Color

#05366f #6f3e05

#05366f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05366f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05366f Color CSS Codes

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

#05366f Text Font Color

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

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


#05366f Background Color

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

This div background color is #05366f


#05366f Border Color

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

This div border color is #05366f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05366f


Comments

No comments written yet.

Please login to write comment.