Color Hex Logo

#005dbb Color Hex

#005DBB
(0,93,187)
0 Favorites   0 Comments

Color spaces of #005dbb

RGB 093187
HSL0.581.000.37
HSV210°100°73°
CMYK 1.000.500.00   0.27
XYZ12.884011.416648.5383
Yxy11.41660.17690.1567
Hunter Lab33.78858.9347-61.5202
CIE-Lab40.273514.2888-55.7586

#005dbb color RGB value is (0,93,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011101 10111011
Octal 0 135 273
Decimal 0 93 187
Hex 0 5D BB

RGB Percentages of Color #005dbb

%0.00
%33.21
%66.79

CMYK Percentages of Color #005dbb

%100
%50
%0
%27

Triadic Colors of #005dbb

#005dbb #bb005d #5dbb00

Analogous Colors of #005dbb

#005dbb #0100bb #00bbbb

Monochromatic Colors of #005dbb

#005dbb

Complementary Color

#005dbb #bb5e00

#005dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#005dbb Color CSS Codes

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

#005dbb Text Font Color

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

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


#005dbb Background Color

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

This div background color is #005dbb


#005dbb Border Color

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

This div border color is #005dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005dbb


Comments

No comments written yet.

Please login to write comment.