Color Hex Logo

#051066 Color Hex

#051066
(5,16,102)
0 Favorites   0 Comments

Color spaces of #051066

RGB 516102
HSL0.650.910.21
HSV233°95°40°
CMYK 0.950.840.00   0.60
XYZ2.64621.362212.6938
Yxy1.36220.15840.0816
Hunter Lab11.671320.0458-56.3142
CIE-Lab11.703732.1288-49.9378

#051066 color RGB value is (5,16,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010000 01100110
Octal 5 20 146
Decimal 5 16 102
Hex 5 10 66

RGB Percentages of Color #051066

%4.07
%13.01
%82.93

CMYK Percentages of Color #051066

%95
%84
%0
%60

Triadic Colors of #051066

#051066 #660510 #106605

Analogous Colors of #051066

#051066 #2a0566 #054166

Monochromatic Colors of #051066

#051066

Complementary Color

#051066 #665b05

#051066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051066 Color CSS Codes

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

#051066 Text Font Color

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

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


#051066 Background Color

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

This div background color is #051066


#051066 Border Color

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

This div border color is #051066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051066


Comments

No comments written yet.

Please login to write comment.