Color Hex Logo

#0761bf Color Hex

#0761BF
(7,97,191)
0 Favorites   0 Comments

Color spaces of #0761bf

RGB 797191
HSL0.590.930.39
HSV211°96°75°
CMYK 0.960.490.00   0.25
XYZ13.766312.356150.9496
Yxy12.35610.17860.1603
Hunter Lab35.15128.3914-61.3314
CIE-Lab41.776613.5438-55.6562

#0761bf color RGB value is (7,97,191).

#0761bf hex color red value is 7, green value is 97 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0761bf hue: 0.59 , saturation: 0.93 and the lightness value of 0761bf is 0.39.

The process color (four color CMYK) of #0761bf color hex is 0.96, 0.49, 0.00, 0.25. Web safe color of #0761bf is #0066cc. Color #0761bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100001 10111111
Octal 7 141 277
Decimal 7 97 191
Hex 7 61 BF

RGB Percentages of Color #0761bf

%2.37
%32.88
%64.75

CMYK Percentages of Color #0761bf

%96
%49
%0
%25

Triadic Colors of #0761bf

#0761bf #bf0761 #61bf07

Analogous Colors of #0761bf

#0761bf #0907bf #07bdbf

Monochromatic Colors of #0761bf

#0761bf

Complementary Color

#0761bf #bf6507

#0761bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0761bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0761bf Color CSS Codes

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

#0761bf Text Font Color

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

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


#0761bf Background Color

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

This div background color is #0761bf


#0761bf Border Color

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

This div border color is #0761bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,97,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0761bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0761bf;
  -webkit-box-shadow: 1px 1px 3px 2px #0761bf;
  box-shadow:         1px 1px 3px 2px #0761bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,97,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0761bf


Comments

No comments written yet.

Please login to write comment.