Color Hex Logo

#0506bf Color Hex

#0506BF
(5,6,191)
0 Favorites   0 Comments

Color spaces of #0506bf

RGB 56191
HSL0.670.950.38
HSV240°97°75°
CMYK 0.970.970.00   0.25
XYZ9.53173.924149.5453
Yxy3.92410.15130.0623
Hunter Lab19.809351.2229-134.4241
CIE-Lab23.418962.3899-85.8674

#0506bf color RGB value is (5,6,191).

#0506bf hex color red value is 5, green value is 6 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0506bf hue: 0.67 , saturation: 0.95 and the lightness value of 0506bf is 0.38.

The process color (four color CMYK) of #0506bf color hex is 0.97, 0.97, 0.00, 0.25. Web safe color of #0506bf is #0000cc. Color #0506bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000110 10111111
Octal 5 6 277
Decimal 5 6 191
Hex 5 6 BF

RGB Percentages of Color #0506bf

%2.48
%2.97
%94.55

CMYK Percentages of Color #0506bf

%97
%97
%0
%25

Triadic Colors of #0506bf

#0506bf #bf0506 #06bf05

Analogous Colors of #0506bf

#0506bf #6105bf #0563bf

Monochromatic Colors of #0506bf

#0506bf

Complementary Color

#0506bf #bfbe05

#0506bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0506bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0506bf Color CSS Codes

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

#0506bf Text Font Color

<p style="color:#0506bf">Text here</p>

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


#0506bf Background Color

<div style="background-color:#0506bf">
Div content here</div>

This div background color is #0506bf


#0506bf Border Color

<div style="border:3px solid #0506bf">
Div here</div>

This div border color is #0506bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,6,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 #0506bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0506bf


Comments

No comments written yet.

Please login to write comment.