Color Hex Logo

#0065be Color Hex

#0065BE
(0,101,190)
0 Favorites   0 Comments

Color spaces of #0065be

RGB 0101190
HSL0.581.000.37
HSV208°100°75°
CMYK 1.000.470.00   0.25
XYZ13.947913.025150.4942
Yxy13.02510.18000.1681
Hunter Lab36.09035.8273-57.6898
CIE-Lab42.801010.2776-53.4259

#0065be color RGB value is (0,101,190).

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

The process color (four color CMYK) of #0065be color hex is 1.00, 0.47, 0.00, 0.25. Web safe color of #0065be is #0066cc. Color #0065be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100101 10111110
Octal 0 145 276
Decimal 0 101 190
Hex 0 65 BE

RGB Percentages of Color #0065be

%0.00
%34.71
%65.29

CMYK Percentages of Color #0065be

%100
%47
%0
%25

Triadic Colors of #0065be

#0065be #be0065 #65be00

Analogous Colors of #0065be

#0065be #0006be #00beb8

Monochromatic Colors of #0065be

#0065be

Complementary Color

#0065be #be5900

#0065be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0065be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0065be Color CSS Codes

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

#0065be Text Font Color

<p style="color:#0065be">Text here</p>

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


#0065be Background Color

<div style="background-color:#0065be">
Div content here</div>

This div background color is #0065be


#0065be Border Color

<div style="border:3px solid #0065be">
Div here</div>

This div border color is #0065be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,101,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0065be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0065be;
  -webkit-box-shadow: 1px 1px 3px 2px #0065be;
  box-shadow:         1px 1px 3px 2px #0065be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0065be


Comments

No comments written yet.

Please login to write comment.