Color Hex Logo

#051355 Color Hex

#051355
(5,19,85)
0 Favorites   0 Comments

Color spaces of #051355

RGB 51985
HSL0.640.890.18
HSV230°94°33°
CMYK 0.940.780.00   0.67
XYZ1.93521.15398.7151
Yxy1.15390.16390.0978
Hunter Lab10.742013.3589-40.5833
CIE-Lab10.212823.5450-40.9975

#051355 color RGB value is (5,19,85).

#051355 hex color red value is 5, green value is 19 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #051355 hue: 0.64 , saturation: 0.89 and the lightness value of 051355 is 0.18.

The process color (four color CMYK) of #051355 color hex is 0.94, 0.78, 0.00, 0.67. Web safe color of #051355 is #000066. Color #051355 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010011 01010101
Octal 5 23 125
Decimal 5 19 85
Hex 5 13 55

RGB Percentages of Color #051355

%4.59
%17.43
%77.98

CMYK Percentages of Color #051355

%94
%78
%0
%67

Triadic Colors of #051355

#051355 #550513 #135505

Analogous Colors of #051355

#051355 #1f0555 #053b55

Monochromatic Colors of #051355

#051355

Complementary Color

#051355 #554705

#051355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051355 Color CSS Codes

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

#051355 Text Font Color

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

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


#051355 Background Color

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

This div background color is #051355


#051355 Border Color

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

This div border color is #051355


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,19,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #051355; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #051355;
  -webkit-box-shadow: 1px 1px 3px 2px #051355;
  box-shadow:         1px 1px 3px 2px #051355; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051355


Comments

No comments written yet.

Please login to write comment.