Color Hex Logo

#005bbb Color Hex

#005BBB
(0,91,187)
1 Favorites   0 Comments

Color spaces of #005bbb

RGB 091187
HSL0.591.000.37
HSV211°100°73°
CMYK 1.000.510.00   0.27
XYZ12.710711.070048.4805
Yxy11.07000.17590.1532
Hunter Lab33.27169.9668-63.1021
CIE-Lab39.698115.6119-56.6898

#005bbb color RGB value is (0,91,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011011 10111011
Octal 0 133 273
Decimal 0 91 187
Hex 0 5B BB

RGB Percentages of Color #005bbb

%0.00
%32.73
%67.27

CMYK Percentages of Color #005bbb

%100
%51
%0
%27

Triadic Colors of #005bbb

#005bbb #bb005b #5bbb00

Analogous Colors of #005bbb

#005bbb #0200bb #00b9bb

Monochromatic Colors of #005bbb

#005bbb

Complementary Color

#005bbb #bb6000

#005bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#005bbb Color CSS Codes

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

#005bbb Text Font Color

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

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


#005bbb Background Color

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

This div background color is #005bbb


#005bbb Border Color

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

This div border color is #005bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005bbb


Comments

No comments written yet.

Please login to write comment.