Color Hex Logo

#0067bc Color Hex

#0067BC
(0,103,188)
0 Favorites   0 Comments

Color spaces of #0067bc

RGB 0103188
HSL0.581.000.37
HSV207°100°74°
CMYK 1.000.450.00   0.26
XYZ13.927313.331349.4161
Yxy13.33130.18160.1739
Hunter Lab36.51214.1916-54.6858
CIE-Lab43.25838.1770-51.5279

#0067bc color RGB value is (0,103,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100111 10111100
Octal 0 147 274
Decimal 0 103 188
Hex 0 67 BC

RGB Percentages of Color #0067bc

%0.00
%35.40
%64.60

CMYK Percentages of Color #0067bc

%100
%45
%0
%26

Triadic Colors of #0067bc

#0067bc #bc0067 #67bc00

Analogous Colors of #0067bc

#0067bc #0009bc #00bcb3

Monochromatic Colors of #0067bc

#0067bc

Complementary Color

#0067bc #bc5500

#0067bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0067bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0067bc Color CSS Codes

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

#0067bc Text Font Color

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

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


#0067bc Background Color

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

This div background color is #0067bc


#0067bc Border Color

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

This div border color is #0067bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0067bc


Comments

No comments written yet.

Please login to write comment.