Color Hex Logo

#065fbf Color Hex

#065FBF
(6,95,191)
0 Favorites   0 Comments

Color spaces of #065fbf

RGB 695191
HSL0.590.940.39
HSV211°97°75°
CMYK 0.970.500.00   0.25
XYZ13.571311.984750.8882
Yxy11.98470.17750.1568
Hunter Lab34.61899.3924-62.9203
CIE-Lab41.191814.8187-56.6020

#065fbf color RGB value is (6,95,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011111 10111111
Octal 6 137 277
Decimal 6 95 191
Hex 6 5F BF

RGB Percentages of Color #065fbf

%2.05
%32.53
%65.41

CMYK Percentages of Color #065fbf

%97
%50
%0
%25

Triadic Colors of #065fbf

#065fbf #bf065f #5fbf06

Analogous Colors of #065fbf

#065fbf #0906bf #06bcbf

Monochromatic Colors of #065fbf

#065fbf

Complementary Color

#065fbf #bf6606

#065fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#065fbf Color CSS Codes

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

#065fbf Text Font Color

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

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


#065fbf Background Color

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

This div background color is #065fbf


#065fbf Border Color

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

This div border color is #065fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065fbf


Comments

No comments written yet.

Please login to write comment.