Color Hex Logo

#0051bd Color Hex

#0051BD
(0,81,189)
0 Favorites   0 Comments

Color spaces of #0051bd

RGB 081189
HSL0.601.000.37
HSV214°100°74°
CMYK 1.000.570.00   0.26
XYZ12.12779.559049.3500
Yxy9.55900.17070.1346
Hunter Lab30.917615.9123-72.9950
CIE-Lab37.039023.1029-62.1821

#0051bd color RGB value is (0,81,189).

#0051bd hex color red value is 0, green value is 81 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0051bd hue: 0.60 , saturation: 1.00 and the lightness value of 0051bd is 0.37.

The process color (four color CMYK) of #0051bd color hex is 1.00, 0.57, 0.00, 0.26. Web safe color of #0051bd is #0066cc. Color #0051bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010001 10111101
Octal 0 121 275
Decimal 0 81 189
Hex 0 51 BD

RGB Percentages of Color #0051bd

%0.00
%30.00
%70.00

CMYK Percentages of Color #0051bd

%100
%57
%0
%26

Triadic Colors of #0051bd

#0051bd #bd0051 #51bd00

Analogous Colors of #0051bd

#0051bd #0e00bd #00b0bd

Monochromatic Colors of #0051bd

#0051bd

Complementary Color

#0051bd #bd6c00

#0051bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0051bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0051bd Color CSS Codes

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

#0051bd Text Font Color

<p style="color:#0051bd">Text here</p>

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


#0051bd Background Color

<div style="background-color:#0051bd">
Div content here</div>

This div background color is #0051bd


#0051bd Border Color

<div style="border:3px solid #0051bd">
Div here</div>

This div border color is #0051bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,81,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0051bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0051bd;
  -webkit-box-shadow: 1px 1px 3px 2px #0051bd;
  box-shadow:         1px 1px 3px 2px #0051bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0051bd


Comments

No comments written yet.

Please login to write comment.