Color Hex Logo

#005cbb Color Hex

#005CBB
(0,92,187)
0 Favorites   0 Comments

Color spaces of #005cbb

RGB 092187
HSL0.581.000.37
HSV210°100°73°
CMYK 1.000.510.00   0.27
XYZ12.796811.242148.5092
Yxy11.24210.17640.1550
Hunter Lab33.52929.4503-62.3087
CIE-Lab39.985314.9502-56.2249

#005cbb color RGB value is (0,92,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011100 10111011
Octal 0 134 273
Decimal 0 92 187
Hex 0 5C BB

RGB Percentages of Color #005cbb

%0.00
%32.97
%67.03

CMYK Percentages of Color #005cbb

%100
%51
%0
%27

Triadic Colors of #005cbb

#005cbb #bb005c #5cbb00

Analogous Colors of #005cbb

#005cbb #0200bb #00babb

Monochromatic Colors of #005cbb

#005cbb

Complementary Color

#005cbb #bb5f00

#005cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#005cbb Color CSS Codes

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

#005cbb Text Font Color

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

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


#005cbb Background Color

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

This div background color is #005cbb


#005cbb Border Color

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

This div border color is #005cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005cbb


Comments

No comments written yet.

Please login to write comment.