Color Hex Logo

#005fbb Color Hex

#005FBB
(0,95,187)
0 Favorites   0 Comments

Color spaces of #005fbb

RGB 095187
HSL0.581.000.37
HSV210°100°73°
CMYK 1.000.490.00   0.27
XYZ13.061811.772348.5976
Yxy11.77230.17790.1603
Hunter Lab34.31087.9094-59.9605
CIE-Lab40.851912.9715-54.8234

#005fbb color RGB value is (0,95,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011111 10111011
Octal 0 137 273
Decimal 0 95 187
Hex 0 5F BB

RGB Percentages of Color #005fbb

%0.00
%33.69
%66.31

CMYK Percentages of Color #005fbb

%100
%49
%0
%27

Triadic Colors of #005fbb

#005fbb #bb005f #5fbb00

Analogous Colors of #005fbb

#005fbb #0002bb #00bbba

Monochromatic Colors of #005fbb

#005fbb

Complementary Color

#005fbb #bb5c00

#005fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#005fbb Color CSS Codes

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

#005fbb Text Font Color

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

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


#005fbb Background Color

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

This div background color is #005fbb


#005fbb Border Color

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

This div border color is #005fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005fbb


Comments

No comments written yet.

Please login to write comment.