Color Hex Logo

#0076cf Color Hex

#0076CF
(0,118,207)
0 Favorites   0 Comments

Color spaces of #0076cf

RGB 0118207
HSL0.571.000.41
HSV206°100°81°
CMYK 1.000.430.00   0.19
XYZ17.740917.461961.4669
Yxy17.46190.18350.1806
Hunter Lab41.78742.6543-57.9609
CIE-Lab48.83686.2784-53.5063

#0076cf color RGB value is (0,118,207).

#0076cf hex color red value is 0, green value is 118 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #0076cf hue: 0.57 , saturation: 1.00 and the lightness value of 0076cf is 0.41.

The process color (four color CMYK) of #0076cf color hex is 1.00, 0.43, 0.00, 0.19. Web safe color of #0076cf is #0066cc. Color #0076cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110110 11001111
Octal 0 166 317
Decimal 0 118 207
Hex 0 76 CF

RGB Percentages of Color #0076cf

%0.00
%36.31
%63.69

CMYK Percentages of Color #0076cf

%100
%43
%0
%19

Triadic Colors of #0076cf

#0076cf #cf0076 #76cf00

Analogous Colors of #0076cf

#0076cf #000fcf #00cfc1

Monochromatic Colors of #0076cf

#0076cf

Complementary Color

#0076cf #cf5900

#0076cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0076cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0076cf Color CSS Codes

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

#0076cf Text Font Color

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

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


#0076cf Background Color

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

This div background color is #0076cf


#0076cf Border Color

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

This div border color is #0076cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0076cf


Comments

No comments written yet.

Please login to write comment.