Color Hex Logo

#005bcb Color Hex

#005BCB
(0,91,203)
0 Favorites   0 Comments

Color spaces of #005bcb

RGB 091203
HSL0.591.000.40
HSV213°100°80°
CMYK 1.000.550.00   0.20
XYZ14.520611.794058.0111
Yxy11.79400.17220.1399
Hunter Lab34.342415.3739-76.1129
CIE-Lab40.886822.0898-64.0556

#005bcb color RGB value is (0,91,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011011 11001011
Octal 0 133 313
Decimal 0 91 203
Hex 0 5B CB

RGB Percentages of Color #005bcb

%0.00
%30.95
%69.05

CMYK Percentages of Color #005bcb

%100
%55
%0
%20

Triadic Colors of #005bcb

#005bcb #cb005b #5bcb00

Analogous Colors of #005bcb

#005bcb #0b00cb #00c1cb

Monochromatic Colors of #005bcb

#005bcb

Complementary Color

#005bcb #cb7000

#005bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#005bcb Color CSS Codes

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

#005bcb Text Font Color

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

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


#005bcb Background Color

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

This div background color is #005bcb


#005bcb Border Color

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

This div border color is #005bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005bcb


Comments

No comments written yet.

Please login to write comment.