Color Hex Logo

#005fbd Color Hex

#005FBD
(0,95,189)
0 Favorites   0 Comments

Color spaces of #005fbd

RGB 095189
HSL0.581.000.37
HSV210°100°74°
CMYK 1.000.500.00   0.26
XYZ13.277511.858549.7332
Yxy11.85850.17730.1584
Hunter Lab34.43628.5607-61.5221
CIE-Lab40.990313.7874-55.7661

#005fbd color RGB value is (0,95,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011111 10111101
Octal 0 137 275
Decimal 0 95 189
Hex 0 5F BD

RGB Percentages of Color #005fbd

%0.00
%33.45
%66.55

CMYK Percentages of Color #005fbd

%100
%50
%0
%26

Triadic Colors of #005fbd

#005fbd #bd005f #5fbd00

Analogous Colors of #005fbd

#005fbd #0000bd #00bdbd

Monochromatic Colors of #005fbd

#005fbd

Complementary Color

#005fbd #bd5e00

#005fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#005fbd Color CSS Codes

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

#005fbd Text Font Color

<p style="color:#005fbd">Text here</p>

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


#005fbd Background Color

<div style="background-color:#005fbd">
Div content here</div>

This div background color is #005fbd


#005fbd Border Color

<div style="border:3px solid #005fbd">
Div here</div>

This div border color is #005fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,95,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #005fbd;
  box-shadow:         1px 1px 3px 2px #005fbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005fbd


Comments

No comments written yet.

Please login to write comment.