Color Hex Logo

#051063 Color Hex

#051063
(5,16,99)
0 Favorites   0 Comments

Color spaces of #051063

RGB 51699
HSL0.650.900.20
HSV233°95°39°
CMYK 0.950.840.00   0.61
XYZ2.50001.303711.9243
Yxy1.30370.15900.0829
Hunter Lab11.418019.1017-53.9266
CIE-Lab11.301331.0194-48.6160

#051063 color RGB value is (5,16,99).

#051063 hex color red value is 5, green value is 16 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #051063 hue: 0.65 , saturation: 0.90 and the lightness value of 051063 is 0.20.

The process color (four color CMYK) of #051063 color hex is 0.95, 0.84, 0.00, 0.61. Web safe color of #051063 is #000066. Color #051063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010000 01100011
Octal 5 20 143
Decimal 5 16 99
Hex 5 10 63

RGB Percentages of Color #051063

%4.17
%13.33
%82.50

CMYK Percentages of Color #051063

%95
%84
%0
%61

Triadic Colors of #051063

#051063 #630510 #106305

Analogous Colors of #051063

#051063 #290563 #053f63

Monochromatic Colors of #051063

#051063

Complementary Color

#051063 #635805

#051063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051063 Color CSS Codes

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

#051063 Text Font Color

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

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


#051063 Background Color

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

This div background color is #051063


#051063 Border Color

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

This div border color is #051063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051063


Comments

No comments written yet.

Please login to write comment.