Color Hex Logo

#065fb5 Color Hex

#065FB5
(6,95,181)
0 Favorites   0 Comments

Color spaces of #065fb5

RGB 695181
HSL0.580.940.37
HSV209°97°71°
CMYK 0.970.480.00   0.29
XYZ12.507811.559345.2880
Yxy11.55930.18030.1667
Hunter Lab33.99906.1697-55.1774
CIE-Lab40.506910.7577-51.8666

#065fb5 color RGB value is (6,95,181).

#065fb5 hex color red value is 6, green value is 95 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #065fb5 hue: 0.58 , saturation: 0.94 and the lightness value of 065fb5 is 0.37.

The process color (four color CMYK) of #065fb5 color hex is 0.97, 0.48, 0.00, 0.29. Web safe color of #065fb5 is #0066cc. Color #065fb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011111 10110101
Octal 6 137 265
Decimal 6 95 181
Hex 6 5F B5

RGB Percentages of Color #065fb5

%2.13
%33.69
%64.18

CMYK Percentages of Color #065fb5

%97
%48
%0
%29

Triadic Colors of #065fb5

#065fb5 #b5065f #5fb506

Analogous Colors of #065fb5

#065fb5 #0607b5 #06b5b4

Monochromatic Colors of #065fb5

#065fb5

Complementary Color

#065fb5 #b55c06

#065fb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065fb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065fb5 Color CSS Codes

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

#065fb5 Text Font Color

<p style="color:#065fb5">Text here</p>

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


#065fb5 Background Color

<div style="background-color:#065fb5">
Div content here</div>

This div background color is #065fb5


#065fb5 Border Color

<div style="border:3px solid #065fb5">
Div here</div>

This div border color is #065fb5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,95,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #065fb5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #065fb5;
  -webkit-box-shadow: 1px 1px 3px 2px #065fb5;
  box-shadow:         1px 1px 3px 2px #065fb5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,95,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065fb5


Comments

No comments written yet.

Please login to write comment.