Color Hex Logo

#005bbd Color Hex

#005BBD
(0,91,189)
0 Favorites   0 Comments

Color spaces of #005bbd

RGB 091189
HSL0.591.000.37
HSV211°100°74°
CMYK 1.000.520.00   0.26
XYZ12.926411.156349.6162
Yxy11.15630.17540.1514
Hunter Lab33.401010.6287-64.6927
CIE-Lab39.842516.4279-57.6243

#005bbd color RGB value is (0,91,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011011 10111101
Octal 0 133 275
Decimal 0 91 189
Hex 0 5B BD

RGB Percentages of Color #005bbd

%0.00
%32.50
%67.50

CMYK Percentages of Color #005bbd

%100
%52
%0
%26

Triadic Colors of #005bbd

#005bbd #bd005b #5bbd00

Analogous Colors of #005bbd

#005bbd #0300bd #00babd

Monochromatic Colors of #005bbd

#005bbd

Complementary Color

#005bbd #bd6200

#005bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#005bbd Color CSS Codes

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

#005bbd Text Font Color

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

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


#005bbd Background Color

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

This div background color is #005bbd


#005bbd Border Color

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

This div border color is #005bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,91,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 #005bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005bbd


Comments

No comments written yet.

Please login to write comment.