Color Hex Logo

#0060bc Color Hex

#0060BC
(0,96,188)
0 Favorites   0 Comments

Color spaces of #0060bc

RGB 096188
HSL0.581.000.37
HSV209°100°74°
CMYK 1.000.490.00   0.26
XYZ13.260011.996649.1936
Yxy11.99660.17810.1611
Hunter Lab34.63617.7233-59.9642
CIE-Lab41.210712.7235-54.8271

#0060bc color RGB value is (0,96,188).

#0060bc hex color red value is 0, green value is 96 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0060bc hue: 0.58 , saturation: 1.00 and the lightness value of 0060bc is 0.37.

The process color (four color CMYK) of #0060bc color hex is 1.00, 0.49, 0.00, 0.26. Web safe color of #0060bc is #0066cc. Color #0060bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100000 10111100
Octal 0 140 274
Decimal 0 96 188
Hex 0 60 BC

RGB Percentages of Color #0060bc

%0.00
%33.80
%66.20

CMYK Percentages of Color #0060bc

%100
%49
%0
%26

Triadic Colors of #0060bc

#0060bc #bc0060 #60bc00

Analogous Colors of #0060bc

#0060bc #0002bc #00bcba

Monochromatic Colors of #0060bc

#0060bc

Complementary Color

#0060bc #bc5c00

#0060bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0060bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0060bc Color CSS Codes

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

#0060bc Text Font Color

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

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


#0060bc Background Color

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

This div background color is #0060bc


#0060bc Border Color

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

This div border color is #0060bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,96,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0060bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0060bc;
  -webkit-box-shadow: 1px 1px 3px 2px #0060bc;
  box-shadow:         1px 1px 3px 2px #0060bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0060bc


Comments

No comments written yet.

Please login to write comment.