Color Hex Logo

#00769f Color Hex

#00769F
(0,118,159)
0 Favorites   0 Comments

Color spaces of #00769f

RGB 0118159
HSL0.541.000.31
HSV195°100°62°
CMYK 1.000.260.00   0.38
XYZ12.736415.460135.1137
Yxy15.46010.20120.2442
Hunter Lab39.3193-10.9887-25.4248
CIE-Lab46.2580-12.4914-29.8106

#00769f color RGB value is (0,118,159).

#00769f hex color red value is 0, green value is 118 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #00769f hue: 0.54 , saturation: 1.00 and the lightness value of 00769f is 0.31.

The process color (four color CMYK) of #00769f color hex is 1.00, 0.26, 0.00, 0.38. Web safe color of #00769f is #006699. Color #00769f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110110 10011111
Octal 0 166 237
Decimal 0 118 159
Hex 0 76 9F

RGB Percentages of Color #00769f

%0.00
%42.60
%57.40

CMYK Percentages of Color #00769f

%100
%26
%0
%38

Triadic Colors of #00769f

#00769f #9f0076 #769f00

Analogous Colors of #00769f

#00769f #00269f #009f79

Monochromatic Colors of #00769f

#00769f

Complementary Color

#00769f #9f2900

#00769f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00769f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00769f Color CSS Codes

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

#00769f Text Font Color

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

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


#00769f Background Color

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

This div background color is #00769f


#00769f Border Color

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

This div border color is #00769f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,118,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00769f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00769f;
  -webkit-box-shadow: 1px 1px 3px 2px #00769f;
  box-shadow:         1px 1px 3px 2px #00769f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,118,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00769f

#00769f Color Palettes


Comments

No comments written yet.

Please login to write comment.