Color spaces of #015051
RGB | 1 | 80 | 81 |
---|---|---|---|
HSL | 0.50 | 0.98 | 0.16 |
HSV | 181° | 99° | 32° |
CMYK | 0.99 | 0.01 | 0.00 0.68 |
XYZ | 4.3664 | 6.3379 | 8.7778 |
Yxy | 6.3379 | 0.2241 | 0.3253 |
Hunter Lab | 25.1752 | -13.0974 | -3.0499 |
CIE-Lab | 30.2494 | -20.2774 | -6.6579 |
#015051 color RGB value is (1,80,81).
#015051 hex color red value is 1, green value is 80 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #015051 hue: 0.50 , saturation: 0.98 and the lightness value of 015051 is 0.16.
The process color (four color CMYK) of #015051 color hex is 0.99, 0.01, 0.00, 0.68. Web safe color of #015051 is #006666. Color #015051 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 01010000 | 01010001 |
Octal | 1 | 120 | 121 |
Decimal | 1 | 80 | 81 |
Hex | 1 | 50 | 51 |
Shades of #015051
Tints of #015051
RGB Percentages of Color #015051
CMYK Percentages of Color #015051
Complementary Color
#015051 | #510201 |
#015051 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#015051 Color Preview on White Background
Lorem ipsum dolor sit amet.
#015051 Color CSS Codes
.mybgcolor {background-color:#015051; } .myforecolor {color:#015051; } .mybordercolor {border:3px solid #015051; }
#015051 Text Font Color
<p style="color:#015051">Text here</p>
This sample text font color is #015051
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.
#015051 Background Color
<div style="background-color:#015051">
Div content here</div>
This div background color is #015051
#015051 Border Color
<div style="border:3px solid #015051">
Div here</div>
This div border color is #015051
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,80,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #015051; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #015051; -webkit-box-shadow: 1px 1px 3px 2px #015051; box-shadow: 1px 1px 3px 2px #015051; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,80,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 #015051">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #015051; -webkit-box-shadow: 1px 1px 3px 2px #015051; box-shadow: 1px 1px 3px 2px #015051;">
Div content here</div>
This div box has shadow with color #015051
Comments
No comments written yet.
Please login to write comment.