Color spaces of #000051
RGB | 0 | 0 | 81 |
---|---|---|---|
HSL | 0.67 | 1.00 | 0.16 |
HSV | 240° | 100° | 32° |
CMYK | 1.00 | 1.00 | 0.00 0.68 |
XYZ | 1.4852 | 0.5941 | 7.8210 |
Yxy | 0.5941 | 0.1500 | 0.0600 |
Hunter Lab | 7.7078 | 20.9062 | -54.7654 |
CIE-Lab | 5.3665 | 32.9057 | -46.2989 |
#000051 color RGB value is (0,0,81).
#000051 hex color red value is 0, green value is 0 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #000051 hue: 0.67 , saturation: 1.00 and the lightness value of 000051 is 0.16.
The process color (four color CMYK) of #000051 color hex is 1.00, 1.00, 0.00, 0.68. Web safe color of #000051 is #000066. Color #000051 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 00000000 | 01010001 |
Octal | 0 | 0 | 121 |
Decimal | 0 | 0 | 81 |
Hex | 0 | 0 | 51 |
Shades of #000051
Tints of #000051
RGB Percentages of Color #000051
CMYK Percentages of Color #000051
Complementary Color
#000051 | #515100 |
#000051 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#000051 Color Preview on White Background
Lorem ipsum dolor sit amet.
#000051 Color CSS Codes
.mybgcolor {background-color:#000051; } .myforecolor {color:#000051; } .mybordercolor {border:3px solid #000051; }
#000051 Text Font Color
<p style="color:#000051">Text here</p>
This sample text font color is #000051
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.
#000051 Background Color
<div style="background-color:#000051">
Div content here</div>
This div background color is #000051
#000051 Border Color
<div style="border:3px solid #000051">
Div here</div>
This div border color is #000051
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,0,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #000051; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #000051; -webkit-box-shadow: 1px 1px 3px 2px #000051; box-shadow: 1px 1px 3px 2px #000051; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,0,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #000051">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #000051; -webkit-box-shadow: 1px 1px 3px 2px #000051; box-shadow: 1px 1px 3px 2px #000051;">
Div content here</div>
This div box has shadow with color #000051
#000051 Color Palettes
Comments
No comments written yet.
Please login to write comment.