Color Hex Logo

#000766 Color Hex

#000766
(0,7,102)
0 Favorites   0 Comments

Color spaces of #000766

RGB 07102
HSL0.661.000.20
HSV236°100°40°
CMYK 1.000.930.00   0.60
XYZ2.47431.111312.6545
Yxy1.11130.15240.0684
Hunter Lab10.541823.4480-63.7930
CIE-Lab9.886236.6078-52.9705

#000766 color RGB value is (0,7,102).

#000766 hex color red value is 0, green value is 7 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #000766 hue: 0.66 , saturation: 1.00 and the lightness value of 000766 is 0.20.

The process color (four color CMYK) of #000766 color hex is 1.00, 0.93, 0.00, 0.60. Web safe color of #000766 is #000066. Color #000766 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000111 01100110
Octal 0 7 146
Decimal 0 7 102
Hex 0 7 66

RGB Percentages of Color #000766

%0.00
%6.42
%93.58

CMYK Percentages of Color #000766

%100
%93
%0
%60

Triadic Colors of #000766

#000766 #660007 #076600

Analogous Colors of #000766

#000766 #2c0066 #003a66

Monochromatic Colors of #000766

#000766

Complementary Color

#000766 #665f00

#000766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000766 Color CSS Codes

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

#000766 Text Font Color

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

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


#000766 Background Color

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

This div background color is #000766


#000766 Border Color

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

This div border color is #000766


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,7,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 #000766">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000766


Comments

No comments written yet.

Please login to write comment.